Accueil

Product added to wishlist
Product added to compare.

Ce site utilise des cookies provenant de Google afin de fournir ses services et d'analyser le trafic. Les informations relatives à votre utilisation du site sont partagées avec Google. En cliquant sur "Accepter", vous acceptez l'utilisation des cookies.

Load Time 1148 ms
Querying Time 528 ms
Queries 4045
Memory Peak Usage 101.7 Mb
Included Files 990 files - 13.24 Mb
PrestaShop Cache 2.55 Mb
Global vars 0.62 Mb
PrestaShop Version 8.2.0
PHP Version 8.1.34
MySQL Version 11.4.10-MariaDB
Memory Limit 4048M
Max Execution Time 600s
Smarty Cache enabled
Smarty Compilation auto
  Time Cumulated Time Memory Usage Memory Peak Usage
config 0.644 ms 0.644 ms 3.35 Mb 3.8 Mb
__construct 0.005 ms 0.649 ms - Mb 3.8 Mb
init 5.704 ms 6.353 ms 0.97 Mb 4.5 Mb
setMedia 1.086 ms 7.439 ms 0.31 Mb 4.7 Mb
postProcess 0.001 ms 7.440 ms - Mb 4.7 Mb
initHeader 0.000 ms 7.440 ms - Mb 4.7 Mb
initContent 724.604 ms 732.044 ms 67.94 Mb 72.7 Mb
initFooter 0.001 ms 732.045 ms - Mb 72.7 Mb
display 416.413 ms 1148 ms 24.34 Mb 101.7 Mb
Hook Time Memory Usage
DisplayFooter 238.599 ms 1.03 Mb
displayProductListFunctionalButtons 42.417 ms 0.46 Mb
displayCountDown 15.042 ms 0.38 Mb
DisplayBeforeBodyClosingTag 4.647 ms 0.54 Mb
displayBeforeBodyClosingTag 2.484 ms 0.56 Mb
DisplayHeader 1.340 ms 0.13 Mb
displayNav2 0.800 ms 0.18 Mb
displayNav1 0.467 ms 0.09 Mb
displayMainMenu 0.404 ms 0.17 Mb
DisplayProductPriceBlock 0.390 ms 0.55 Mb
displayFooter 0.389 ms 0.09 Mb
displayCustomerLoginFormAfter 0.358 ms 0.07 Mb
renderWidget 0.345 ms 0.14 Mb
displayCategoryElementor 0.339 ms 0.08 Mb
IsJustElementor 0.114 ms 0.02 Mb
ProductSearchProvider 0.110 ms - Mb
ActionFrontControllerSetMedia 0.065 ms 0.01 Mb
OverrideLayoutTemplate 0.016 ms - Mb
DisplayTop 0.009 ms - Mb
ModuleRoutes 0.004 ms - Mb
ActionDispatcher 0.003 ms - Mb
ActionProductSearchAfter 0.003 ms - Mb
Header 0.002 ms - Mb
23 hook(s) 308.349 ms 4.52 Mb
Module Time Memory Usage
ph_simpleblog 1.009 ms 0.25 Mb
iqitthemeeditor 0.331 ms 0.15 Mb
ps_emailalerts 0.087 ms 0.10 Mb
facebookconversiontrackingplus 239.198 ms 1.13 Mb
revolutpayment 1.085 ms 1.12 Mb
revsliderprestashop 0.457 ms 0.08 Mb
ps_shoppingcart 0.052 ms 0.03 Mb
ps_googleanalytics 4.816 ms 0.65 Mb
iqitcompare 18.732 ms 0.37 Mb
iqitcontactpage 0.040 ms 0.02 Mb
iqitcookielaw 0.365 ms 0.07 Mb
iqitcountdown 15.259 ms 0.48 Mb
iqitelementor 0.626 ms 0.17 Mb
iqitfreedeliverycount 0.068 ms 0.02 Mb
iqitmegamenu 0.534 ms 0.30 Mb
iqitsizecharts 0.083 ms 0.04 Mb
iqitwishlist 26.837 ms 0.97 Mb
iqitextendedproduct 0.098 ms 0.05 Mb
iqitsociallogin 0.433 ms 0.15 Mb
gmerchantcenterpro 6.965 ms 1.20 Mb
stripe_official 0.298 ms 0.05 Mb
abandonedcart 0.287 ms 0.08 Mb
vivawalletsmartcheckout 0.145 ms - Mb
ps_facetedsearch 0.594 ms 0.18 Mb
iqitlinksmanager 0.731 ms 0.17 Mb
ps_languageselector 0.218 ms 0.13 Mb
ps_currencyselector 0.197 ms 0.06 Mb
iqitsearch 0.098 ms 0.01 Mb
ps_customersignin 0.030 ms 0.02 Mb
ps_emailsubscription 0.332 ms 0.14 Mb
30 module(s) 320.005 ms 8.17 Mb

Stopwatch SQL - 4045 queries

# Query Time (ms) Rows Filesort Group By Location
161
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c 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 een_product p LEFT JOIN een_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN een_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN een_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 een_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN een_category_product cp ON (p.id_product = cp.id_product) INNER JOIN een_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN een_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN een_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN een_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (55029, 33201, 228923, 750009, 751249, 33203, 33205, 33209))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=659 GROUP BY p.id_product) p INNER JOIN een_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN een_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=13)) AND ((fp_1.id_feature_value IN (55029, 33201, 228923, 750009, 751249, 33203, 33205, 33209))) GROUP BY fp.id_feature_value
22.486 ms 18727200 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
172
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c 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 een_product p LEFT JOIN een_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN een_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN een_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 een_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN een_category_product cp ON (p.id_product = cp.id_product) INNER JOIN een_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN een_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN een_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN een_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (55029, 33201, 228923, 750009, 751249, 33203, 33205, 33209))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=659 GROUP BY p.id_product) p LEFT JOIN een_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN een_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN een_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 een_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (55029, 33201, 228923, 750009, 751249, 33203, 33205, 33209)))
15.941 ms 37454400 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
170
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c 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 een_product p LEFT JOIN een_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN een_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN een_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 een_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN een_category_product cp ON (p.id_product = cp.id_product) INNER JOIN een_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN een_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN een_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN een_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (55029, 33201, 228923, 750009, 751249, 33203, 33205, 33209))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=659 GROUP BY p.id_product) p LEFT JOIN een_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN een_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN een_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 een_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1  AND sa_1.id_shop_group = 0 ) LEFT JOIN een_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2))) AND ((fp_1.id_feature_value IN (55029, 33201, 228923, 750009, 751249, 33203, 33205, 33209)))
15.735 ms 37454400 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
171
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c 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 een_product p LEFT JOIN een_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN een_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN een_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 een_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN een_category_product cp ON (p.id_product = cp.id_product) INNER JOIN een_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN een_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN een_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN een_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (55029, 33201, 228923, 750009, 751249, 33203, 33205, 33209))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=659 GROUP BY p.id_product) p LEFT JOIN een_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN een_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN een_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 een_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.out_of_stock=1) OR (sa.quantity>0)) AND ((fp_1.id_feature_value IN (55029, 33201, 228923, 750009, 751249, 33203, 33205, 33209)))
15.645 ms 37454400 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
159
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c 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 een_product p LEFT JOIN een_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN een_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN een_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 een_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN een_category_product cp ON (p.id_product = cp.id_product) INNER JOIN een_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN een_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN een_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN een_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (55029, 33201, 228923, 750009, 751249, 33203, 33205, 33209))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=659 GROUP BY p.id_product) p INNER JOIN een_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN een_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=10)) AND ((fp_1.id_feature_value IN (55029, 33201, 228923, 750009, 751249, 33203, 33205, 33209))) GROUP BY fp.id_feature_value
15.364 ms 18727200 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
153
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 een_product p LEFT JOIN een_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN een_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN een_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 een_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN een_category_product cp ON (p.id_product = cp.id_product) INNER JOIN een_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN een_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN een_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN een_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (55029, 33201, 228923, 750009, 751249, 33203, 33205, 33209))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=659 GROUP BY p.id_product) p INNER JOIN een_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC
15.241 ms 9363600 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
155
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c 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 een_product p LEFT JOIN een_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN een_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN een_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 een_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN een_category_product cp ON (p.id_product = cp.id_product) INNER JOIN een_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN een_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN een_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN een_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (55029, 33201, 228923, 750009, 751249, 33203, 33205, 33209))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=659 GROUP BY p.id_product) p LEFT JOIN een_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((p.on_sale=1)) AND ((fp_1.id_feature_value IN (55029, 33201, 228923, 750009, 751249, 33203, 33205, 33209)))
14.819 ms 18727200 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
156
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c 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 een_product p LEFT JOIN een_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN een_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN een_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 een_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN een_category_product cp ON (p.id_product = cp.id_product) INNER JOIN een_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN een_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN een_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN een_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (55029, 33201, 228923, 750009, 751249, 33203, 33205, 33209))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=659 GROUP BY p.id_product) p LEFT JOIN een_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (55029, 33201, 228923, 750009, 751249, 33203, 33205, 33209))) AND p.date_add>'2026-01-29 00:00:00'
14.639 ms 18727200 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
164
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c 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 een_product p LEFT JOIN een_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN een_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN een_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 een_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN een_category_product cp ON (p.id_product = cp.id_product) INNER JOIN een_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN een_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN een_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=659 GROUP BY p.id_product) p INNER JOIN een_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=29)) GROUP BY fp.id_feature_value
14.449 ms 4681800 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
175
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-04-28 00:00:00',
INTERVAL 90 DAY
)
) > 0) as new
FROM een_product p
LEFT JOIN een_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN een_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN een_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (40052,40036,40032,36930,36753,30982,25139,25072,14272,13137,12942,12939,9413,6655,6491,6363,6336,4840,4498,4495,4491,4483,4460,4459,4453,4442,4331,4321,4319,3689,3688,3676,3675,3671,3669,3668,614243,611580,610874,610732,610654,609970,609473,608525,607412,605851,604002,603687,602926,602861,602770,602479,602161,601927,600667,599803,598728,598493,598433,596395,596002,595928,592710,590862,589384,589319,589038,588740,585532,583849,582028,580950,580689,578744,576411,576297,576144,575821,575645,574720,574588,574570,574407,574323,573393,573233,573077,573038,572667,572166,571806,571632,571489,571478,571125,570971,570856,570810,570322,569951,569638,569193,569028,567844,567392,567388,567193,566612,566416,566355,566145,565993,565828,565580,565480,565460,565095,565075,564940,564755,564501,563902,563760,563725,562930,562733,562716,562707,562443,562424,562397,561838,561029,561022,559503,559320,558350,558041,557610,554085,553071,552215,552118,551620,551532,551345,551287,551249,551177,551090,550858,550715,550624,550572,550428,550406,550403,550306,550300,550274,550273,550252,550247,550242,550202,550200,549992,549843,549724,549713,549555,549456,549434,549423,549242,549156,549016,548825,548794,548749,548636,548527,548036,547985,547921,547665,547376,547371,547204,547001,546968,546867,546859,546692,546464,546348,546058,546031,545709,545693,545474,544569,544543,544358,544323,544260,544028,543423,543357,543348,543008,542781,542706,542487,542345,542329,541828,541423,541355,541309,540677,539954,539634,539473,573441,576093,539580,586156,583820,570899,552655,556076,607039,571471,570778,583904,570589,544488,543106,577984,13135,13136,574549,574650,575018,598641,603079,604006,604012,604022,604308,606429,618126,618456,552840,570992,562721,550312,548444,647711,647717,647770,647808,647888,647911,647913)
3.071 ms 1530 /classes/ProductAssembler.php:95
162
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c 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 een_product p LEFT JOIN een_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN een_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN een_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 een_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN een_category_product cp ON (p.id_product = cp.id_product) INNER JOIN een_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN een_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN een_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN een_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (55029, 33201, 228923, 750009, 751249, 33203, 33205, 33209))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=659 GROUP BY p.id_product) p INNER JOIN een_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN een_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=20)) AND ((fp_1.id_feature_value IN (55029, 33201, 228923, 750009, 751249, 33203, 33205, 33209))) GROUP BY fp.id_feature_value
2.845 ms 2208 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
169
SELECT SQL_NO_CACHE cp.id_category, COUNT(DISTINCT p.id_product) c 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 een_product p LEFT JOIN een_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN een_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN een_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 een_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN een_category_product cp ON (p.id_product = cp.id_product) INNER JOIN een_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN een_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN een_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN een_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (55029, 33201, 228923, 750009, 751249, 33203, 33205, 33209))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=659 GROUP BY p.id_product) p INNER JOIN een_category_product cp ON (p.id_product = cp.id_product) INNER JOIN een_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN een_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN een_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (55029, 33201, 228923, 750009, 751249, 33203, 33205, 33209))) AND cg.id_group='1' AND c.level_depth<=2 AND c.nleft>2 AND c.nright<659 GROUP BY cp.id_category
2.483 ms 49280 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
157
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c 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 een_product p LEFT JOIN een_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN een_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN een_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 een_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN een_category_product cp ON (p.id_product = cp.id_product) INNER JOIN een_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN een_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN een_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN een_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (55029, 33201, 228923, 750009, 751249, 33203, 33205, 33209))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=659 GROUP BY p.id_product) p LEFT JOIN een_specific_price sp ON (
sp.id_product = p.id_product AND 
sp.id_shop IN (0, 1) AND 
sp.id_currency IN (0, 1) AND 
sp.id_country IN (0, 21) AND 
sp.id_group IN (0, 1) AND 
sp.from_quantity = 1 AND
sp.reduction > 0 AND
sp.id_customer = 0 AND
sp.id_cart = 0 AND 
(sp.from = '0000-00-00 00:00:00' OR '2026-04-28 18:47:03' >= sp.from) AND 
(sp.to = '0000-00-00 00:00:00' OR '2026-04-28 18:47:03' <= sp.to) 
) LEFT JOIN een_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sp.reduction>0)) AND ((fp_1.id_feature_value IN (55029, 33201, 228923, 750009, 751249, 33203, 33205, 33209)))
1.969 ms 4184 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
173
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c 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 een_product p LEFT JOIN een_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN een_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN een_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 een_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN een_category_product cp ON (p.id_product = cp.id_product) INNER JOIN een_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN een_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN een_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN een_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (55029, 33201, 228923, 750009, 751249, 33203, 33205, 33209))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=659 GROUP BY p.id_product) p INNER JOIN een_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN een_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=17)) AND ((fp_1.id_feature_value IN (55029, 33201, 228923, 750009, 751249, 33203, 33205, 33209))) GROUP BY fp.id_feature_value
1.797 ms 4536 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
4044
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `een_category_product` cp
LEFT JOIN `een_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `een_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN een_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` IN (40052,40036,40032,36930,36753,30982,25139,25072,14272,13137,12942,12939,9413,6655,6491,6363,6336,4840,4498,4495,4491,4483,4460,4459,4453,4442,4331,4321,4319,3689,3688,3676,3675,3671,3669,3668,614243,611580,610874,610732,610654,609970,609473,608525,607412,605851,604002,603687,602926,602861,602770,602479,602161,601927,600667,599803,598728,598493,598433,596395,596002,595928,592710,590862,589384,589319,589038,588740,585532,583849,582028,580950,580689,578744,576411,576297,576144,575821,575645,574720,574588,574570,574407,574323,573393,573233,573077,573038,572667,572166,571806,571632,571489,571478,571125,570971,570856,570810,570322,569951,569638,569193,569028,567844,567392,567388,567193,566612,566416,566355,566145,565993,565828,565580,565480,565460,565095,565075,564940,564755,564501,563902,563760,563725,562930,562733,562716,562707,562443,562424,562397,561838,561029,561022,559503,559320,558350,558041,557610,554085,553071,552215,552118,551620,551532,551345,551287,551249,551177,551090,550858,550715,550624,550572,550428,550406,550403,550306,550300,550274,550273,550252,550247,550242,550202,550200,549992,549843,549724,549713,549555,549456,549434,549423,549242,549156,549016,548825,548794,548749,548636,548527,548036,547985,547921,547665,547376,547371,547204,547001,546968,546867,546859,546692,546464,546348,546058,546031,545709,545693,545474,544569,544543,544358,544323,544260,544028,543423,543357,543348,543008,542781,542706,542487,542345,542329,541828,541423,541355,541309,540677,539954,539634,539473,573441,576093,539580,586156,583820,570899,552655,556076,607039,571471,570778,583904,570589,544488,543106,577984,13135,13136,574549,574650,575018,598641,603079,604006,604012,604022,604308,606429,618126,618456,552840,570992,562721,550312,548444,647711,647717,647770,647808,647888,647911,647913) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC
1.776 ms 266 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:109
158
SELECT SQL_NO_CACHE psi.price_min, MIN(price_min) as min, MAX(price_max) as max FROM een_product p INNER JOIN een_layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 1 AND psi.id_country = 21) INNER JOIN een_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN een_category_product cp ON (p.id_product = cp.id_product) INNER JOIN een_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN een_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN een_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (55029, 33201, 228923, 750009, 751249, 33203, 33205, 33209))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=659
1.288 ms 3060 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
166
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c 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 een_product p LEFT JOIN een_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN een_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN een_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 een_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN een_category_product cp ON (p.id_product = cp.id_product) INNER JOIN een_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN een_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN een_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN een_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (55029, 33201, 228923, 750009, 751249, 33203, 33205, 33209))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=659 GROUP BY p.id_product) p INNER JOIN een_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN een_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=34)) AND ((fp_1.id_feature_value IN (55029, 33201, 228923, 750009, 751249, 33203, 33205, 33209))) GROUP BY fp.id_feature_value
1.123 ms 224 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
3
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 `een_configuration` c
LEFT JOIN `een_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
1.113 ms 1696 /classes/Configuration.php:180
14
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `een_module` m
INNER JOIN een_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 `een_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `een_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `een_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`
0.622 ms 244 Yes Yes /classes/Hook.php:1267
188
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `een_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `een_hook_alias` ha
INNER JOIN `een_hook` h ON ha.name = h.name
0.605 ms 0 /classes/Hook.php:1326
189
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 `een_hook_module` hm
STRAIGHT_JOIN `een_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `een_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
0.583 ms 486 /classes/Hook.php:456
4026
SELECT SQL_NO_CACHE id_category, id_parent, level_depth, name, is_root_category, active FROM een_category LEFT JOIN een_category_lang AS cl USING (id_category) LEFT JOIN een_category_shop AS cs USING (id_category) WHERE cs.id_shop = 1 AND cl.id_lang = 1 ORDER BY `een_category`.`id_parent` ASC, `een_category`.`id_category` ASC
0.577 ms 330 Yes /modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2945
3197
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `een_module` m
INNER JOIN een_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 `een_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `een_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `een_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`
0.502 ms 244 Yes Yes /classes/Hook.php:1267
42
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 `een_category` c
INNER JOIN een_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `een_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1  AND cl.id_shop = 1 )
LEFT JOIN `een_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 2
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.411 ms 12 Yes Yes /classes/Category.php:924
110
SELECT SQL_NO_CACHE *
FROM `een_gmcp_feeds` ff
WHERE (ff.id_shop=1)
ORDER BY ff.feed_is_default ASC
0.342 ms 370 Yes /modules/gmerchantcenterpro/models/Feeds.php:62
168
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`
FROM `een_category` c
INNER JOIN een_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `een_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
ORDER BY c.nleft, c.position
0.337 ms 330 Yes /classes/Category.php:724
289
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 13137) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.322 ms 2 Yes /classes/SpecificPrice.php:576
321
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 9413) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.290 ms 2 Yes /classes/SpecificPrice.php:576
3196
SELECT SQL_NO_CACHE lower(name) as name
FROM `een_hook` h
WHERE (h.active = 1)
0.257 ms 1060 /classes/Hook.php:1366
13
SELECT SQL_NO_CACHE lower(name) as name
FROM `een_hook` h
WHERE (h.active = 1)
0.254 ms 1060 /classes/Hook.php:1366
549
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3669) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.253 ms 2 Yes /classes/SpecificPrice.php:576
559
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3668) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.240 ms 2 Yes /classes/SpecificPrice.php:576
1757
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 550624
ORDER BY f.position ASC
0.240 ms 5 Yes /classes/Product.php:6021
2832
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 647711) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.234 ms 3 Yes /classes/SpecificPrice.php:576
426
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 4460) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.228 ms 2 Yes /classes/SpecificPrice.php:576
2445
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 539954) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.228 ms 2 Yes /classes/SpecificPrice.php:576
2889
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 647911) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.228 ms 2 Yes /classes/SpecificPrice.php:576
174
REPLACE INTO een_layered_filter_block (hash, data) VALUES ("4e639fd64518378b2fd721f2471efac9", "a:1:{s:7:\"filters\";a:8:{i:0;a:7:{s:9:\"type_lite\";s:6:\"extras\";s:4:\"type\";s:6:\"extras\";s:6:\"id_key\";i:0;s:4:\"name\";s:10:\"Selections\";s:6:\"values\";a:3:{s:4:\"sale\";a:2:{s:4:\"name\";s:8:\"En promo\";s:3:\"nbr\";i:0;}s:3:\"new\";a:2:{s:4:\"name\";s:15:\"Nouveau produit\";s:3:\"nbr\";i:0;}s:8:\"discount\";a:2:{s:4:\"name\";s:8:\"En promo\";s:3:\"nbr\";i:43;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:1;a:12:{s:9:\"type_lite\";s:5:\"price\";s:4:\"type\";s:5:\"price\";s:6:\"id_key\";i:0;s:4:\"name\";s:4:\"Prix\";s:3:\"max\";d:0;s:3:\"min\";d:0;s:4:\"unit\";s:3:\"€\";s:14:\"specifications\";a:11:{s:6:\"symbol\";a:11:{i:0;s:1:\",\";i:1;s:3:\" \";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:12:\"currencyCode\";s:3:\"EUR\";s:14:\"currencySymbol\";s:3:\"€\";s:13:\"numberSymbols\";a:11:{i:0;s:1:\",\";i:1;s:3:\" \";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:15:\"positivePattern\";s:12:\"#,##0.00 ¤\";s:15:\"negativePattern\";s:13:\"-#,##0.00 ¤\";s:17:\"maxFractionDigits\";i:2;s:17:\"minFractionDigits\";i:2;s:12:\"groupingUsed\";b:1;s:16:\"primaryGroupSize\";i:3;s:18:\"secondaryGroupSize\";i:3;}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:3;s:3:\"nbr\";i:266;s:5:\"value\";N;}i:2;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:2:\"10\";s:6:\"values\";a:12:{i:151;a:4:{s:3:\"nbr\";s:2:\"43\";s:4:\"name\";s:11:\"Bois massif\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1352;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:5:\"Coton\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:146;a:4:{s:3:\"nbr\";s:2:\"44\";s:4:\"name\";s:17:\"Dérivés du bois\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:751276;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:10:\"Microfibre\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:150;a:4:{s:3:\"nbr\";s:1:\"9\";s:4:\"name\";s:6:\"Métal\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:81988;a:4:{s:3:\"nbr\";s:1:\"9\";s:4:\"name\";s:10:\"Pin massif\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:751261;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:62:\"Plateau : marbre coulé poli Structure / pied : métal brossé\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:159601;a:4:{s:3:\"nbr\";s:1:\"8\";s:4:\"name\";s:6:\"Simili\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:143;a:4:{s:3:\"nbr\";s:1:\"7\";s:4:\"name\";s:5:\"Tissu\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:751272;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:18:\"Tissu bouclé gris\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:232660;a:4:{s:3:\"nbr\";s:1:\"9\";s:4:\"name\";s:7:\"Velours\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:148;a:4:{s:3:\"nbr\";s:1:\"6\";s:4:\"name\";s:5:\"Verre\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:8:\"Matière\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:3;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:2:\"20\";s:6:\"values\";a:3:{i:527;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:6:\"Autres\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:526;a:4:{s:3:\"nbr\";s:1:\"4\";s:4:\"name\";s:13:\"Rectangulaire\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:55781;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:4:\"Rond\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:5:\"Forme\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:4;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:2:\"29\";s:6:\"values\";a:31:{i:55029;a:5:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:11:\"Anthracite \";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:33207;a:4:{s:3:\"nbr\";s:1:\"8\";s:4:\"name\";s:5:\"Beige\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:33201;a:5:{s:3:\"nbr\";s:3:\"240\";s:4:\"name\";s:5:\"Blanc\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:751256;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:18:\"blanc effet marbre\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:33206;a:4:{s:3:\"nbr\";s:2:\"15\";s:4:\"name\";s:4:\"Bleu\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:228923;a:5:{s:3:\"nbr\";s:1:\"5\";s:4:\"name\";s:4:\"Bois\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:751233;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:12:\"bois et noir\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:750009;a:5:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:4:\"Brun\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:751249;a:5:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:4:\"Brun\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:751234;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:12:\"Brun et Noir\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:751240;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:12:\"Brun et Noir\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:751226;a:4:{s:3:\"nbr\";s:2:\"19\";s:4:\"name\";s:13:\"Chêne marron\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:751253;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:14:\"Chêne naturel\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:751258;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:14:\"Chêne naturel\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:751268;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:14:\"chêne naturel\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:86888;a:4:{s:3:\"nbr\";s:2:\"48\";s:4:\"name\";s:13:\"Chêne sonoma\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:751231;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:42:\"Corps miel – Applications et pieds noirs\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:86884;a:4:{s:3:\"nbr\";s:2:\"10\";s:4:\"name\";s:6:\"Crème\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:33203;a:5:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:4:\"Gris\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:33210;a:4:{s:3:\"nbr\";s:1:\"8\";s:4:\"name\";s:5:\"Jaune\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:33202;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:6:\"Marron\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:751245;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:7:\"Naturel\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:33204;a:4:{s:3:\"nbr\";s:3:\"316\";s:4:\"name\";s:4:\"Noir\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:751244;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:13:\"Noir brillant\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:33211;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:6:\"Orange\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:751266;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:53:\"Plateau : blanc effet marbre Structure : noyer foncé\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:33205;a:5:{s:3:\"nbr\";s:1:\"5\";s:4:\"name\";s:4:\"Rose\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:33209;a:5:{s:3:\"nbr\";s:1:\"9\";s:4:\"name\";s:5:\"Rouge\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:750025;a:4:{s:3:\"nbr\";s:2:\"36\";s:4:\"name\";s:11:\"Sonoma gris\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:86883;a:4:{s:3:\"nbr\";s:2:\"10\";s:4:\"name\";s:6:\"Taupe \";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:33208;a:4:{s:3:\"nbr\";s:2:\"21\";s:4:\"name\";s:4:\"Vert\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:7:\"Couleur\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:5;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:2:\"34\";s:6:\"values\";a:3:{i:240578;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:6:\"Acacia\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:240579;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:8:\"Manguier\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:240577;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:8:\"Sheesham\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:15:\"Essence de bois\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:6;a:7:{s:9:\"type_lite\";s:8:\"category\";s:4:\"type\";s:8:\"category\";s:6:\"id_key\";i:0;s:4:\"name\";s:11:\"Catégories\";s:6:\"values\";a:4:{i:1000;a:2:{s:4:\"name\";s:7:\"Meubles\";s:3:\"nbr\";s:1:\"3\";}i:5756;a:2:{s:4:\"name\";s:12:\"Décorations\";s:3:\"nbr\";s:1:\"1\";}i:5757;a:2:{s:4:\"name\";s:10:\"Luminaires\";s:3:\"nbr\";s:2:\"16\";}i:5816;a:2:{s:4:\"name\";s:22:\"Promos et Ventes Flash\";s:3:\"nbr\";s:2:\"20\";}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:7;a:7:{s:9:\"type_lite\";s:12:\"availability\";s:4:\"type\";s:12:\"availability\";s:6:\"id_key\";i:0;s:4:\"name\";s:14:\"Disponibilité\";s:6:\"values\";a:3:{i:2;a:2:{s:4:\"name\";s:8:\"En stock\";s:3:\"nbr\";i:261;}i:1;a:2:{s:4:\"name\";s:10:\"Disponible\";s:3:\"nbr\";i:262;}i:0;a:2:{s:4:\"name\";s:14:\"Non disponible\";s:3:\"nbr\";i:4;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}}}")
0.227 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:211
2843
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 647717) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.226 ms 3 Yes /classes/SpecificPrice.php:576
2867
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 647808) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.225 ms 2 Yes /classes/SpecificPrice.php:576
332
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 6655) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.224 ms 2 Yes /classes/SpecificPrice.php:576
1751
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.224 ms 1 Yes /classes/SpecificPrice.php:576
2855
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 647770) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.222 ms 2 Yes /classes/SpecificPrice.php:576
2900
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 647913) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.221 ms 2 Yes /classes/SpecificPrice.php:576
2465
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 539473) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.220 ms 2 Yes /classes/SpecificPrice.php:576
185
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 40052) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.220 ms 2 Yes /classes/SpecificPrice.php:576
2073
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.219 ms 1 Yes /classes/SpecificPrice.php:576
2878
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 647888) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.219 ms 2 Yes /classes/SpecificPrice.php:576
1761
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.216 ms 1 Yes /classes/SpecificPrice.php:576
1962
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.216 ms 1 Yes /classes/SpecificPrice.php:576
1429
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.215 ms 1 Yes /classes/SpecificPrice.php:576
202
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 40036) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 2 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.214 ms 2 Yes /classes/SpecificPrice.php:576
1967
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 549423 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 549423 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.213 ms 0 /classes/Cart.php:1430
165
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `een_feature_value` v LEFT JOIN `een_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `een_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 29 ORDER BY vl.`value` ASC
0.213 ms 40 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
2639
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 13135) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.212 ms 2 Yes /classes/SpecificPrice.php:576
2649
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 13136) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.211 ms 2 Yes /classes/SpecificPrice.php:576
3813
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (580689) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.210 ms 1 Yes Yes /classes/Product.php:4524
278
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 14272) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.208 ms 2 Yes /classes/SpecificPrice.php:576
149
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 `een_feature` f  INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `een_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `een_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `een_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
0.208 ms 29 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
4025
SELECT SQL_NO_CACHE product_id as id_product, COUNT(product_id) AS sales
FROM `een_order_detail`
WHERE product_id IN (
SELECT id_product
FROM `een_category_product`
LEFT JOIN een_product USING (id_product)
WHERE id_category = 2
AND active = 1
)
GROUP BY product_id
ORDER BY sales DESC LIMIT 5
0.207 ms 37 Yes /modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2918
343
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 6491) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.207 ms 2 Yes /classes/SpecificPrice.php:576
3709
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `een_hook`
0.207 ms 1060 /classes/Hook.php:1326
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 `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 547921 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 547921 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.206 ms 0 /classes/Cart.php:1430
67
SHOW TABLES LIKE "een_gmcp_1800"
0.205 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:88
212
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 40032) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.205 ms 2 Yes /classes/SpecificPrice.php:576
1268
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.204 ms 1 Yes /classes/SpecificPrice.php:576
150
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `een_feature_value` v LEFT JOIN `een_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `een_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 29 ORDER BY vl.`value` ASC
0.203 ms 40 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
385
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 4498) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.203 ms 2 Yes /classes/SpecificPrice.php:576
528
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3675) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.202 ms 2 Yes /classes/SpecificPrice.php:576
436
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 4459) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.201 ms 2 Yes /classes/SpecificPrice.php:576
223
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 36930) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.200 ms 3 Yes /classes/SpecificPrice.php:576
375
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 4840) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 2 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.200 ms 2 Yes /classes/SpecificPrice.php:576
105
SHOW COLUMNS FROM een_gmcp_feeds LIKE "feed_is_default"
0.199 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:128
234
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 36753) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.199 ms 2 Yes /classes/SpecificPrice.php:576
267
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 25072) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.199 ms 3 Yes /classes/SpecificPrice.php:576
405
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 4491) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.199 ms 2 Yes /classes/SpecificPrice.php:576
160
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `een_feature_value` v LEFT JOIN `een_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `een_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 10 ORDER BY vl.`value` ASC
0.198 ms 37 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
1253
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 569028 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 569028 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.197 ms 0 /classes/Cart.php:1430
2079
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 547921
ORDER BY f.position ASC
0.196 ms 5 Yes /classes/Product.php:6021
310
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.196 ms 1 Yes /classes/SpecificPrice.php:576
353
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 6363) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.196 ms 2 Yes /classes/SpecificPrice.php:576
395
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 4495) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.196 ms 2 Yes /classes/SpecificPrice.php:576
446
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 4453) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.196 ms 2 Yes /classes/SpecificPrice.php:576
456
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 4442) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.195 ms 2 Yes /classes/SpecificPrice.php:576
477
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 4321) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.195 ms 2 Yes /classes/SpecificPrice.php:576
539
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3671) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.194 ms 2 Yes /classes/SpecificPrice.php:576
1424
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 564755 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 564755 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.194 ms 0 /classes/Cart.php:1430
295
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 13137
ORDER BY f.position ASC
0.194 ms 7 Yes /classes/Product.php:6021
416
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 4483) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.193 ms 2 Yes /classes/SpecificPrice.php:576
364
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 6336) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.193 ms 2 Yes /classes/SpecificPrice.php:576
300
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.192 ms 1 Yes /classes/SpecificPrice.php:576
3800
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (596395) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.192 ms 1 Yes Yes /classes/Product.php:4524
1756
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 550624 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 550624 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.192 ms 0 /classes/Cart.php:1430
3812
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (580950) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.192 ms 1 Yes Yes /classes/Product.php:4524
3814
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (578744) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.192 ms 1 Yes Yes /classes/Product.php:4524
466
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 4331) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.190 ms 2 Yes /classes/SpecificPrice.php:576
487
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 4319) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.190 ms 2 Yes /classes/SpecificPrice.php:576
507
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3688) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.190 ms 2 Yes /classes/SpecificPrice.php:576
517
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3676) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.190 ms 2 Yes /classes/SpecificPrice.php:576
497
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3689) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.189 ms 2 Yes /classes/SpecificPrice.php:576
2083
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.187 ms 1 Yes /classes/SpecificPrice.php:576
74
SHOW TABLES LIKE "een_gmcp_1900"
0.186 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:88
3391
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 550273) AND (b.`id_shop` = 1) LIMIT 1
0.186 ms 1 /src/Adapter/EntityMapper.php:71
294
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 13137 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 13137 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.185 ms 0 /classes/Cart.php:1430
3808
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (588740) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.184 ms 1 Yes Yes /classes/Product.php:4524
571
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.184 ms 1 Yes /classes/SpecificPrice.php:576
3811
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (582028) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.183 ms 1 Yes Yes /classes/Product.php:4524
2002
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.182 ms 1 Yes /classes/SpecificPrice.php:576
327
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9413
ORDER BY f.position ASC
0.182 ms 7 Yes /classes/Product.php:6021
1258
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.182 ms 1 Yes /classes/SpecificPrice.php:576
305
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12942 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12942 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.181 ms 0 /classes/Cart.php:1430
1581
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.181 ms 1 Yes /classes/SpecificPrice.php:576
3815
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (576411) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.181 ms 1 Yes Yes /classes/Product.php:4524
554
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3669 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3669 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.180 ms 0 /classes/Cart.php:1430
2012
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.180 ms 1 Yes /classes/SpecificPrice.php:576
2022
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.180 ms 1 Yes /classes/SpecificPrice.php:576
106
SHOW COLUMNS FROM een_gmcp_discount_association LIKE "channel"
0.179 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:128
555
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3669
ORDER BY f.position ASC
0.179 ms 10 Yes /classes/Product.php:6021
1185
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.179 ms 1 Yes /classes/SpecificPrice.php:576
3879
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (557610) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.179 ms 1 Yes Yes /classes/Product.php:4524
1263
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 567844 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 567844 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.177 ms 0 /classes/Cart.php:1430
2052
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.177 ms 1 Yes /classes/SpecificPrice.php:576
326
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9413 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9413 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.176 ms 0 /classes/Cart.php:1430
3801
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (596002) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.176 ms 1 Yes Yes /classes/Product.php:4524
107
SHOW COLUMNS FROM een_gmcp_tags LIKE "custom_label_set_postion"
0.176 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:128
2042
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.176 ms 1 Yes /classes/SpecificPrice.php:576
2062
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.176 ms 1 Yes /classes/SpecificPrice.php:576
3806
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (589319) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.176 ms 1 Yes Yes /classes/Product.php:4524
315
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12939 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12939 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.175 ms 0 /classes/Cart.php:1430
1992
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.175 ms 1 Yes /classes/SpecificPrice.php:576
3809
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (585532) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.175 ms 1 Yes Yes /classes/Product.php:4524
1180
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 570971 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 570971 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.174 ms 0 /classes/Cart.php:1430
2032
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.174 ms 1 Yes /classes/SpecificPrice.php:576
3807
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (589038) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.174 ms 1 Yes Yes /classes/Product.php:4524
833
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 595928 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 595928 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.173 ms 0 /classes/Cart.php:1430
3802
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (595928) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.172 ms 1 Yes Yes /classes/Product.php:4524
306
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12942
ORDER BY f.position ASC
0.172 ms 5 Yes /classes/Product.php:6021
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 `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 547985 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 547985 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.172 ms 0 /classes/Cart.php:1430
565
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3668
ORDER BY f.position ASC
0.171 ms 10 Yes /classes/Product.php:6021
1968
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 549423
ORDER BY f.position ASC
0.171 ms 6 Yes /classes/Product.php:6021
338
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_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.170 ms 5 Yes /classes/Product.php:6021
1425
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 564755
ORDER BY f.position ASC
0.170 ms 1 Yes /classes/Product.php:6021
2057
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 548036 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 548036 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.170 ms 0 /classes/Cart.php:1430
181
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `een_specific_price` WHERE `id_product` != 0
0.169 ms 523 /classes/SpecificPrice.php:310
1273
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 567392 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 567392 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.169 ms 0 /classes/Cart.php:1430
2068
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 547985
ORDER BY f.position ASC
0.169 ms 6 Yes /classes/Product.php:6021
3742
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (40036) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.169 ms 1 Yes Yes /classes/Product.php:4524
337
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_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 `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr 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.168 ms 0 /classes/Cart.php:1430
564
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3668 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3668 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.168 ms 0 /classes/Cart.php:1430
1196
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.168 ms 1 Yes /classes/SpecificPrice.php:576
1972
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.168 ms 1 Yes /classes/SpecificPrice.php:576
1987
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 549156 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 549156 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.167 ms 0 /classes/Cart.php:1430
2017
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 548794 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 548794 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.167 ms 0 /classes/Cart.php:1430
2518
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.167 ms 1 Yes /classes/SpecificPrice.php:576
3847
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (567193) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.167 ms 1 Yes Yes /classes/Product.php:4524
316
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12939
ORDER BY f.position ASC
0.167 ms 5 Yes /classes/Product.php:6021
838
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.167 ms 1 Yes /classes/SpecificPrice.php:576
1278
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.167 ms 1 Yes /classes/SpecificPrice.php:576
1997
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 549016 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 549016 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.167 ms 0 /classes/Cart.php:1430
2027
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 548749 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 548749 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.167 ms 0 /classes/Cart.php:1430
2037
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 548636 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 548636 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.167 ms 0 /classes/Cart.php:1430
2455
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.166 ms 1 Yes /classes/SpecificPrice.php:576
2811
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.166 ms 1 Yes /classes/SpecificPrice.php:576
2497
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.166 ms 1 Yes /classes/SpecificPrice.php:576
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 `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 607039 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 607039 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.166 ms 0 /classes/Cart.php:1430
2791
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.166 ms 1 Yes /classes/SpecificPrice.php:576
195
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 40052 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 40052 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.165 ms 0 /classes/Cart.php:1430
716
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.165 ms 1 Yes /classes/SpecificPrice.php:576
1254
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 569028
ORDER BY f.position ASC
0.165 ms 2 Yes /classes/Product.php:6021
2047
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 548527 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 548527 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.165 ms 0 /classes/Cart.php:1430
2486
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.165 ms 1 Yes /classes/SpecificPrice.php:576
2883
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 647888 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 647888 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.165 ms 0 /classes/Cart.php:1430
3816
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (576297) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.165 ms 1 Yes Yes /classes/Product.php:4524
1190
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 570856 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 570856 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.164 ms 0 /classes/Cart.php:1430
1283
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 567388 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 567388 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.164 ms 0 /classes/Cart.php:1430
1982
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.164 ms 1 Yes /classes/SpecificPrice.php:576
2048
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 548527
ORDER BY f.position ASC
0.164 ms 6 Yes /classes/Product.php:6021
2533
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 570899 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 570899 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.164 ms 0 /classes/Cart.php:1430
2538
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.164 ms 1 Yes /classes/SpecificPrice.php:576
2578
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.164 ms 1 Yes /classes/SpecificPrice.php:576
2593
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 583904 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 583904 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.164 ms 0 /classes/Cart.php:1430
3757
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6336) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.164 ms 1 Yes Yes /classes/Product.php:4524
1439
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.163 ms 1 Yes /classes/SpecificPrice.php:576
1978
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 549242
ORDER BY f.position ASC
0.163 ms 5 Yes /classes/Product.php:6021
2450
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 539954 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 539954 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.163 ms 0 /classes/Cart.php:1430
2588
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.163 ms 1 Yes /classes/SpecificPrice.php:576
2502
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 539580 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 539580 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.163 ms 0 /classes/Cart.php:1430
2528
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.163 ms 1 Yes /classes/SpecificPrice.php:576
2860
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 647770 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 647770 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.163 ms 0 /classes/Cart.php:1430
2801
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.162 ms 1 Yes /classes/SpecificPrice.php:576
576
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 614243 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 614243 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.162 ms 0 /classes/Cart.php:1430
2470
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 539473 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 539473 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.162 ms 0 /classes/Cart.php:1430
2848
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 647717 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 647717 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.162 ms 0 /classes/Cart.php:1430
2905
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 647913 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 647913 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.162 ms 0 /classes/Cart.php:1430
4002
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (647770) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.162 ms 1 Yes Yes /classes/Product.php:4524
2837
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 647711 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 647711 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.161 ms 0 /classes/Cart.php:1430
2884
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 647888
ORDER BY f.position ASC
0.161 ms 9 Yes /classes/Product.php:6021
3805
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (589384) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.161 ms 1 Yes Yes /classes/Product.php:4524
2548
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.161 ms 1 Yes /classes/SpecificPrice.php:576
2558
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.161 ms 1 Yes /classes/SpecificPrice.php:576
2598
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.161 ms 1 Yes /classes/SpecificPrice.php:576
2821
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.161 ms 1 Yes /classes/SpecificPrice.php:576
2838
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 647711
ORDER BY f.position ASC
0.161 ms 8 Yes /classes/Product.php:6021
2894
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 647911 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 647911 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.161 ms 0 /classes/Cart.php:1430
3741
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (40052) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.161 ms 1 Yes Yes /classes/Product.php:4524
3832
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (571632) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.161 ms 1 Yes Yes /classes/Product.php:4524
3848
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (566612) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.161 ms 1 Yes Yes /classes/Product.php:4524
2861
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 647770
ORDER BY f.position ASC
0.160 ms 6 Yes /classes/Product.php:6021
16
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `een_hook`
0.160 ms 1060 /classes/Hook.php:1326
1264
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 567844
ORDER BY f.position ASC
0.160 ms 2 Yes /classes/Product.php:6021
1444
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 563902 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 563902 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.160 ms 0 /classes/Cart.php:1430
1576
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 559503
ORDER BY f.position ASC
0.160 ms 3 Yes /classes/Product.php:6021
2512
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 586156 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 586156 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.160 ms 0 /classes/Cart.php:1430
2568
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.160 ms 1 Yes /classes/SpecificPrice.php:576
2816
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 550312 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 550312 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.160 ms 0 /classes/Cart.php:1430
2872
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 647808 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 647808 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.160 ms 0 /classes/Cart.php:1430
3803
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (592710) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.160 ms 1 Yes Yes /classes/Product.php:4524
3868
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (562707) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.160 ms 1 Yes Yes /classes/Product.php:4524
895
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 588740 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 588740 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.159 ms 0 /classes/Cart.php:1430
2481
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 573441 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 573441 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.159 ms 0 /classes/Cart.php:1430
2573
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 571471 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 571471 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.159 ms 0 /classes/Cart.php:1430
1998
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 549016
ORDER BY f.position ASC
0.158 ms 5 Yes /classes/Product.php:6021
2471
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 539473
ORDER BY f.position ASC
0.158 ms 7 Yes /classes/Product.php:6021
2507
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.158 ms 1 Yes /classes/SpecificPrice.php:576
2553
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 556076 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 556076 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.158 ms 0 /classes/Cart.php:1430
2781
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.158 ms 1 Yes /classes/SpecificPrice.php:576
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 `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 562721 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 562721 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.158 ms 0 /classes/Cart.php:1430
2826
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 548444 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 548444 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.158 ms 0 /classes/Cart.php:1430
3799
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (598433) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.158 ms 1 Yes Yes /classes/Product.php:4524
1977
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 549242 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 549242 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.158 ms 0 /classes/Cart.php:1430
2007
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 548825 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 548825 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.158 ms 0 /classes/Cart.php:1430
2451
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 539954
ORDER BY f.position ASC
0.158 ms 9 Yes /classes/Product.php:6021
2476
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.158 ms 1 Yes /classes/SpecificPrice.php:576
2796
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 570992 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 570992 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.158 ms 0 /classes/Cart.php:1430
2491
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 576093 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 576093 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.157 ms 0 /classes/Cart.php:1430
2523
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 583820 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 583820 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.157 ms 0 /classes/Cart.php:1430
2583
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 570778 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 570778 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.157 ms 0 /classes/Cart.php:1430
2603
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 570589 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 570589 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.157 ms 0 /classes/Cart.php:1430
1952
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.157 ms 1 Yes /classes/SpecificPrice.php:576
2543
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 552655 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 552655 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.157 ms 0 /classes/Cart.php:1430
1201
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 570810 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 570810 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.156 ms 0 /classes/Cart.php:1430
2058
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 548036
ORDER BY f.position ASC
0.156 ms 5 Yes /classes/Product.php:6021
2914
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 40032) AND (b.`id_shop` = 1) LIMIT 1
0.156 ms 1 /src/Adapter/EntityMapper.php:71
1922
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.156 ms 1 Yes /classes/SpecificPrice.php:576
2460
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 539634 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 539634 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.156 ms 0 /classes/Cart.php:1430
2786
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 552840 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 552840 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.156 ms 0 /classes/Cart.php:1430
2827
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 548444
ORDER BY f.position ASC
0.156 ms 5 Yes /classes/Product.php:6021
2830
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 647711) AND (b.`id_shop` = 1) LIMIT 1
0.156 ms 1 /src/Adapter/EntityMapper.php:71
1812
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.155 ms 1 Yes /classes/SpecificPrice.php:576
2849
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 647717
ORDER BY f.position ASC
0.155 ms 7 Yes /classes/Product.php:6021
2906
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 647913
ORDER BY f.position ASC
0.155 ms 7 Yes /classes/Product.php:6021
3746
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (30982) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.155 ms 1 Yes Yes /classes/Product.php:4524
3863
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (563760) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.155 ms 1 Yes Yes /classes/Product.php:4524
925
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 582028 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 582028 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.154 ms 0 /classes/Cart.php:1430
1274
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 567392
ORDER BY f.position ASC
0.154 ms 3 Yes /classes/Product.php:6021
1867
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 550242 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 550242 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.154 ms 0 /classes/Cart.php:1430
2008
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 548825
ORDER BY f.position ASC
0.154 ms 5 Yes /classes/Product.php:6021
3400
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 550242) AND (b.`id_shop` = 1) LIMIT 1
0.154 ms 1 /src/Adapter/EntityMapper.php:71
3743
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (40032) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.154 ms 1 Yes Yes /classes/Product.php:4524
3745
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (36753) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.154 ms 1 Yes Yes /classes/Product.php:4524
3764
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4459) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.154 ms 1 Yes Yes /classes/Product.php:4524
3766
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4442) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.154 ms 1 Yes Yes /classes/Product.php:4524
3793
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (602161) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.154 ms 1 Yes Yes /classes/Product.php:4524
4001
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (647717) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.154 ms 1 Yes Yes /classes/Product.php:4524
3744
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (36930) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.153 ms 1 Yes Yes /classes/Product.php:4524
3886
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (551345) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.153 ms 1 Yes Yes /classes/Product.php:4524
229
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 36930
ORDER BY f.position ASC
0.153 ms 8 Yes /classes/Product.php:6021
2018
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 548794
ORDER BY f.position ASC
0.153 ms 5 Yes /classes/Product.php:6021
2028
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 548749
ORDER BY f.position ASC
0.153 ms 5 Yes /classes/Product.php:6021
163
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `een_feature_value` v LEFT JOIN `een_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `een_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 20 ORDER BY vl.`value` ASC
0.152 ms 9 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
623
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.152 ms 1 Yes /classes/SpecificPrice.php:576
834
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 595928
ORDER BY f.position ASC
0.152 ms 1 Yes /classes/Product.php:6021
3756
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6363) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.152 ms 1 Yes Yes /classes/Product.php:4524
3763
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4460) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.152 ms 1 Yes Yes /classes/Product.php:4524
3790
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (602861) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.152 ms 1 Yes Yes /classes/Product.php:4524
581
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.152 ms 1 Yes /classes/SpecificPrice.php:576
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 `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 549434 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 549434 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.152 ms 0 /classes/Cart.php:1430
1988
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 549156
ORDER BY f.position ASC
0.152 ms 5 Yes /classes/Product.php:6021
3818
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (575821) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.152 ms 1 Yes Yes /classes/Product.php:4524
2817
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 550312
ORDER BY f.position ASC
0.151 ms 6 Yes /classes/Product.php:6021
3523
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 544323) AND (b.`id_shop` = 1) LIMIT 1
0.151 ms 1 /src/Adapter/EntityMapper.php:71
3765
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4453) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.151 ms 1 Yes Yes /classes/Product.php:4524
3767
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4331) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.151 ms 1 Yes Yes /classes/Product.php:4524
1932
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.151 ms 1 Yes /classes/SpecificPrice.php:576
2441
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 540677
ORDER BY f.position ASC
0.151 ms 5 Yes /classes/Product.php:6021
2503
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 539580
ORDER BY f.position ASC
0.151 ms 6 Yes /classes/Product.php:6021
2608
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.151 ms 1 Yes /classes/SpecificPrice.php:576
2895
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 647911
ORDER BY f.position ASC
0.151 ms 6 Yes /classes/Product.php:6021
2911
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 40036) AND (b.`id_shop` = 1) LIMIT 1
0.151 ms 1 /src/Adapter/EntityMapper.php:71
3751
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (12942) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.151 ms 1 Yes Yes /classes/Product.php:4524
3769
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4319) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.151 ms 1 Yes Yes /classes/Product.php:4524
3773
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3675) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.151 ms 1 Yes Yes /classes/Product.php:4524
3776
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3668) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.151 ms 1 Yes Yes /classes/Product.php:4524
3786
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (605851) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.151 ms 1 Yes Yes /classes/Product.php:4524
3810
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (583849) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.151 ms 1 Yes Yes /classes/Product.php:4524
2873
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 647808
ORDER BY f.position ASC
0.150 ms 5 Yes /classes/Product.php:6021
3493
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 546464) AND (b.`id_shop` = 1) LIMIT 1
0.150 ms 1 /src/Adapter/EntityMapper.php:71
634
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.150 ms 1 Yes /classes/SpecificPrice.php:576
1191
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 570856
ORDER BY f.position ASC
0.150 ms 2 Yes /classes/Product.php:6021
2038
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 548636
ORDER BY f.position ASC
0.150 ms 6 Yes /classes/Product.php:6021
2294
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.150 ms 1 Yes /classes/SpecificPrice.php:576
3761
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_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.150 ms 1 Yes Yes /classes/Product.php:4524
597
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 610874 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 610874 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.149 ms 0 /classes/Cart.php:1430
654
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.149 ms 1 Yes /classes/SpecificPrice.php:576
848
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.149 ms 1 Yes /classes/SpecificPrice.php:576
1792
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.149 ms 1 Yes /classes/SpecificPrice.php:576
2710
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.149 ms 1 Yes /classes/SpecificPrice.php:576
2775
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 618456 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 618456 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.149 ms 0 /classes/Cart.php:1430
3166
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 573077) AND (b.`id_shop` = 1) LIMIT 1
0.149 ms 1 /src/Adapter/EntityMapper.php:71
3178
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 571806) AND (b.`id_shop` = 1) LIMIT 1
0.149 ms 1 /src/Adapter/EntityMapper.php:71
3295
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 562443) AND (b.`id_shop` = 1) LIMIT 1
0.149 ms 1 /src/Adapter/EntityMapper.php:71
3361
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 550858) AND (b.`id_shop` = 1) LIMIT 1
0.149 ms 1 /src/Adapter/EntityMapper.php:71
3478
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 547001) AND (b.`id_shop` = 1) LIMIT 1
0.149 ms 1 /src/Adapter/EntityMapper.php:71
3747
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (25139) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.149 ms 1 Yes Yes /classes/Product.php:4524
3748
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (25072) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.149 ms 1 Yes Yes /classes/Product.php:4524
3750
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (13137) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.149 ms 1 Yes Yes /classes/Product.php:4524
3817
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (576144) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.149 ms 1 Yes Yes /classes/Product.php:4524
3852
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (565993) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.149 ms 1 Yes Yes /classes/Product.php:4524
3875
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (559503) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.149 ms 1 Yes Yes /classes/Product.php:4524
3884
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (551620) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.149 ms 1 Yes Yes /classes/Product.php:4524
3925
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (547921) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.149 ms 1 Yes Yes /classes/Product.php:4524
3931
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (546968) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.149 ms 1 Yes Yes /classes/Product.php:4524
3987
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (603079) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.149 ms 1 Yes Yes /classes/Product.php:4524
2628
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.149 ms 1 Yes /classes/SpecificPrice.php:576
3961
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (540677) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.149 ms 1 Yes Yes /classes/Product.php:4524
2645
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 13135
ORDER BY f.position ASC
0.148 ms 7 Yes /classes/Product.php:6021
2929
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 25072) AND (b.`id_shop` = 1) LIMIT 1
0.148 ms 1 /src/Adapter/EntityMapper.php:71
3052
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 602926) AND (b.`id_shop` = 1) LIMIT 1
0.148 ms 1 /src/Adapter/EntityMapper.php:71
3373
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 550428) AND (b.`id_shop` = 1) LIMIT 1
0.148 ms 1 /src/Adapter/EntityMapper.php:71
3755
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6491) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.148 ms 1 Yes Yes /classes/Product.php:4524
3783
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (609473) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.148 ms 1 Yes Yes /classes/Product.php:4524
3791
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (602770) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.148 ms 1 Yes Yes /classes/Product.php:4524
3861
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (564501) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.148 ms 1 Yes Yes /classes/Product.php:4524
3915
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (549242) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.148 ms 1 Yes Yes /classes/Product.php:4524
3917
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (549016) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.148 ms 1 Yes Yes /classes/Product.php:4524
3945
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (544323) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.148 ms 1 Yes Yes /classes/Product.php:4524
3957
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (541828) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.148 ms 1 Yes Yes /classes/Product.php:4524
2618
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.148 ms 1 Yes /classes/SpecificPrice.php:576
3508
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 545693) AND (b.`id_shop` = 1) LIMIT 1
0.148 ms 1 /src/Adapter/EntityMapper.php:71
853
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 590862 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 590862 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.147 ms 0 /classes/Cart.php:1430
1181
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 570971
ORDER BY f.position ASC
0.147 ms 1 Yes /classes/Product.php:6021
1942
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.147 ms 1 Yes /classes/SpecificPrice.php:576
1948
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 549456
ORDER BY f.position ASC
0.147 ms 6 Yes /classes/Product.php:6021
2435
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.147 ms 1 Yes /classes/SpecificPrice.php:576
3316
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 559320) AND (b.`id_shop` = 1) LIMIT 1
0.147 ms 1 /src/Adapter/EntityMapper.php:71
3392
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 550273
ORDER BY `position`
0.147 ms 7 Yes /classes/Product.php:3545
3652
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 604006) AND (b.`id_shop` = 1) LIMIT 1
0.147 ms 1 /src/Adapter/EntityMapper.php:71
3753
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9413) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.147 ms 1 Yes Yes /classes/Product.php:4524
3758
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4840) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.147 ms 1 Yes Yes /classes/Product.php:4524
3760
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4495) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.147 ms 1 Yes Yes /classes/Product.php:4524
3798
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (598493) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.147 ms 1 Yes Yes /classes/Product.php:4524
3840
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (569951) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.147 ms 1 Yes Yes /classes/Product.php:4524
3854
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (565580) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.147 ms 1 Yes Yes /classes/Product.php:4524
2926
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 25139) AND (b.`id_shop` = 1) LIMIT 1
0.147 ms 1 /src/Adapter/EntityMapper.php:71
3016
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 614243) AND (b.`id_shop` = 1) LIMIT 1
0.147 ms 1 /src/Adapter/EntityMapper.php:71
3415
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 549724) AND (b.`id_shop` = 1) LIMIT 1
0.147 ms 1 /src/Adapter/EntityMapper.php:71
3780
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (610732) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.147 ms 1 Yes Yes /classes/Product.php:4524
3781
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (610654) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.147 ms 1 Yes Yes /classes/Product.php:4524
3785
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (607412) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.147 ms 1 Yes Yes /classes/Product.php:4524
3788
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (603687) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.147 ms 1 Yes Yes /classes/Product.php:4524
3821
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (574588) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.147 ms 1 Yes Yes /classes/Product.php:4524
3834
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (571478) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.147 ms 1 Yes Yes /classes/Product.php:4524
441
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4459 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4459 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.146 ms 0 /classes/Cart.php:1430
828
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.146 ms 1 Yes /classes/SpecificPrice.php:576
3777
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (614243) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.146 ms 1 Yes Yes /classes/Product.php:4524
3792
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (602479) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.146 ms 1 Yes Yes /classes/Product.php:4524
3796
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (599803) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.146 ms 1 Yes Yes /classes/Product.php:4524
3820
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (574720) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.146 ms 1 Yes Yes /classes/Product.php:4524
3836
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (570971) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.146 ms 1 Yes Yes /classes/Product.php:4524
3880
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (554085) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.146 ms 1 Yes Yes /classes/Product.php:4524
3883
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (552118) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.146 ms 1 Yes Yes /classes/Product.php:4524
3913
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (549434) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.146 ms 1 Yes Yes /classes/Product.php:4524
3933
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (546859) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.146 ms 1 Yes Yes /classes/Product.php:4524
3939
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (545709) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.146 ms 1 Yes Yes /classes/Product.php:4524
3959
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (541355) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.146 ms 1 Yes Yes /classes/Product.php:4524
431
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4460 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4460 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.146 ms 0 /classes/Cart.php:1430
586
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 611580 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 611580 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.146 ms 0 /classes/Cart.php:1430
592
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.146 ms 1 Yes /classes/SpecificPrice.php:576
644
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.146 ms 1 Yes /classes/SpecificPrice.php:576
705
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.146 ms 1 Yes /classes/SpecificPrice.php:576
1766
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 550572 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 550572 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.146 ms 0 /classes/Cart.php:1430
1802
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.146 ms 1 Yes /classes/SpecificPrice.php:576
1912
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.146 ms 1 Yes /classes/SpecificPrice.php:576
1937
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 549555 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 549555 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.146 ms 0 /classes/Cart.php:1430
2956
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6336) AND (b.`id_shop` = 1) LIMIT 1
0.146 ms 1 /src/Adapter/EntityMapper.php:71
3022
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 610874) AND (b.`id_shop` = 1) LIMIT 1
0.146 ms 1 /src/Adapter/EntityMapper.php:71
3130
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 576411) AND (b.`id_shop` = 1) LIMIT 1
0.146 ms 1 /src/Adapter/EntityMapper.php:71
3301
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 562397) AND (b.`id_shop` = 1) LIMIT 1
0.146 ms 1 /src/Adapter/EntityMapper.php:71
3331
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 553071) AND (b.`id_shop` = 1) LIMIT 1
0.146 ms 1 /src/Adapter/EntityMapper.php:71
3418
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 549713) AND (b.`id_shop` = 1) LIMIT 1
0.146 ms 1 /src/Adapter/EntityMapper.php:71
3637
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 574549) AND (b.`id_shop` = 1) LIMIT 1
0.146 ms 1 /src/Adapter/EntityMapper.php:71
3749
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (14272) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.146 ms 1 Yes Yes /classes/Product.php:4524
3762
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4483) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.146 ms 1 Yes Yes /classes/Product.php:4524
3775
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3669) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.146 ms 1 Yes Yes /classes/Product.php:4524
3782
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (609970) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.146 ms 1 Yes Yes /classes/Product.php:4524
3784
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (608525) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.146 ms 1 Yes Yes /classes/Product.php:4524
3789
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (602926) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.146 ms 1 Yes Yes /classes/Product.php:4524
3794
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (601927) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.146 ms 1 Yes Yes /classes/Product.php:4524
3831
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (571806) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.146 ms 1 Yes Yes /classes/Product.php:4524
3833
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (571489) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.146 ms 1 Yes Yes /classes/Product.php:4524
3839
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (570322) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.146 ms 1 Yes Yes /classes/Product.php:4524
3955
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (542345) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.146 ms 1 Yes Yes /classes/Product.php:4524
3956
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (542329) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.146 ms 1 Yes Yes /classes/Product.php:4524
1947
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 549456 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 549456 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.145 ms 0 /classes/Cart.php:1430
2110
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 547371
ORDER BY f.position ASC
0.145 ms 5 Yes /classes/Product.php:6021
2971
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4483) AND (b.`id_shop` = 1) LIMIT 1
0.145 ms 1 /src/Adapter/EntityMapper.php:71
3037
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 608525) AND (b.`id_shop` = 1) LIMIT 1
0.145 ms 1 /src/Adapter/EntityMapper.php:71
3367
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 550624) AND (b.`id_shop` = 1) LIMIT 1
0.145 ms 1 /src/Adapter/EntityMapper.php:71
3754
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_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.145 ms 1 Yes Yes /classes/Product.php:4524
3768
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4321) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.145 ms 1 Yes Yes /classes/Product.php:4524
3819
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (575645) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.145 ms 1 Yes Yes /classes/Product.php:4524
3825
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (573393) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.145 ms 1 Yes Yes /classes/Product.php:4524
3855
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (565480) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.145 ms 1 Yes Yes /classes/Product.php:4524
545
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3671
ORDER BY f.position ASC
0.145 ms 10 Yes /classes/Product.php:6021
726
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.145 ms 1 Yes /classes/SpecificPrice.php:576
786
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.145 ms 1 Yes /classes/SpecificPrice.php:576
930
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.145 ms 1 Yes /classes/SpecificPrice.php:576
940
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.145 ms 1 Yes /classes/SpecificPrice.php:576
955
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 578744 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 578744 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.145 ms 0 /classes/Cart.php:1430
1838
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 550273
ORDER BY f.position ASC
0.145 ms 6 Yes /classes/Product.php:6021
1917
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 549724 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 549724 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.145 ms 0 /classes/Cart.php:1430
1927
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 549713 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 549713 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.145 ms 0 /classes/Cart.php:1430
1938
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 549555
ORDER BY f.position ASC
0.145 ms 5 Yes /classes/Product.php:6021
2088
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 547665 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 547665 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.145 ms 0 /classes/Cart.php:1430
2093
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.145 ms 1 Yes /classes/SpecificPrice.php:576
2415
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.145 ms 1 Yes /classes/SpecificPrice.php:576
2461
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 539634
ORDER BY f.position ASC
0.145 ms 5 Yes /classes/Product.php:6021
2524
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 583820
ORDER BY f.position ASC
0.145 ms 1 Yes /classes/Product.php:6021
2534
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 570899
ORDER BY f.position ASC
0.145 ms 3 Yes /classes/Product.php:6021
2917
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 36930) AND (b.`id_shop` = 1) LIMIT 1
0.145 ms 1 /src/Adapter/EntityMapper.php:71
2935
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 13137) AND (b.`id_shop` = 1) LIMIT 1
0.145 ms 1 /src/Adapter/EntityMapper.php:71
2941
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12939) AND (b.`id_shop` = 1) LIMIT 1
0.145 ms 1 /src/Adapter/EntityMapper.php:71
2965
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4495) AND (b.`id_shop` = 1) LIMIT 1
0.145 ms 1 /src/Adapter/EntityMapper.php:71
3001
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3676) AND (b.`id_shop` = 1) LIMIT 1
0.145 ms 1 /src/Adapter/EntityMapper.php:71
3223
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 567392) AND (b.`id_shop` = 1) LIMIT 1
0.145 ms 1 /src/Adapter/EntityMapper.php:71
3298
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 562424) AND (b.`id_shop` = 1) LIMIT 1
0.145 ms 1 /src/Adapter/EntityMapper.php:71
3394
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 550252) AND (b.`id_shop` = 1) LIMIT 1
0.145 ms 1 /src/Adapter/EntityMapper.php:71
3752
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (12939) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.145 ms 1 Yes Yes /classes/Product.php:4524
3759
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4498) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.145 ms 1 Yes Yes /classes/Product.php:4524
3772
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3676) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.145 ms 1 Yes Yes /classes/Product.php:4524
3778
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (611580) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.145 ms 1 Yes Yes /classes/Product.php:4524
3779
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (610874) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.145 ms 1 Yes Yes /classes/Product.php:4524
3787
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (604002) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.145 ms 1 Yes Yes /classes/Product.php:4524
3804
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (590862) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.145 ms 1 Yes Yes /classes/Product.php:4524
3823
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (574407) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.145 ms 1 Yes Yes /classes/Product.php:4524
3857
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (565095) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.145 ms 1 Yes Yes /classes/Product.php:4524
3859
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (564940) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.145 ms 1 Yes Yes /classes/Product.php:4524
3871
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (562397) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.145 ms 1 Yes Yes /classes/Product.php:4524
3902
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (550252) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.145 ms 1 Yes Yes /classes/Product.php:4524
3932
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (546867) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.145 ms 1 Yes Yes /classes/Product.php:4524
3942
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (544569) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.145 ms 1 Yes Yes /classes/Product.php:4524
3948
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (543423) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.145 ms 1 Yes Yes /classes/Product.php:4524
3950
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (543348) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.145 ms 1 Yes Yes /classes/Product.php:4524
3965
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (573441) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.145 ms 1 Yes Yes /classes/Product.php:4524
3994
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (618456) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.145 ms 1 Yes Yes /classes/Product.php:4524
628
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 609970 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 609970 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.144 ms 0 /classes/Cart.php:1430
664
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.144 ms 1 Yes /classes/SpecificPrice.php:576
884
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 589038 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 589038 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.144 ms 0 /classes/Cart.php:1430
900
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.144 ms 1 Yes /classes/SpecificPrice.php:576
961
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.144 ms 1 Yes /classes/SpecificPrice.php:576
1807
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 550306 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 550306 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.144 ms 0 /classes/Cart.php:1430
1958
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 549434
ORDER BY f.position ASC
0.144 ms 5 Yes /classes/Product.php:6021
2613
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 544488 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 544488 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.144 ms 0 /classes/Cart.php:1430
2633
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 577984 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 577984 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.144 ms 0 /classes/Cart.php:1430
2920
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 36753) AND (b.`id_shop` = 1) LIMIT 1
0.144 ms 1 /src/Adapter/EntityMapper.php:71
3079
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 598493) AND (b.`id_shop` = 1) LIMIT 1
0.144 ms 1 /src/Adapter/EntityMapper.php:71
3115
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 583849) AND (b.`id_shop` = 1) LIMIT 1
0.144 ms 1 /src/Adapter/EntityMapper.php:71
3139
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 575821) AND (b.`id_shop` = 1) LIMIT 1
0.144 ms 1 /src/Adapter/EntityMapper.php:71
3157
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 574323) AND (b.`id_shop` = 1) LIMIT 1
0.144 ms 1 /src/Adapter/EntityMapper.php:71
3241
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 566145) AND (b.`id_shop` = 1) LIMIT 1
0.144 ms 1 /src/Adapter/EntityMapper.php:71
3355
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 551177) AND (b.`id_shop` = 1) LIMIT 1
0.144 ms 1 /src/Adapter/EntityMapper.php:71
3448
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 548749) AND (b.`id_shop` = 1) LIMIT 1
0.144 ms 1 /src/Adapter/EntityMapper.php:71
3505
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 545709) AND (b.`id_shop` = 1) LIMIT 1
0.144 ms 1 /src/Adapter/EntityMapper.php:71
3532
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 543423) AND (b.`id_shop` = 1) LIMIT 1
0.144 ms 1 /src/Adapter/EntityMapper.php:71
3547
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 542706) AND (b.`id_shop` = 1) LIMIT 1
0.144 ms 1 /src/Adapter/EntityMapper.php:71
3770
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3689) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.144 ms 1 Yes Yes /classes/Product.php:4524
3771
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3688) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.144 ms 1 Yes Yes /classes/Product.php:4524
3774
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3671) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.144 ms 1 Yes Yes /classes/Product.php:4524
3795
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (600667) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.144 ms 1 Yes Yes /classes/Product.php:4524
3797
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (598728) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.144 ms 1 Yes Yes /classes/Product.php:4524
3822
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (574570) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.144 ms 1 Yes Yes /classes/Product.php:4524
3829
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (572667) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.144 ms 1 Yes Yes /classes/Product.php:4524
3882
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (552215) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.144 ms 1 Yes Yes /classes/Product.php:4524
3897
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (550403) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.144 ms 1 Yes Yes /classes/Product.php:4524
3904
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (550242) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.144 ms 1 Yes Yes /classes/Product.php:4524
3952
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (542781) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.144 ms 1 Yes Yes /classes/Product.php:4524
3966
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (576093) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.144 ms 1 Yes Yes /classes/Product.php:4524
3969
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (583820) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.144 ms 1 Yes Yes /classes/Product.php:4524
3973
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (607039) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.144 ms 1 Yes Yes /classes/Product.php:4524
3981
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (13135) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.144 ms 1 Yes Yes /classes/Product.php:4524
3985
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (575018) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.144 ms 1 Yes Yes /classes/Product.php:4524
3996
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (570992) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.144 ms 1 Yes Yes /classes/Product.php:4524
3998
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (550312) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.144 ms 1 Yes Yes /classes/Product.php:4524
4006
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (647913) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.144 ms 1 Yes Yes /classes/Product.php:4524
3947
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (544028) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.144 ms 1 Yes Yes /classes/Product.php:4524
196
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 40052
ORDER BY f.position ASC
0.143 ms 1 Yes /classes/Product.php:6021
217
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 40032 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 40032 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.143 ms 0 /classes/Cart.php:1430
257
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.143 ms 1 Yes /classes/SpecificPrice.php:576
603
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.143 ms 1 Yes /classes/SpecificPrice.php:576
674
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.143 ms 1 Yes /classes/SpecificPrice.php:576
721
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 602770 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 602770 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.143 ms 0 /classes/Cart.php:1430
736
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.143 ms 1 Yes /classes/SpecificPrice.php:576
843
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 592710 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 592710 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.143 ms 0 /classes/Cart.php:1430
1288
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.143 ms 1 Yes /classes/SpecificPrice.php:576
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 `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 567193 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 567193 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.143 ms 0 /classes/Cart.php:1430
1586
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 559320 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 559320 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.143 ms 0 /classes/Cart.php:1430
1907
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 549843 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 549843 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.143 ms 0 /classes/Cart.php:1430
2099
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 547376
ORDER BY f.position ASC
0.143 ms 6 Yes /classes/Product.php:6021
2219
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 545709 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 545709 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.143 ms 0 /classes/Cart.php:1430
2229
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 545693 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 545693 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.143 ms 0 /classes/Cart.php:1430
2938
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12942) AND (b.`id_shop` = 1) LIMIT 1
0.143 ms 1 /src/Adapter/EntityMapper.php:71
3013
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3668) AND (b.`id_shop` = 1) LIMIT 1
0.143 ms 1 /src/Adapter/EntityMapper.php:71
3100
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 589384) AND (b.`id_shop` = 1) LIMIT 1
0.143 ms 1 /src/Adapter/EntityMapper.php:71
3580
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 539473) AND (b.`id_shop` = 1) LIMIT 1
0.143 ms 1 /src/Adapter/EntityMapper.php:71
3649
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 603079) AND (b.`id_shop` = 1) LIMIT 1
0.143 ms 1 /src/Adapter/EntityMapper.php:71
3676
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 570992) AND (b.`id_shop` = 1) LIMIT 1
0.143 ms 1 /src/Adapter/EntityMapper.php:71
3682
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 550312) AND (b.`id_shop` = 1) LIMIT 1
0.143 ms 1 /src/Adapter/EntityMapper.php:71
3830
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (572166) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.143 ms 1 Yes Yes /classes/Product.php:4524
3856
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (565460) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.143 ms 1 Yes Yes /classes/Product.php:4524
3869
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (562443) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.143 ms 1 Yes Yes /classes/Product.php:4524
3874
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (561022) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.143 ms 1 Yes Yes /classes/Product.php:4524
3918
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (548825) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.143 ms 1 Yes Yes /classes/Product.php:4524
3935
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (546464) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.143 ms 1 Yes Yes /classes/Product.php:4524
3954
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (542487) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.143 ms 1 Yes Yes /classes/Product.php:4524
3979
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (543106) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.143 ms 1 Yes Yes /classes/Product.php:4524
971
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.143 ms 1 Yes /classes/SpecificPrice.php:576
1771
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.143 ms 1 Yes /classes/SpecificPrice.php:576
2659
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.143 ms 1 Yes /classes/SpecificPrice.php:576
3568
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 541309) AND (b.`id_shop` = 1) LIMIT 1
0.143 ms 1 /src/Adapter/EntityMapper.php:71
3853
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (565828) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.143 ms 1 Yes Yes /classes/Product.php:4524
3885
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (551532) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.143 ms 1 Yes Yes /classes/Product.php:4524
3940
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (545693) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.143 ms 1 Yes Yes /classes/Product.php:4524
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 `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 40036 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 40036 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.142 ms 0 /classes/Cart.php:1430
239
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 36753 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 36753 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.142 ms 0 /classes/Cart.php:1430
544
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3671 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3671 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.142 ms 0 /classes/Cart.php:1430
796
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.142 ms 1 Yes /classes/SpecificPrice.php:576
818
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.142 ms 1 Yes /classes/SpecificPrice.php:576
1918
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 549724
ORDER BY f.position ASC
0.142 ms 5 Yes /classes/Product.php:6021
2114
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.142 ms 1 Yes /classes/SpecificPrice.php:576
3076
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 598728) AND (b.`id_shop` = 1) LIMIT 1
0.142 ms 1 /src/Adapter/EntityMapper.php:71
3262
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 565075) AND (b.`id_shop` = 1) LIMIT 1
0.142 ms 1 /src/Adapter/EntityMapper.php:71
3319
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 558350) AND (b.`id_shop` = 1) LIMIT 1
0.142 ms 1 /src/Adapter/EntityMapper.php:71
3490
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 546692) AND (b.`id_shop` = 1) LIMIT 1
0.142 ms 1 /src/Adapter/EntityMapper.php:71
3598
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 570899) AND (b.`id_shop` = 1) LIMIT 1
0.142 ms 1 /src/Adapter/EntityMapper.php:71
3616
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 583904) AND (b.`id_shop` = 1) LIMIT 1
0.142 ms 1 /src/Adapter/EntityMapper.php:71
3700
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 647888) AND (b.`id_shop` = 1) LIMIT 1
0.142 ms 1 /src/Adapter/EntityMapper.php:71
3706
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 647913) AND (b.`id_shop` = 1) LIMIT 1
0.142 ms 1 /src/Adapter/EntityMapper.php:71
3837
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (570856) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.142 ms 1 Yes Yes /classes/Product.php:4524
3876
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (559320) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.142 ms 1 Yes Yes /classes/Product.php:4524
3906
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (550200) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.142 ms 1 Yes Yes /classes/Product.php:4524
3916
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (549156) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.142 ms 1 Yes Yes /classes/Product.php:4524
3964
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (539473) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.142 ms 1 Yes Yes /classes/Product.php:4524
272
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 25072 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 25072 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.142 ms 0 /classes/Cart.php:1430
807
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.142 ms 1 Yes /classes/SpecificPrice.php:576
935
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 580950 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 580950 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.142 ms 0 /classes/Cart.php:1430
1691
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.142 ms 1 Yes /classes/SpecificPrice.php:576
2584
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 570778
ORDER BY f.position ASC
0.142 ms 3 Yes /classes/Product.php:6021
2644
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 13135 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 13135 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.142 ms 0 /classes/Cart.php:1430
3466
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 547665) AND (b.`id_shop` = 1) LIMIT 1
0.142 ms 1 /src/Adapter/EntityMapper.php:71
3469
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 547376) AND (b.`id_shop` = 1) LIMIT 1
0.142 ms 1 /src/Adapter/EntityMapper.php:71
3844
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (567844) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.142 ms 1 Yes Yes /classes/Product.php:4524
3845
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (567392) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.142 ms 1 Yes Yes /classes/Product.php:4524
3858
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (565075) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.142 ms 1 Yes Yes /classes/Product.php:4524
3873
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (561029) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.142 ms 1 Yes Yes /classes/Product.php:4524
3971
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (552655) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.142 ms 1 Yes Yes /classes/Product.php:4524
245
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.141 ms 1 Yes /classes/SpecificPrice.php:576
1073
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.141 ms 1 Yes /classes/SpecificPrice.php:576
2104
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.141 ms 1 Yes /classes/SpecificPrice.php:576
2655
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 13136
ORDER BY f.position ASC
0.141 ms 7 Yes /classes/Product.php:6021
2679
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.141 ms 1 Yes /classes/SpecificPrice.php:576
2755
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 606429 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 606429 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.141 ms 0 /classes/Cart.php:1430
2907
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 40052) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
2932
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 14272) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
3106
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 589038) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
3169
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 573038) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
3334
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 552215) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
3343
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 551532) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
3544
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 542781) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
3553
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 542345) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
3595
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 583820) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
3664
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 606429) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
3667
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 618126) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
3841
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (569638) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.141 ms 1 Yes Yes /classes/Product.php:4524
3846
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (567388) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.141 ms 1 Yes Yes /classes/Product.php:4524
3864
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (563725) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.141 ms 1 Yes Yes /classes/Product.php:4524
3872
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (561838) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.141 ms 1 Yes Yes /classes/Product.php:4524
3919
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (548794) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.141 ms 1 Yes Yes /classes/Product.php:4524
349
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6491
ORDER BY f.position ASC
0.141 ms 8 Yes /classes/Product.php:6021
1399
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.141 ms 1 Yes /classes/SpecificPrice.php:576
2120
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 547204
ORDER BY f.position ASC
0.141 ms 6 Yes /classes/Product.php:6021
2180
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 546464
ORDER BY f.position ASC
0.141 ms 6 Yes /classes/Product.php:6021
2259
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 544543 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 544543 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.141 ms 0 /classes/Cart.php:1430
2440
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 540677 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 540677 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.141 ms 0 /classes/Cart.php:1430
2564
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 607039
ORDER BY f.position ASC
0.141 ms 3 Yes /classes/Product.php:6021
2674
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 574650 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 574650 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.141 ms 0 /classes/Cart.php:1430
2923
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30982) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
2980
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4453) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
3064
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 602161) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
3082
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 598433) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
3154
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 574407) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
3193
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 570971) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
3304
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 561838) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
3310
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 561022) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
3445
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 548794) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
3454
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 548527) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
3463
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 547921) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
3472
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 547371) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
3562
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 541423) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
3565
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 541355) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
3574
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 539954) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
3601
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 552655) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
3622
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 544488) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
3625
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 543106) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
3838
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (570810) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.141 ms 1 Yes Yes /classes/Product.php:4524
3842
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (569193) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.141 ms 1 Yes Yes /classes/Product.php:4524
3862
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (563902) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.141 ms 1 Yes Yes /classes/Product.php:4524
3865
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (562930) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.141 ms 1 Yes Yes /classes/Product.php:4524
3877
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (558350) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.141 ms 1 Yes Yes /classes/Product.php:4524
3881
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (553071) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.141 ms 1 Yes Yes /classes/Product.php:4524
3929
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (547204) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.141 ms 1 Yes Yes /classes/Product.php:4524
3930
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (547001) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.141 ms 1 Yes Yes /classes/Product.php:4524
3937
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (546058) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.141 ms 1 Yes Yes /classes/Product.php:4524
3941
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (545474) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.141 ms 1 Yes Yes /classes/Product.php:4524
3943
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (544543) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.141 ms 1 Yes Yes /classes/Product.php:4524
3944
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (544358) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.141 ms 1 Yes Yes /classes/Product.php:4524
3946
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (544260) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.141 ms 1 Yes Yes /classes/Product.php:4524
3989
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (604012) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.141 ms 1 Yes Yes /classes/Product.php:4524
1338
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.140 ms 1 Yes /classes/SpecificPrice.php:576
1822
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.140 ms 1 Yes /classes/SpecificPrice.php:576
1872
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.140 ms 1 Yes /classes/SpecificPrice.php:576
2130
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 547001
ORDER BY f.position ASC
0.140 ms 6 Yes /classes/Product.php:6021
2614
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 544488
ORDER BY f.position ASC
0.140 ms 6 Yes /classes/Product.php:6021
2720
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.140 ms 1 Yes /classes/SpecificPrice.php:576
2986
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4331) AND (b.`id_shop` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
3286
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 562733) AND (b.`id_shop` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
3670
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 618456) AND (b.`id_shop` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
3697
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 647808) AND (b.`id_shop` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
3703
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 647911) AND (b.`id_shop` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
3895
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (550428) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.140 ms 1 Yes Yes /classes/Product.php:4524
3958
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (541423) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.140 ms 1 Yes Yes /classes/Product.php:4524
273
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 25072
ORDER BY f.position ASC
0.140 ms 7 Yes /classes/Product.php:6021
659
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 607412 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 607412 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.140 ms 0 /classes/Cart.php:1430
859
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.140 ms 1 Yes /classes/SpecificPrice.php:576
879
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.140 ms 1 Yes /classes/SpecificPrice.php:576
920
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.140 ms 1 Yes /classes/SpecificPrice.php:576
1124
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.140 ms 1 Yes /classes/SpecificPrice.php:576
1621
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.140 ms 1 Yes /classes/SpecificPrice.php:576
2089
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 547665
ORDER BY f.position ASC
0.140 ms 6 Yes /classes/Product.php:6021
2098
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 547376 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 547376 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.140 ms 0 /classes/Cart.php:1430
2140
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 546968
ORDER BY f.position ASC
0.140 ms 5 Yes /classes/Product.php:6021
2224
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.140 ms 1 Yes /classes/SpecificPrice.php:576
2284
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.140 ms 1 Yes /classes/SpecificPrice.php:576
2300
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 544028
ORDER BY f.position ASC
0.140 ms 5 Yes /classes/Product.php:6021
2544
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 552655
ORDER BY f.position ASC
0.140 ms 3 Yes /classes/Product.php:6021
2574
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 571471
ORDER BY f.position ASC
0.140 ms 2 Yes /classes/Product.php:6021
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 `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 575018 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 575018 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.140 ms 0 /classes/Cart.php:1430
2765
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 618126 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 618126 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.140 ms 0 /classes/Cart.php:1430
2962
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4498) AND (b.`id_shop` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
2989
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4321) AND (b.`id_shop` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
3025
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 610732) AND (b.`id_shop` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
3055
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 602861) AND (b.`id_shop` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
3070
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 600667) AND (b.`id_shop` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
3109
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 588740) AND (b.`id_shop` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
3226
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 567388) AND (b.`id_shop` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
3307
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 561029) AND (b.`id_shop` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
3337
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 552118) AND (b.`id_shop` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
3436
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 549156) AND (b.`id_shop` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
3460
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 547985) AND (b.`id_shop` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
3496
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 546348) AND (b.`id_shop` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
3520
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 544358) AND (b.`id_shop` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
3535
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 543357) AND (b.`id_shop` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
3538
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 543348) AND (b.`id_shop` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
3577
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 539634) AND (b.`id_shop` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
3583
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 573441) AND (b.`id_shop` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
3592
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 586156) AND (b.`id_shop` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
3643
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 575018) AND (b.`id_shop` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
3646
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 598641) AND (b.`id_shop` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
3824
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (574323) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.140 ms 1 Yes Yes /classes/Product.php:4524
3860
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (564755) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.140 ms 1 Yes Yes /classes/Product.php:4524
3900
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (550274) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.140 ms 1 Yes Yes /classes/Product.php:4524
3901
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (550273) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.140 ms 1 Yes Yes /classes/Product.php:4524
3910
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (549713) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.140 ms 1 Yes Yes /classes/Product.php:4524
3978
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (544488) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.140 ms 1 Yes Yes /classes/Product.php:4524
3988
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (604006) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.140 ms 1 Yes Yes /classes/Product.php:4524
3991
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (604308) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.140 ms 1 Yes Yes /classes/Product.php:4524
3992
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (606429) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.140 ms 1 Yes Yes /classes/Product.php:4524
111
SELECT SQL_NO_CACHE *
FROM `een_gmcp_feeds` ff
WHERE (ff.iso_lang="fr") AND (ff.id_shop=1)
ORDER BY ff.feed_is_default ASC
0.139 ms 370 Yes /modules/gmerchantcenterpro/models/Feeds.php:72
348
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6491 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6491 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.139 ms 0 /classes/Cart.php:1430
451
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4453 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4453 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.139 ms 0 /classes/Cart.php:1430
462
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4442
ORDER BY f.position ASC
0.139 ms 10 Yes /classes/Product.php:6021
513
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3688
ORDER BY f.position ASC
0.139 ms 10 Yes /classes/Product.php:6021
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 `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 609473 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 609473 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.139 ms 0 /classes/Cart.php:1430
746
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.139 ms 1 Yes /classes/SpecificPrice.php:576
756
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.139 ms 1 Yes /classes/SpecificPrice.php:576
766
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.139 ms 1 Yes /classes/SpecificPrice.php:576
864
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 589384 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 589384 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.139 ms 0 /classes/Cart.php:1430
874
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 589319 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 589319 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.139 ms 0 /classes/Cart.php:1430
890
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.139 ms 1 Yes /classes/SpecificPrice.php:576
950
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.139 ms 1 Yes /classes/SpecificPrice.php:576
1175
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.139 ms 1 Yes /classes/SpecificPrice.php:576
1348
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.139 ms 1 Yes /classes/SpecificPrice.php:576
1445
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 563902
ORDER BY f.position ASC
0.139 ms 1 Yes /classes/Product.php:6021
1776
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 550428 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 550428 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.139 ms 0 /classes/Cart.php:1430
1781
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.139 ms 1 Yes /classes/SpecificPrice.php:576
1787
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 550406
ORDER BY f.position ASC
0.139 ms 5 Yes /classes/Product.php:6021
1908
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 549843
ORDER BY f.position ASC
0.139 ms 5 Yes /classes/Product.php:6021
2134
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.139 ms 1 Yes /classes/SpecificPrice.php:576
2170
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 546692
ORDER BY f.position ASC
0.139 ms 5 Yes /classes/Product.php:6021
2214
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.139 ms 1 Yes /classes/SpecificPrice.php:576
2239
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 545474 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 545474 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.139 ms 0 /classes/Cart.php:1430
2264
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.139 ms 1 Yes /classes/SpecificPrice.php:576
2274
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.139 ms 1 Yes /classes/SpecificPrice.php:576
2385
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.139 ms 1 Yes /classes/SpecificPrice.php:576
2554
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 556076
ORDER BY f.position ASC
0.139 ms 1 Yes /classes/Product.php:6021
2623
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 543106 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 543106 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.139 ms 0 /classes/Cart.php:1430
2624
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 543106
ORDER BY f.position ASC
0.139 ms 5 Yes /classes/Product.php:6021
2669
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.139 ms 1 Yes /classes/SpecificPrice.php:576
2715
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 604006 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 604006 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.139 ms 0 /classes/Cart.php:1430
2959
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4840) AND (b.`id_shop` = 1) LIMIT 1
0.139 ms 1 /src/Adapter/EntityMapper.php:71
2968
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_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.139 ms 1 /src/Adapter/EntityMapper.php:71
2974
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4460) AND (b.`id_shop` = 1) LIMIT 1
0.139 ms 1 /src/Adapter/EntityMapper.php:71
2977
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4459) AND (b.`id_shop` = 1) LIMIT 1
0.139 ms 1 /src/Adapter/EntityMapper.php:71
2992
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4319) AND (b.`id_shop` = 1) LIMIT 1
0.139 ms 1 /src/Adapter/EntityMapper.php:71
3085
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 596395) AND (b.`id_shop` = 1) LIMIT 1
0.139 ms 1 /src/Adapter/EntityMapper.php:71
3142
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 575645) AND (b.`id_shop` = 1) LIMIT 1
0.139 ms 1 /src/Adapter/EntityMapper.php:71
3145
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 574720) AND (b.`id_shop` = 1) LIMIT 1
0.139 ms 1 /src/Adapter/EntityMapper.php:71
3187
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 571478) AND (b.`id_shop` = 1) LIMIT 1
0.139 ms 1 /src/Adapter/EntityMapper.php:71
3235
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 566416) AND (b.`id_shop` = 1) LIMIT 1
0.139 ms 1 /src/Adapter/EntityMapper.php:71
3274
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 563902) AND (b.`id_shop` = 1) LIMIT 1
0.139 ms 1 /src/Adapter/EntityMapper.php:71
3397
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 550247) AND (b.`id_shop` = 1) LIMIT 1
0.139 ms 1 /src/Adapter/EntityMapper.php:71
3421
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 549555) AND (b.`id_shop` = 1) LIMIT 1
0.139 ms 1 /src/Adapter/EntityMapper.php:71
3487
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 546859) AND (b.`id_shop` = 1) LIMIT 1
0.139 ms 1 /src/Adapter/EntityMapper.php:71
3511
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 545474) AND (b.`id_shop` = 1) LIMIT 1
0.139 ms 1 /src/Adapter/EntityMapper.php:71
3529
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 544028) AND (b.`id_shop` = 1) LIMIT 1
0.139 ms 1 /src/Adapter/EntityMapper.php:71
3541
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 543008) AND (b.`id_shop` = 1) LIMIT 1
0.139 ms 1 /src/Adapter/EntityMapper.php:71
3559
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 541828) AND (b.`id_shop` = 1) LIMIT 1
0.139 ms 1 /src/Adapter/EntityMapper.php:71
3586
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 576093) AND (b.`id_shop` = 1) LIMIT 1
0.139 ms 1 /src/Adapter/EntityMapper.php:71
3610
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 571471) AND (b.`id_shop` = 1) LIMIT 1
0.139 ms 1 /src/Adapter/EntityMapper.php:71
3628
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 577984) AND (b.`id_shop` = 1) LIMIT 1
0.139 ms 1 /src/Adapter/EntityMapper.php:71
3688
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 647711) AND (b.`id_shop` = 1) LIMIT 1
0.139 ms 1 /src/Adapter/EntityMapper.php:71
3843
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (569028) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.139 ms 1 Yes Yes /classes/Product.php:4524
3867
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (562716) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.139 ms 1 Yes Yes /classes/Product.php:4524
3896
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (550406) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.139 ms 1 Yes Yes /classes/Product.php:4524
3898
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (550306) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.139 ms 1 Yes Yes /classes/Product.php:4524
3903
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (550247) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.139 ms 1 Yes Yes /classes/Product.php:4524
3912
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (549456) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.139 ms 1 Yes Yes /classes/Product.php:4524
3914
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (549423) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.139 ms 1 Yes Yes /classes/Product.php:4524
3921
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (548636) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.139 ms 1 Yes Yes /classes/Product.php:4524
3923
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (548036) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.139 ms 1 Yes Yes /classes/Product.php:4524
3927
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (547376) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.139 ms 1 Yes Yes /classes/Product.php:4524
3934
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (546692) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.139 ms 1 Yes Yes /classes/Product.php:4524
3962
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (539954) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.139 ms 1 Yes Yes /classes/Product.php:4524
3967
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (539580) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.139 ms 1 Yes Yes /classes/Product.php:4524
3975
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (570778) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.139 ms 1 Yes Yes /classes/Product.php:4524
3977
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (570589) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.139 ms 1 Yes Yes /classes/Product.php:4524
3983
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (574549) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.139 ms 1 Yes Yes /classes/Product.php:4524
3990
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (604022) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.139 ms 1 Yes Yes /classes/Product.php:4524
613
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.138 ms 1 Yes /classes/SpecificPrice.php:576
618
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 610654 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 610654 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.138 ms 0 /classes/Cart.php:1430
741
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 602161 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 602161 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.138 ms 0 /classes/Cart.php:1430
776
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.138 ms 1 Yes /classes/SpecificPrice.php:576
910
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.138 ms 1 Yes /classes/SpecificPrice.php:576
1011
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.138 ms 1 Yes /classes/SpecificPrice.php:576
1021
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.138 ms 1 Yes /classes/SpecificPrice.php:576
1145
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.138 ms 1 Yes /classes/SpecificPrice.php:576
1165
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.138 ms 1 Yes /classes/SpecificPrice.php:576
1170
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 571125 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 571125 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.138 ms 0 /classes/Cart.php:1430
1298
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.138 ms 1 Yes /classes/SpecificPrice.php:576
1323
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 566355 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 566355 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.138 ms 0 /classes/Cart.php:1430
1378
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.138 ms 1 Yes /classes/SpecificPrice.php:576
1414
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 564940 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 564940 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.138 ms 0 /classes/Cart.php:1430
1459
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.138 ms 1 Yes /classes/SpecificPrice.php:576
1631
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.138 ms 1 Yes /classes/SpecificPrice.php:576
1767
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 550572
ORDER BY f.position ASC
0.138 ms 5 Yes /classes/Product.php:6021
1808
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 550306
ORDER BY f.position ASC
0.138 ms 7 Yes /classes/Product.php:6021
1852
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.138 ms 1 Yes /classes/SpecificPrice.php:576
1882
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.138 ms 1 Yes /classes/SpecificPrice.php:576
2109
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 547371 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 547371 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.138 ms 0 /classes/Cart.php:1430
2144
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.138 ms 1 Yes /classes/SpecificPrice.php:576
2174
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.138 ms 1 Yes /classes/SpecificPrice.php:576
2210
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 546031
ORDER BY f.position ASC
0.138 ms 5 Yes /classes/Product.php:6021
2254
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.138 ms 1 Yes /classes/SpecificPrice.php:576
2304
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.138 ms 1 Yes /classes/SpecificPrice.php:576
2513
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 586156
ORDER BY f.position ASC
0.138 ms 1 Yes /classes/Product.php:6021
2654
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 13136 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 13136 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.138 ms 0 /classes/Cart.php:1430
2664
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 574549 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 574549 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.138 ms 0 /classes/Cart.php:1430
2950
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6491) AND (b.`id_shop` = 1) LIMIT 1
0.138 ms 1 /src/Adapter/EntityMapper.php:71
2983
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4442) AND (b.`id_shop` = 1) LIMIT 1
0.138 ms 1 /src/Adapter/EntityMapper.php:71
3019
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 611580) AND (b.`id_shop` = 1) LIMIT 1
0.138 ms 1 /src/Adapter/EntityMapper.php:71
3028
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 610654) AND (b.`id_shop` = 1) LIMIT 1
0.138 ms 1 /src/Adapter/EntityMapper.php:71
3046
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 604002) AND (b.`id_shop` = 1) LIMIT 1
0.138 ms 1 /src/Adapter/EntityMapper.php:71
3160
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 573393) AND (b.`id_shop` = 1) LIMIT 1
0.138 ms 1 /src/Adapter/EntityMapper.php:71
3172
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 572667) AND (b.`id_shop` = 1) LIMIT 1
0.138 ms 1 /src/Adapter/EntityMapper.php:71
3268
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 564755) AND (b.`id_shop` = 1) LIMIT 1
0.138 ms 1 /src/Adapter/EntityMapper.php:71
3280
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 563725) AND (b.`id_shop` = 1) LIMIT 1
0.138 ms 1 /src/Adapter/EntityMapper.php:71
3305
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 561838
ORDER BY `position`
0.138 ms 8 Yes /classes/Product.php:3545
3325
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 557610) AND (b.`id_shop` = 1) LIMIT 1
0.138 ms 1 /src/Adapter/EntityMapper.php:71
3364
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 550715) AND (b.`id_shop` = 1) LIMIT 1
0.138 ms 1 /src/Adapter/EntityMapper.php:71
3370
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 550572) AND (b.`id_shop` = 1) LIMIT 1
0.138 ms 1 /src/Adapter/EntityMapper.php:71
3424
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 549456) AND (b.`id_shop` = 1) LIMIT 1
0.138 ms 1 /src/Adapter/EntityMapper.php:71
3433
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 549242) AND (b.`id_shop` = 1) LIMIT 1
0.138 ms 1 /src/Adapter/EntityMapper.php:71
3484
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 546867) AND (b.`id_shop` = 1) LIMIT 1
0.138 ms 1 /src/Adapter/EntityMapper.php:71
3502
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 546031) AND (b.`id_shop` = 1) LIMIT 1
0.138 ms 1 /src/Adapter/EntityMapper.php:71
3517
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 544543) AND (b.`id_shop` = 1) LIMIT 1
0.138 ms 1 /src/Adapter/EntityMapper.php:71
3550
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 542487) AND (b.`id_shop` = 1) LIMIT 1
0.138 ms 1 /src/Adapter/EntityMapper.php:71
3619
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 570589) AND (b.`id_shop` = 1) LIMIT 1
0.138 ms 1 /src/Adapter/EntityMapper.php:71
3634
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 13136) AND (b.`id_shop` = 1) LIMIT 1
0.138 ms 1 /src/Adapter/EntityMapper.php:71
3679
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 562721) AND (b.`id_shop` = 1) LIMIT 1
0.138 ms 1 /src/Adapter/EntityMapper.php:71
3827
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (573077) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.138 ms 1 Yes Yes /classes/Product.php:4524
3828
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (573038) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.138 ms 1 Yes Yes /classes/Product.php:4524
3849
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (566416) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.138 ms 1 Yes Yes /classes/Product.php:4524
3890
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (551090) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.138 ms 1 Yes Yes /classes/Product.php:4524
3894
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (550572) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.138 ms 1 Yes Yes /classes/Product.php:4524
3911
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (549555) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.138 ms 1 Yes Yes /classes/Product.php:4524
3922
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (548527) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.138 ms 1 Yes Yes /classes/Product.php:4524
3949
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (543357) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.138 ms 1 Yes Yes /classes/Product.php:4524
3968
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (586156) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.138 ms 1 Yes Yes /classes/Product.php:4524
4003
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (647808) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.138 ms 1 Yes Yes /classes/Product.php:4524
731
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 602479 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 602479 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.138 ms 0 /classes/Cart.php:1430
1731
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.138 ms 1 Yes /classes/SpecificPrice.php:576
1741
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.138 ms 1 Yes /classes/SpecificPrice.php:576
1786
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 550406 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 550406 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.138 ms 0 /classes/Cart.php:1430
1842
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.138 ms 1 Yes /classes/SpecificPrice.php:576
2249
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 544569 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 544569 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.138 ms 0 /classes/Cart.php:1430
3004
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3675) AND (b.`id_shop` = 1) LIMIT 1
0.138 ms 1 /src/Adapter/EntityMapper.php:71
3217
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 569028) AND (b.`id_shop` = 1) LIMIT 1
0.138 ms 1 /src/Adapter/EntityMapper.php:71
3589
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 539580) AND (b.`id_shop` = 1) LIMIT 1
0.138 ms 1 /src/Adapter/EntityMapper.php:71
3928
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (547371) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.138 ms 1 Yes Yes /classes/Product.php:4524
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 `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 30982 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 30982 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.137 ms 0 /classes/Cart.php:1430
381
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4840
ORDER BY f.position ASC
0.137 ms 9 Yes /classes/Product.php:6021
390
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4498 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4498 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.137 ms 0 /classes/Cart.php:1430
391
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4498
ORDER BY f.position ASC
0.137 ms 7 Yes /classes/Product.php:6021
442
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4459
ORDER BY f.position ASC
0.137 ms 6 Yes /classes/Product.php:6021
461
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4442 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4442 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.137 ms 0 /classes/Cart.php:1430
493
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4319
ORDER BY f.position ASC
0.137 ms 10 Yes /classes/Product.php:6021
503
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3689
ORDER BY f.position ASC
0.137 ms 10 Yes /classes/Product.php:6021
523
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3676
ORDER BY f.position ASC
0.137 ms 10 Yes /classes/Product.php:6021
608
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 610732 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 610732 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.137 ms 0 /classes/Cart.php:1430
905
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 585532 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 585532 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.137 ms 0 /classes/Cart.php:1430
945
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 580689 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 580689 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.137 ms 0 /classes/Cart.php:1430
966
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 576411 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 576411 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.137 ms 0 /classes/Cart.php:1430
1248
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.137 ms 1 Yes /classes/SpecificPrice.php:576
1404
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 565075 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 565075 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.137 ms 0 /classes/Cart.php:1430
1449
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.137 ms 1 Yes /classes/SpecificPrice.php:576
1469
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.137 ms 1 Yes /classes/SpecificPrice.php:576
1489
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.137 ms 1 Yes /classes/SpecificPrice.php:576
1591
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.137 ms 1 Yes /classes/SpecificPrice.php:576
1636
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 553071 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 553071 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.137 ms 0 /classes/Cart.php:1430
1661
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.137 ms 1 Yes /classes/SpecificPrice.php:576
1721
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.137 ms 1 Yes /classes/SpecificPrice.php:576
1868
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 550242
ORDER BY f.position ASC
0.137 ms 6 Yes /classes/Product.php:6021
2150
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 546867
ORDER BY f.position ASC
0.137 ms 4 Yes /classes/Product.php:6021
2154
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.137 ms 1 Yes /classes/SpecificPrice.php:576
2164
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.137 ms 1 Yes /classes/SpecificPrice.php:576
2190
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 546348
ORDER BY f.position ASC
0.137 ms 5 Yes /classes/Product.php:6021
2234
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.137 ms 1 Yes /classes/SpecificPrice.php:576
2699
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.137 ms 1 Yes /classes/SpecificPrice.php:576
2704
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 603079 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 603079 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.137 ms 0 /classes/Cart.php:1430
2908
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 40052
ORDER BY `position`
0.137 ms 7 Yes /classes/Product.php:3545
2947
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_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.137 ms 1 /src/Adapter/EntityMapper.php:71
2953
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6363) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
2998
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3688) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3034
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 609473) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3043
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 605851) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3091
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 595928) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3118
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 582028) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3124
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 580689) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3214
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 569193) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3256
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 565460) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3277
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 563760) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3349
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 551287) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3358
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 551090) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3409
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 549992) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3412
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 549843) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3475
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 547204) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3499
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 546058) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3514
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 544569) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3571
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 540677) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3604
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 556076) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3607
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 607039) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3613
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 570778) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3655
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 604012) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3658
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 604022) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3691
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 647717) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3694
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 647770) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3870
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (562424) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.137 ms 1 Yes Yes /classes/Product.php:4524
3887
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (551287) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.137 ms 1 Yes Yes /classes/Product.php:4524
3888
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (551249) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.137 ms 1 Yes Yes /classes/Product.php:4524
3892
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (550715) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.137 ms 1 Yes Yes /classes/Product.php:4524
3905
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (550202) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.137 ms 1 Yes Yes /classes/Product.php:4524
3909
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (549724) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.137 ms 1 Yes Yes /classes/Product.php:4524
3926
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (547665) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.137 ms 1 Yes Yes /classes/Product.php:4524
3938
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (546031) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.137 ms 1 Yes Yes /classes/Product.php:4524
3951
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (543008) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.137 ms 1 Yes Yes /classes/Product.php:4524
3953
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (542706) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.137 ms 1 Yes Yes /classes/Product.php:4524
3960
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (541309) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.137 ms 1 Yes Yes /classes/Product.php:4524
3984
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (574650) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.137 ms 1 Yes Yes /classes/Product.php:4524
3986
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (598641) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.137 ms 1 Yes Yes /classes/Product.php:4524
4000
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (647711) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.137 ms 1 Yes Yes /classes/Product.php:4524
20
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `een_meta` m
LEFT JOIN `een_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
0.137 ms 66 Yes /classes/Dispatcher.php:654
228
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 36930 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 36930 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.137 ms 0 /classes/Cart.php:1430
710
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 602861 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 602861 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.137 ms 0 /classes/Cart.php:1430
761
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 600667 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 600667 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.137 ms 0 /classes/Cart.php:1430
1308
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.137 ms 1 Yes /classes/SpecificPrice.php:576
1328
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.137 ms 1 Yes /classes/SpecificPrice.php:576
1388
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.137 ms 1 Yes /classes/SpecificPrice.php:576
1560
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.137 ms 1 Yes /classes/SpecificPrice.php:576
1711
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.137 ms 1 Yes /classes/SpecificPrice.php:576
1832
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.137 ms 1 Yes /classes/SpecificPrice.php:576
2194
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.137 ms 1 Yes /classes/SpecificPrice.php:576
2395
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.137 ms 1 Yes /classes/SpecificPrice.php:576
2604
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 570589
ORDER BY f.position ASC
0.137 ms 2 Yes /classes/Product.php:6021
2797
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 570992
ORDER BY f.position ASC
0.137 ms 1 Yes /classes/Product.php:6021
2995
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3689) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3010
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3669) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3088
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 596002) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3097
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 590862) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3103
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 589319) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3121
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 580950) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3211
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 569638) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3250
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 565580) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3322
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 558041) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3328
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 554085) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3346
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 551345) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3457
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 548036) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3631
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 13135) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3673
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 552840) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
3826
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (573233) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.137 ms 1 Yes Yes /classes/Product.php:4524
3878
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (558041) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.137 ms 1 Yes Yes /classes/Product.php:4524
3899
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (550300) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.137 ms 1 Yes Yes /classes/Product.php:4524
3920
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (548749) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.137 ms 1 Yes Yes /classes/Product.php:4524
3936
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (546348) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.137 ms 1 Yes Yes /classes/Product.php:4524
3970
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (570899) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.137 ms 1 Yes Yes /classes/Product.php:4524
3974
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (571471) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.137 ms 1 Yes Yes /classes/Product.php:4524
991
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.136 ms 1 Yes /classes/SpecificPrice.php:576
1053
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.136 ms 1 Yes /classes/SpecificPrice.php:576
1063
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.136 ms 1 Yes /classes/SpecificPrice.php:576
1207
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.136 ms 1 Yes /classes/SpecificPrice.php:576
1318
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.136 ms 1 Yes /classes/SpecificPrice.php:576
1519
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.136 ms 1 Yes /classes/SpecificPrice.php:576
1681
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.136 ms 1 Yes /classes/SpecificPrice.php:576
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 `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 550252 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 550252 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.136 ms 0 /classes/Cart.php:1430
1902
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.136 ms 1 Yes /classes/SpecificPrice.php:576
2269
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 544358 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 544358 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.136 ms 0 /classes/Cart.php:1430
2689
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.136 ms 1 Yes /classes/SpecificPrice.php:576
2776
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 618456
ORDER BY f.position ASC
0.136 ms 1 Yes /classes/Product.php:6021
2887
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 647911) AND (b.`id_shop` = 1) LIMIT 1
0.136 ms 1 /src/Adapter/EntityMapper.php:71
3073
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 599803) AND (b.`id_shop` = 1) LIMIT 1
0.136 ms 1 /src/Adapter/EntityMapper.php:71
3136
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 576144) AND (b.`id_shop` = 1) LIMIT 1
0.136 ms 1 /src/Adapter/EntityMapper.php:71
3148
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 574588) AND (b.`id_shop` = 1) LIMIT 1
0.136 ms 1 /src/Adapter/EntityMapper.php:71
3253
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 565480) AND (b.`id_shop` = 1) LIMIT 1
0.136 ms 1 /src/Adapter/EntityMapper.php:71
3259
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 565095) AND (b.`id_shop` = 1) LIMIT 1
0.136 ms 1 /src/Adapter/EntityMapper.php:71
3382
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 550306) AND (b.`id_shop` = 1) LIMIT 1
0.136 ms 1 /src/Adapter/EntityMapper.php:71
3442
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 548825) AND (b.`id_shop` = 1) LIMIT 1
0.136 ms 1 /src/Adapter/EntityMapper.php:71
3451
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 548636) AND (b.`id_shop` = 1) LIMIT 1
0.136 ms 1 /src/Adapter/EntityMapper.php:71
3556
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 542329) AND (b.`id_shop` = 1) LIMIT 1
0.136 ms 1 /src/Adapter/EntityMapper.php:71
3661
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 604308) AND (b.`id_shop` = 1) LIMIT 1
0.136 ms 1 /src/Adapter/EntityMapper.php:71
3866
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (562733) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.136 ms 1 Yes Yes /classes/Product.php:4524
3908
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (549843) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.136 ms 1 Yes Yes /classes/Product.php:4524
3972
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (556076) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.136 ms 1 Yes Yes /classes/Product.php:4524
3976
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (583904) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.136 ms 1 Yes Yes /classes/Product.php:4524
3993
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (618126) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.136 ms 1 Yes Yes /classes/Product.php:4524
3997
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (562721) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.136 ms 1 Yes Yes /classes/Product.php:4524
4036
SELECT SQL_NO_CACHE product_id as id_product, COUNT(product_id) AS sales
FROM `een_order_detail`
WHERE product_id IN (
SELECT id_product
FROM `een_category_product`
LEFT JOIN een_product USING (id_product)
WHERE id_category = 2
AND active = 1
)
GROUP BY product_id
ORDER BY sales DESC LIMIT 5
0.136 ms 37 Yes /modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2918
358
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6363 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6363 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.136 ms 0 /classes/Cart.php:1430
694
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.136 ms 1 Yes /classes/SpecificPrice.php:576
869
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.136 ms 1 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 `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 583849 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 583849 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.136 ms 0 /classes/Cart.php:1430
1042
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.136 ms 1 Yes /classes/SpecificPrice.php:576
1232
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 569638 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 569638 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.136 ms 0 /classes/Cart.php:1430
1368
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.136 ms 1 Yes /classes/SpecificPrice.php:576
1409
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.136 ms 1 Yes /classes/SpecificPrice.php:576
1499
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.136 ms 1 Yes /classes/SpecificPrice.php:576
1509
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.136 ms 1 Yes /classes/SpecificPrice.php:576
1540
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.136 ms 1 Yes /classes/SpecificPrice.php:576
1701
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.136 ms 1 Yes /classes/SpecificPrice.php:576
1818
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 550300
ORDER BY f.position ASC
0.136 ms 6 Yes /classes/Product.php:6021
1848
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 550252
ORDER BY f.position ASC
0.136 ms 6 Yes /classes/Product.php:6021
1888
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 550200
ORDER BY f.position ASC
0.136 ms 5 Yes /classes/Product.php:6021
1928
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 549713
ORDER BY f.position ASC
0.136 ms 6 Yes /classes/Product.php:6021
2314
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.136 ms 1 Yes /classes/SpecificPrice.php:576
2339
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 543008 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 543008 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.136 ms 0 /classes/Cart.php:1430
2365
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.136 ms 1 Yes /classes/SpecificPrice.php:576
2740
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.136 ms 1 Yes /classes/SpecificPrice.php:576
2770
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.136 ms 1 Yes /classes/SpecificPrice.php:576
3040
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 607412) AND (b.`id_shop` = 1) LIMIT 1
0.136 ms 1 /src/Adapter/EntityMapper.php:71
3094
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 592710) AND (b.`id_shop` = 1) LIMIT 1
0.136 ms 1 /src/Adapter/EntityMapper.php:71
3181
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 571632) AND (b.`id_shop` = 1) LIMIT 1
0.136 ms 1 /src/Adapter/EntityMapper.php:71
3184
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 571489) AND (b.`id_shop` = 1) LIMIT 1
0.136 ms 1 /src/Adapter/EntityMapper.php:71
3202
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 570810) AND (b.`id_shop` = 1) LIMIT 1
0.136 ms 1 /src/Adapter/EntityMapper.php:71
3220
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 567844) AND (b.`id_shop` = 1) LIMIT 1
0.136 ms 1 /src/Adapter/EntityMapper.php:71
3238
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 566355) AND (b.`id_shop` = 1) LIMIT 1
0.136 ms 1 /src/Adapter/EntityMapper.php:71
3340
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 551620) AND (b.`id_shop` = 1) LIMIT 1
0.136 ms 1 /src/Adapter/EntityMapper.php:71
3385
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 550300) AND (b.`id_shop` = 1) LIMIT 1
0.136 ms 1 /src/Adapter/EntityMapper.php:71
3388
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 550274) AND (b.`id_shop` = 1) LIMIT 1
0.136 ms 1 /src/Adapter/EntityMapper.php:71
3427
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 549434) AND (b.`id_shop` = 1) LIMIT 1
0.136 ms 1 /src/Adapter/EntityMapper.php:71
3640
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 574650) AND (b.`id_shop` = 1) LIMIT 1
0.136 ms 1 /src/Adapter/EntityMapper.php:71
3685
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 548444) AND (b.`id_shop` = 1) LIMIT 1
0.136 ms 1 /src/Adapter/EntityMapper.php:71
3893
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (550624) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.136 ms 1 Yes Yes /classes/Product.php:4524
3907
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (549992) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.136 ms 1 Yes Yes /classes/Product.php:4524
3924
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (547985) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.136 ms 1 Yes Yes /classes/Product.php:4524
3963
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (539634) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.136 ms 1 Yes Yes /classes/Product.php:4524
3980
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (577984) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.136 ms 1 Yes Yes /classes/Product.php:4524
3982
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (13136) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.136 ms 1 Yes Yes /classes/Product.php:4524
3995
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (552840) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.136 ms 1 Yes Yes /classes/Product.php:4524
208
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 40036
ORDER BY f.position ASC
0.135 ms 2 Yes /classes/Product.php:6021
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 `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 25139 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 25139 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.135 ms 0 /classes/Cart.php:1430
472
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4331
ORDER BY f.position ASC
0.135 ms 8 Yes /classes/Product.php:6021
649
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 608525 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 608525 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.135 ms 0 /classes/Cart.php:1430
684
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.135 ms 1 Yes /classes/SpecificPrice.php:576
1529
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.135 ms 1 Yes /classes/SpecificPrice.php:576
1570
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.135 ms 1 Yes /classes/SpecificPrice.php:576
1797
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 550403 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 550403 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.135 ms 0 /classes/Cart.php:1430
1817
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 550300 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 550300 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.135 ms 0 /classes/Cart.php:1430
2124
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.135 ms 1 Yes /classes/SpecificPrice.php:576
2354
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.135 ms 1 Yes /classes/SpecificPrice.php:576
2760
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.135 ms 1 Yes /classes/SpecificPrice.php:576
3031
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 609970) AND (b.`id_shop` = 1) LIMIT 1
0.135 ms 1 /src/Adapter/EntityMapper.php:71
3133
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 576297) AND (b.`id_shop` = 1) LIMIT 1
0.135 ms 1 /src/Adapter/EntityMapper.php:71
3244
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 565993) AND (b.`id_shop` = 1) LIMIT 1
0.135 ms 1 /src/Adapter/EntityMapper.php:71
3271
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 564501) AND (b.`id_shop` = 1) LIMIT 1
0.135 ms 1 /src/Adapter/EntityMapper.php:71
3889
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (551177) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.135 ms 1 Yes Yes /classes/Product.php:4524
283
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14272 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14272 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.135 ms 0 /classes/Cart.php:1430
370
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6336
ORDER BY f.position ASC
0.135 ms 7 Yes /classes/Product.php:6021
380
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4840 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4840 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.135 ms 0 /classes/Cart.php:1430
400
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4495 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4495 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.135 ms 0 /classes/Cart.php:1430
410
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_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 `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr 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.135 ms 0 /classes/Cart.php:1430
432
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4460
ORDER BY f.position ASC
0.135 ms 1 Yes /classes/Product.php:6021
492
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4319 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4319 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.135 ms 0 /classes/Cart.php:1430
533
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3675 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3675 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.135 ms 0 /classes/Cart.php:1430
751
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 601927 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 601927 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.135 ms 0 /classes/Cart.php:1430
823
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 596002 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 596002 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.135 ms 0 /classes/Cart.php:1430
976
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 576297 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 576297 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.135 ms 0 /classes/Cart.php:1430
1001
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.135 ms 1 Yes /classes/SpecificPrice.php:576
1006
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 575645 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 575645 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.135 ms 0 /classes/Cart.php:1430
1016
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 574720 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 574720 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.135 ms 0 /classes/Cart.php:1430
1114
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.135 ms 1 Yes /classes/SpecificPrice.php:576
1217
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.135 ms 1 Yes /classes/SpecificPrice.php:576
1303
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 566612 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 566612 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.135 ms 0 /classes/Cart.php:1430
1358
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.135 ms 1 Yes /classes/SpecificPrice.php:576
1419
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.135 ms 1 Yes /classes/SpecificPrice.php:576
1479
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.135 ms 1 Yes /classes/SpecificPrice.php:576
1534
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 562397 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 562397 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.135 ms 0 /classes/Cart.php:1430
1550
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.135 ms 1 Yes /classes/SpecificPrice.php:576
1611
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.135 ms 1 Yes /classes/SpecificPrice.php:576
1666
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 551620 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 551620 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.135 ms 0 /classes/Cart.php:1430
1706
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 551249 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 551249 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.135 ms 0 /classes/Cart.php:1430
1857
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 550247 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 550247 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.135 ms 0 /classes/Cart.php:1430
1862
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.135 ms 1 Yes /classes/SpecificPrice.php:576
1878
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 550202
ORDER BY f.position ASC
0.135 ms 6 Yes /classes/Product.php:6021
2160
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 546859
ORDER BY f.position ASC
0.135 ms 5 Yes /classes/Product.php:6021
2184
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.135 ms 1 Yes /classes/SpecificPrice.php:576
2200
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 546058
ORDER BY f.position ASC
0.135 ms 5 Yes /classes/Product.php:6021
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 `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 544028 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 544028 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.135 ms 0 /classes/Cart.php:1430
2329
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 543348 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 543348 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.135 ms 0 /classes/Cart.php:1430
2334
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.135 ms 1 Yes /classes/SpecificPrice.php:576
2390
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 542329 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 542329 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.135 ms 0 /classes/Cart.php:1430
2405
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.135 ms 1 Yes /classes/SpecificPrice.php:576
2425
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.135 ms 1 Yes /classes/SpecificPrice.php:576
2482
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 573441
ORDER BY f.position ASC
0.135 ms 1 Yes /classes/Product.php:6021
2594
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 583904
ORDER BY f.position ASC
0.135 ms 1 Yes /classes/Product.php:6021
2730
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.135 ms 1 Yes /classes/SpecificPrice.php:576
2745
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 604308 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 604308 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.135 ms 0 /classes/Cart.php:1430
3007
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3671) AND (b.`id_shop` = 1) LIMIT 1
0.135 ms 1 /src/Adapter/EntityMapper.php:71
3049
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 603687) AND (b.`id_shop` = 1) LIMIT 1
0.135 ms 1 /src/Adapter/EntityMapper.php:71
3058
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 602770) AND (b.`id_shop` = 1) LIMIT 1
0.135 ms 1 /src/Adapter/EntityMapper.php:71
3067
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 601927) AND (b.`id_shop` = 1) LIMIT 1
0.135 ms 1 /src/Adapter/EntityMapper.php:71
3112
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 585532) AND (b.`id_shop` = 1) LIMIT 1
0.135 ms 1 /src/Adapter/EntityMapper.php:71
3151
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 574570) AND (b.`id_shop` = 1) LIMIT 1
0.135 ms 1 /src/Adapter/EntityMapper.php:71
3163
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 573233) AND (b.`id_shop` = 1) LIMIT 1
0.135 ms 1 /src/Adapter/EntityMapper.php:71
3190
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 571125) AND (b.`id_shop` = 1) LIMIT 1
0.135 ms 1 /src/Adapter/EntityMapper.php:71
3289
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 562716) AND (b.`id_shop` = 1) LIMIT 1
0.135 ms 1 /src/Adapter/EntityMapper.php:71
3403
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 550202) AND (b.`id_shop` = 1) LIMIT 1
0.135 ms 1 /src/Adapter/EntityMapper.php:71
3406
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 550200) AND (b.`id_shop` = 1) LIMIT 1
0.135 ms 1 /src/Adapter/EntityMapper.php:71
3439
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 549016) AND (b.`id_shop` = 1) LIMIT 1
0.135 ms 1 /src/Adapter/EntityMapper.php:71
3680
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 562721
ORDER BY `position`
0.135 ms 8 Yes /classes/Product.php:3545
3891
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (550858) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.135 ms 1 Yes Yes /classes/Product.php:4524
3999
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (548444) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.135 ms 1 Yes Yes /classes/Product.php:4524
482
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4321 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4321 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.134 ms 0 /classes/Cart.php:1430
369
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6336 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6336 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.134 ms 0 /classes/Cart.php:1430
421
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4483 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4483 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.134 ms 0 /classes/Cart.php:1430
452
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4453
ORDER BY f.position ASC
0.134 ms 6 Yes /classes/Product.php:6021
471
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4331 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4331 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.134 ms 0 /classes/Cart.php:1430
512
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3688 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3688 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.134 ms 0 /classes/Cart.php:1430
522
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3676 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3676 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.134 ms 0 /classes/Cart.php:1430
534
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3675
ORDER BY f.position ASC
0.134 ms 8 Yes /classes/Product.php:6021
669
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 605851 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 605851 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.134 ms 0 /classes/Cart.php:1430
679
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 604002 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 604002 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.134 ms 0 /classes/Cart.php:1430
689
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 603687 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 603687 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.134 ms 0 /classes/Cart.php:1430
699
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 602926 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 602926 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.134 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 `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 599803 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 599803 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.134 ms 0 /classes/Cart.php:1430
781
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 598728 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 598728 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.134 ms 0 /classes/Cart.php:1430
791
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 598493 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 598493 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.134 ms 0 /classes/Cart.php:1430
981
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.134 ms 1 Yes /classes/SpecificPrice.php:576
1031
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.134 ms 1 Yes /classes/SpecificPrice.php:576
1036
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 574570 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 574570 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.134 ms 0 /classes/Cart.php:1430
1068
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 573393 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 573393 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.134 ms 0 /classes/Cart.php:1430
1083
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.134 ms 1 Yes /classes/SpecificPrice.php:576
1093
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.134 ms 1 Yes /classes/SpecificPrice.php:576
1104
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.134 ms 1 Yes /classes/SpecificPrice.php:576
1135
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.134 ms 1 Yes /classes/SpecificPrice.php:576
1227
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.134 ms 1 Yes /classes/SpecificPrice.php:576
1238
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.134 ms 1 Yes /classes/SpecificPrice.php:576
1545
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 561838 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 561838 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.134 ms 0 /classes/Cart.php:1430
1565
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 561022 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 561022 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.134 ms 0 /classes/Cart.php:1430
1601
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.134 ms 1 Yes /classes/SpecificPrice.php:576
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 `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 557610 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 557610 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.134 ms 0 /classes/Cart.php:1430
1651
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.134 ms 1 Yes /classes/SpecificPrice.php:576
1671
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.134 ms 1 Yes /classes/SpecificPrice.php:576
1736
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 550858 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 550858 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.134 ms 0 /classes/Cart.php:1430
1827
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 550274 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 550274 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.134 ms 0 /classes/Cart.php:1430
1887
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 550200 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 550200 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.134 ms 0 /classes/Cart.php:1430
1892
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.134 ms 1 Yes /classes/SpecificPrice.php:576
2139
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 546968 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 546968 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.134 ms 0 /classes/Cart.php:1430
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 `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 546348 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 546348 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.134 ms 0 /classes/Cart.php:1430
2204
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.134 ms 1 Yes /classes/SpecificPrice.php:576
2244
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.134 ms 1 Yes /classes/SpecificPrice.php:576
2279
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 544323 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 544323 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.134 ms 0 /classes/Cart.php:1430
2289
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 544260 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 544260 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.134 ms 0 /classes/Cart.php:1430
2309
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 543423 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 543423 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.134 ms 0 /classes/Cart.php:1430
2324
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.134 ms 1 Yes /classes/SpecificPrice.php:576
2344
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.134 ms 1 Yes /classes/SpecificPrice.php:576
2750
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.134 ms 1 Yes /classes/SpecificPrice.php:576
2807
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 562721
ORDER BY f.position ASC
0.134 ms 1 Yes /classes/Product.php:6021
2944
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9413) AND (b.`id_shop` = 1) LIMIT 1
0.134 ms 1 /src/Adapter/EntityMapper.php:71
3061
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 602479) AND (b.`id_shop` = 1) LIMIT 1
0.134 ms 1 /src/Adapter/EntityMapper.php:71
3127
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 578744) AND (b.`id_shop` = 1) LIMIT 1
0.134 ms 1 /src/Adapter/EntityMapper.php:71
3247
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 565828) AND (b.`id_shop` = 1) LIMIT 1
0.134 ms 1 /src/Adapter/EntityMapper.php:71
3265
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 564940) AND (b.`id_shop` = 1) LIMIT 1
0.134 ms 1 /src/Adapter/EntityMapper.php:71
3283
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 562930) AND (b.`id_shop` = 1) LIMIT 1
0.134 ms 1 /src/Adapter/EntityMapper.php:71
3292
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 562707) AND (b.`id_shop` = 1) LIMIT 1
0.134 ms 1 /src/Adapter/EntityMapper.php:71
3352
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 551249) AND (b.`id_shop` = 1) LIMIT 1
0.134 ms 1 /src/Adapter/EntityMapper.php:71
3376
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 550406) AND (b.`id_shop` = 1) LIMIT 1
0.134 ms 1 /src/Adapter/EntityMapper.php:71
3430
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 549423) AND (b.`id_shop` = 1) LIMIT 1
0.134 ms 1 /src/Adapter/EntityMapper.php:71
3526
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 544260) AND (b.`id_shop` = 1) LIMIT 1
0.134 ms 1 /src/Adapter/EntityMapper.php:71
483
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4321
ORDER BY f.position ASC
0.133 ms 8 Yes /classes/Product.php:6021
502
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3689 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3689 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.133 ms 0 /classes/Cart.php:1430
801
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 598433 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 598433 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.133 ms 0 /classes/Cart.php:1430
854
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 590862
ORDER BY f.position ASC
0.133 ms 2 Yes /classes/Product.php:6021
996
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 575821 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 575821 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.133 ms 0 /classes/Cart.php:1430
1047
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 574407 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 574407 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.133 ms 0 /classes/Cart.php:1430
1058
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 574323 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 574323 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.133 ms 0 /classes/Cart.php:1430
1098
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 573038 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 573038 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.133 ms 0 /classes/Cart.php:1430
1109
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 572667 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 572667 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.133 ms 0 /classes/Cart.php:1430
1155
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.133 ms 1 Yes /classes/SpecificPrice.php:576
1212
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 570322 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 570322 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.133 ms 0 /classes/Cart.php:1430
1313
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 566416 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 566416 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.133 ms 0 /classes/Cart.php:1430
1333
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 566145 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 566145 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.133 ms 0 /classes/Cart.php:1430
1343
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 565993 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 565993 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.133 ms 0 /classes/Cart.php:1430
1353
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 565828 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 565828 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.133 ms 0 /classes/Cart.php:1430
1434
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 564501 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 564501 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.133 ms 0 /classes/Cart.php:1430
1641
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.133 ms 1 Yes /classes/SpecificPrice.php:576
1646
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 552215 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 552215 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.133 ms 0 /classes/Cart.php:1430
1676
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 551532 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 551532 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.133 ms 0 /classes/Cart.php:1430
1746
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 550715 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 550715 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.133 ms 0 /classes/Cart.php:1430
1837
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 550273 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 550273 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.133 ms 0 /classes/Cart.php:1430
2119
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 547204 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 547204 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.133 ms 0 /classes/Cart.php:1430
2270
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 544358
ORDER BY f.position ASC
0.133 ms 6 Yes /classes/Product.php:6021
2290
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 544260
ORDER BY f.position ASC
0.133 ms 6 Yes /classes/Product.php:6021
2430
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 541309 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 541309 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.133 ms 0 /classes/Cart.php:1430
2725
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 604012 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 604012 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.133 ms 0 /classes/Cart.php:1430
3313
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 559503) AND (b.`id_shop` = 1) LIMIT 1
0.133 ms 1 /src/Adapter/EntityMapper.php:71
3379
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 550403) AND (b.`id_shop` = 1) LIMIT 1
0.133 ms 1 /src/Adapter/EntityMapper.php:71
3481
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 546968) AND (b.`id_shop` = 1) LIMIT 1
0.133 ms 1 /src/Adapter/EntityMapper.php:71
3620
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 570589
ORDER BY `position`
0.133 ms 6 Yes /classes/Product.php:3545
1656
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 552118 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 552118 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.133 ms 0 /classes/Cart.php:1430
1877
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 550202 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 550202 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.133 ms 0 /classes/Cart.php:1430
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 `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 541355 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 541355 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.133 ms 0 /classes/Cart.php:1430
24
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `een_module` m
LEFT JOIN `een_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.132 ms 104 /classes/module/Module.php:346
284
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14272
ORDER BY f.position ASC
0.132 ms 6 Yes /classes/Product.php:6021
401
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4495
ORDER BY f.position ASC
0.132 ms 7 Yes /classes/Product.php:6021
812
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 596395 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 596395 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.132 ms 0 /classes/Cart.php:1430
986
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 576144 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 576144 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.132 ms 0 /classes/Cart.php:1430
1026
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 574588 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 574588 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.132 ms 0 /classes/Cart.php:1430
1119
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 572166 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 572166 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.132 ms 0 /classes/Cart.php:1430
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 `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 571489 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 571489 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.132 ms 0 /classes/Cart.php:1430
1160
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 571478 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 571478 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.132 ms 0 /classes/Cart.php:1430
1243
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 569193 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 569193 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.132 ms 0 /classes/Cart.php:1430
1393
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 565095 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 565095 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.132 ms 0 /classes/Cart.php:1430
1504
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 562707 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 562707 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.132 ms 0 /classes/Cart.php:1430
1575
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 559503 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 559503 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.132 ms 0 /classes/Cart.php:1430
1596
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 558350 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 558350 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.132 ms 0 /classes/Cart.php:1430
1606
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 558041 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 558041 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.132 ms 0 /classes/Cart.php:1430
1696
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 551287 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 551287 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.132 ms 0 /classes/Cart.php:1430
1707
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 551249
ORDER BY f.position ASC
0.132 ms 2 Yes /classes/Product.php:6021
1777
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 550428
ORDER BY f.position ASC
0.132 ms 5 Yes /classes/Product.php:6021
2159
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 546859 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 546859 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.132 ms 0 /classes/Cart.php:1430
2179
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 546464 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 546464 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.132 ms 0 /classes/Cart.php:1430
2199
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 546058 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 546058 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.132 ms 0 /classes/Cart.php:1430
2209
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 546031 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 546031 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.132 ms 0 /classes/Cart.php:1430
2349
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 542781 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 542781 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.132 ms 0 /classes/Cart.php:1430
2375
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-28 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.132 ms 1 Yes /classes/SpecificPrice.php:576
2787
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 552840
ORDER BY f.position ASC
0.132 ms 1 Yes /classes/Product.php:6021
2898
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 647913) AND (b.`id_shop` = 1) LIMIT 1
0.132 ms 1 /src/Adapter/EntityMapper.php:71
3718
SELECT SQL_NO_CACHE * FROM `een_cart_rule` cr
LEFT JOIN `een_cart_rule_lang` crl 
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 0) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%"
0.132 ms 1 /classes/CartRule.php:423
263
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 25139
ORDER BY f.position ASC
0.132 ms 6 Yes /classes/Product.php:6021
577
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 614243
ORDER BY f.position ASC
0.132 ms 2 Yes /classes/Product.php:6021
587
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 611580
ORDER BY f.position ASC
0.132 ms 1 Yes /classes/Product.php:6021
1078
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 573233 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 573233 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.132 ms 0 /classes/Cart.php:1430
1140
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 571632 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 571632 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.132 ms 0 /classes/Cart.php:1430
1222
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 569951 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 569951 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.132 ms 0 /classes/Cart.php:1430
1474
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 562930 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 562930 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.132 ms 0 /classes/Cart.php:1430
1524
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 562424 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 562424 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.132 ms 0 /classes/Cart.php:1430
1555
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 561029 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 561029 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.132 ms 0 /classes/Cart.php:1430
1626
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 554085 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 554085 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.132 ms 0 /classes/Cart.php:1430
1716
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 551177 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 551177 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.132 ms 0 /classes/Cart.php:1430
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 `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 551090 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 551090 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.132 ms 0 /classes/Cart.php:1430
1747
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 550715
ORDER BY f.position ASC
0.132 ms 5 Yes /classes/Product.php:6021
1897
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 549992 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 549992 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.132 ms 0 /classes/Cart.php:1430
1898
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 549992
ORDER BY f.position ASC
0.132 ms 5 Yes /classes/Product.php:6021
2129
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 547001 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 547001 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.132 ms 0 /classes/Cart.php:1430
2492
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 576093
ORDER BY f.position ASC
0.132 ms 1 Yes /classes/Product.php:6021
2694
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 598641 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 598641 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.132 ms 0 /classes/Cart.php:1430
1363
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 565580 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 565580 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.131 ms 0 /classes/Cart.php:1430
1383
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 565460 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 565460 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.131 ms 0 /classes/Cart.php:1430
1464
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 563725 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 563725 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.131 ms 0 /classes/Cart.php:1430
1494
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 562716 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 562716 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.131 ms 0 /classes/Cart.php:1430
1858
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 550247
ORDER BY f.position ASC
0.131 ms 4 Yes /classes/Product.php:6021
2220
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 545709
ORDER BY f.position ASC
0.131 ms 5 Yes /classes/Product.php:6021
2250
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 544569
ORDER BY f.position ASC
0.131 ms 6 Yes /classes/Product.php:6021
2319
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 543357 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 543357 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.131 ms 0 /classes/Cart.php:1430
2410
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 541423 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 541423 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.131 ms 0 /classes/Cart.php:1430
3850
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (566355) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.131 ms 1 Yes Yes /classes/Product.php:4524
1129
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 571806 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 571806 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.131 ms 0 /classes/Cart.php:1430
1686
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 551345 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 551345 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.131 ms 0 /classes/Cart.php:1430
2149
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 546867 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 546867 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.131 ms 0 /classes/Cart.php:1430
2169
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 546692 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 546692 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.131 ms 0 /classes/Cart.php:1430
3029
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 610654
ORDER BY `position`
0.131 ms 10 Yes /classes/Product.php:3545
3175
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 572166) AND (b.`id_shop` = 1) LIMIT 1
0.131 ms 1 /src/Adapter/EntityMapper.php:71
411
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4491
ORDER BY f.position ASC
0.130 ms 6 Yes /classes/Product.php:6021
2260
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 544543
ORDER BY f.position ASC
0.130 ms 5 Yes /classes/Product.php:6021
167
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `een_feature_value` v LEFT JOIN `een_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `een_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 34 ORDER BY vl.`value` ASC
0.130 ms 8 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
926
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 582028
ORDER BY f.position ASC
0.130 ms 2 Yes /classes/Product.php:6021
1373
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 565480 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 565480 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.130 ms 0 /classes/Cart.php:1430
1454
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 563760 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 563760 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.130 ms 0 /classes/Cart.php:1430
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 `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 562733 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 562733 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.130 ms 0 /classes/Cart.php:1430
1798
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 550403
ORDER BY f.position ASC
0.130 ms 5 Yes /classes/Product.php:6021
1828
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 550274
ORDER BY f.position ASC
0.130 ms 5 Yes /classes/Product.php:6021
2240
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 545474
ORDER BY f.position ASC
0.130 ms 6 Yes /classes/Product.php:6021
2359
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 542706 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 542706 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.130 ms 0 /classes/Cart.php:1430
2370
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 542487 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 542487 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.130 ms 0 /classes/Cart.php:1430
2371
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 542487
ORDER BY f.position ASC
0.130 ms 7 Yes /classes/Product.php:6021
2380
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 542345 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 542345 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.130 ms 0 /classes/Cart.php:1430
2400
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 541828 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 541828 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.130 ms 0 /classes/Cart.php:1430
2421
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 541355
ORDER BY f.position ASC
0.130 ms 6 Yes /classes/Product.php:6021
3134
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 576297
ORDER BY `position`
0.130 ms 10 Yes /classes/Product.php:3545
3208
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 569951) AND (b.`id_shop` = 1) LIMIT 1
0.130 ms 1 /src/Adapter/EntityMapper.php:71
3602
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 552655
ORDER BY `position`
0.130 ms 8 Yes /classes/Product.php:3545
3835
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (571125) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.130 ms 1 Yes Yes /classes/Product.php:4524
2735
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 604022 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 604022 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.129 ms 0 /classes/Cart.php:1430
2
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 een_shop_group gs
LEFT JOIN een_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN een_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name
0.129 ms 1 Yes /classes/shop/Shop.php:715
598
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 610874
ORDER BY f.position ASC
0.129 ms 2 Yes /classes/Product.php:6021
1088
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 573077 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 573077 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.129 ms 0 /classes/Cart.php:1430
1514
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 562443 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 562443 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.129 ms 0 /classes/Cart.php:1430
2230
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 545693
ORDER BY f.position ASC
0.129 ms 5 Yes /classes/Product.php:6021
2280
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 544323
ORDER BY f.position ASC
0.129 ms 5 Yes /classes/Product.php:6021
2350
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 542781
ORDER BY f.position ASC
0.129 ms 5 Yes /classes/Product.php:6021
2726
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 604012
ORDER BY f.position ASC
0.129 ms 1 Yes /classes/Product.php:6021
2975
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4460
ORDER BY `position`
0.129 ms 6 Yes /classes/Product.php:3545
3205
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 570322) AND (b.`id_shop` = 1) LIMIT 1
0.129 ms 1 /src/Adapter/EntityMapper.php:71
3668
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 618126
ORDER BY `position`
0.129 ms 10 Yes /classes/Product.php:3545
5
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM een_shop s
LEFT JOIN een_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.128 ms 1 /classes/shop/Shop.php:218
359
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6363
ORDER BY f.position ASC
0.128 ms 5 Yes /classes/Product.php:6021
422
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4483
ORDER BY f.position ASC
0.128 ms 5 Yes /classes/Product.php:6021
660
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 607412
ORDER BY f.position ASC
0.128 ms 2 Yes /classes/Product.php:6021
722
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 602770
ORDER BY f.position ASC
0.128 ms 2 Yes /classes/Product.php:6021
1405
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 565075
ORDER BY f.position ASC
0.128 ms 3 Yes /classes/Product.php:6021
1758
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 550572
AND image_shop.`cover` = 1 LIMIT 1
0.128 ms 10 /classes/Product.php:3570
2310
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 543423
ORDER BY f.position ASC
0.128 ms 5 Yes /classes/Product.php:6021
2330
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 543348
ORDER BY f.position ASC
0.128 ms 6 Yes /classes/Product.php:6021
2391
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 542329
ORDER BY f.position ASC
0.128 ms 7 Yes /classes/Product.php:6021
2716
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 604006
ORDER BY f.position ASC
0.128 ms 2 Yes /classes/Product.php:6021
2918
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 36930
ORDER BY `position`
0.128 ms 6 Yes /classes/Product.php:3545
3089
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 596002
ORDER BY `position`
0.128 ms 10 Yes /classes/Product.php:3545
3232
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 566612) AND (b.`id_shop` = 1) LIMIT 1
0.128 ms 1 /src/Adapter/EntityMapper.php:71
3485
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 546867
ORDER BY `position`
0.128 ms 7 Yes /classes/Product.php:3545
3629
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 577984
ORDER BY `position`
0.128 ms 10 Yes /classes/Product.php:3545
3647
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 598641
ORDER BY `position`
0.128 ms 10 Yes /classes/Product.php:3545
3851
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (566145) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.128 ms 1 Yes Yes /classes/Product.php:4524
956
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 578744
ORDER BY f.position ASC
0.127 ms 2 Yes /classes/Product.php:6021
2320
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 543357
ORDER BY f.position ASC
0.127 ms 6 Yes /classes/Product.php:6021
2340
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 543008
ORDER BY f.position ASC
0.127 ms 5 Yes /classes/Product.php:6021
2381
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 542345
ORDER BY f.position ASC
0.127 ms 5 Yes /classes/Product.php:6021
2411
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 541423
ORDER BY f.position ASC
0.127 ms 5 Yes /classes/Product.php:6021
2876
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 647888) AND (b.`id_shop` = 1) LIMIT 1
0.127 ms 1 /src/Adapter/EntityMapper.php:71
3245
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 565993
ORDER BY `position`
0.127 ms 10 Yes /classes/Product.php:3545
3323
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 558041
ORDER BY `position`
0.127 ms 8 Yes /classes/Product.php:3545
3329
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 554085
ORDER BY `position`
0.127 ms 10 Yes /classes/Product.php:3545
3587
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 576093
ORDER BY `position`
0.127 ms 9 Yes /classes/Product.php:3545
3179
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 571806
ORDER BY `position`
0.127 ms 9 Yes /classes/Product.php:3545
3199
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 570856) AND (b.`id_shop` = 1) LIMIT 1
0.127 ms 1 /src/Adapter/EntityMapper.php:71
3641
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 574650
ORDER BY `position`
0.127 ms 9 Yes /classes/Product.php:3545
885
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 589038
ORDER BY f.position ASC
0.126 ms 2 Yes /classes/Product.php:6021
1069
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 573393
ORDER BY f.position ASC
0.126 ms 3 Yes /classes/Product.php:6021
1223
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 569951
ORDER BY f.position ASC
0.126 ms 2 Yes /classes/Product.php:6021
2960
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4840
ORDER BY `position`
0.126 ms 6 Yes /classes/Product.php:3545
3026
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 610732
ORDER BY `position`
0.126 ms 10 Yes /classes/Product.php:3545
3229
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 567193) AND (b.`id_shop` = 1) LIMIT 1
0.126 ms 1 /src/Adapter/EntityMapper.php:71
3347
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 551345
ORDER BY `position`
0.126 ms 10 Yes /classes/Product.php:3545
3599
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 570899
ORDER BY `position`
0.126 ms 8 Yes /classes/Product.php:3545
3644
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 575018
ORDER BY `position`
0.126 ms 8 Yes /classes/Product.php:3545
640
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 609473
ORDER BY f.position ASC
0.126 ms 2 Yes /classes/Product.php:6021
2401
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 541828
ORDER BY f.position ASC
0.126 ms 5 Yes /classes/Product.php:6021
3107
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 589038
ORDER BY `position`
0.126 ms 10 Yes /classes/Product.php:3545
3131
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 576411
ORDER BY `position`
0.126 ms 8 Yes /classes/Product.php:3545
3572
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 540677
ORDER BY `position`
0.126 ms 9 Yes /classes/Product.php:3545
3584
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 573441
ORDER BY `position`
0.126 ms 9 Yes /classes/Product.php:3545
3656
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 604012
ORDER BY `position`
0.126 ms 10 Yes /classes/Product.php:3545
3695
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 647770
ORDER BY `position`
0.126 ms 10 Yes /classes/Product.php:3545
936
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 580950
ORDER BY f.position ASC
0.125 ms 2 Yes /classes/Product.php:6021
1556
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 561029
ORDER BY f.position ASC
0.125 ms 1 Yes /classes/Product.php:6021
2915
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 40032
ORDER BY `position`
0.125 ms 7 Yes /classes/Product.php:3545
3542
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 543008
ORDER BY `position`
0.125 ms 10 Yes /classes/Product.php:3545
619
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 610654
ORDER BY f.position ASC
0.125 ms 2 Yes /classes/Product.php:6021
629
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 609970
ORDER BY f.position ASC
0.125 ms 1 Yes /classes/Product.php:6021
865
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 589384
ORDER BY f.position ASC
0.125 ms 2 Yes /classes/Product.php:6021
2431
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 541309
ORDER BY f.position ASC
0.125 ms 5 Yes /classes/Product.php:6021
2665
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 574549
ORDER BY f.position ASC
0.125 ms 2 Yes /classes/Product.php:6021
2736
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 604022
ORDER BY f.position ASC
0.125 ms 2 Yes /classes/Product.php:6021
3137
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 576144
ORDER BY `position`
0.125 ms 9 Yes /classes/Product.php:3545
3200
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 570856
ORDER BY `position`
0.125 ms 6 Yes /classes/Product.php:3545
3308
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 561029
ORDER BY `position`
0.125 ms 9 Yes /classes/Product.php:3545
3488
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 546859
ORDER BY `position`
0.125 ms 10 Yes /classes/Product.php:3545
3515
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 544569
ORDER BY `position`
0.125 ms 10 Yes /classes/Product.php:3545
3698
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 647808
ORDER BY `position`
0.125 ms 11 Yes /classes/Product.php:3545
3715
SELECT SQL_NO_CACHE 1 FROM `een_cart_rule` WHERE ((date_to >= "2026-04-28 00:00:00" AND date_to <= "2026-04-28 23:59:59") OR (date_from >= "2026-04-28 00:00:00" AND date_from <= "2026-04-28 23:59:59") OR (date_from < "2026-04-28 00:00:00" AND date_to > "2026-04-28 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.125 ms 2 /classes/CartRule.php:357
3716
SELECT SQL_NO_CACHE * FROM `een_cart_rule` cr
LEFT JOIN `een_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.125 ms 1 /classes/CartRule.php:423
4004
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (647888) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.125 ms 1 Yes Yes /classes/Product.php:4524
1
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM een_shop_url su
LEFT JOIN een_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'decozzia.com' OR su.domain_ssl = 'decozzia.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.124 ms 1 Yes /classes/shop/Shop.php:1364
1244
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 569193
ORDER BY f.position ASC
0.124 ms 1 Yes /classes/Product.php:6021
1566
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 561022
ORDER BY f.position ASC
0.124 ms 2 Yes /classes/Product.php:6021
1762
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 550572)
0.124 ms 1 /classes/Product.php:3860
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 `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 547921)
0.124 ms 1 /classes/Product.php:3860
2841
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 647717) AND (b.`id_shop` = 1) LIMIT 1
0.124 ms 1 /src/Adapter/EntityMapper.php:71
2853
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 647770) AND (b.`id_shop` = 1) LIMIT 1
0.124 ms 1 /src/Adapter/EntityMapper.php:71
2912
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 40036
ORDER BY `position`
0.124 ms 6 Yes /classes/Product.php:3545
3017
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 614243
ORDER BY `position`
0.124 ms 10 Yes /classes/Product.php:3545
3077
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 598728
ORDER BY `position`
0.124 ms 10 Yes /classes/Product.php:3545
3536
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 543357
ORDER BY `position`
0.124 ms 10 Yes /classes/Product.php:3545
3689
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 647711
ORDER BY `position`
0.124 ms 10 Yes /classes/Product.php:3545
711
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 602861
ORDER BY f.position ASC
0.123 ms 2 Yes /classes/Product.php:6021
896
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 588740
ORDER BY f.position ASC
0.123 ms 2 Yes /classes/Product.php:6021
1284
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 567388
ORDER BY f.position ASC
0.123 ms 1 Yes /classes/Product.php:6021
1294
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 567193
ORDER BY f.position ASC
0.123 ms 1 Yes /classes/Product.php:6021
2360
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 542706
ORDER BY f.position ASC
0.123 ms 5 Yes /classes/Product.php:6021
2634
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 577984
ORDER BY f.position ASC
0.123 ms 2 Yes /classes/Product.php:6021
2865
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 647808) AND (b.`id_shop` = 1) LIMIT 1
0.123 ms 1 /src/Adapter/EntityMapper.php:71
2930
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 25072
ORDER BY `position`
0.123 ms 5 Yes /classes/Product.php:3545
3080
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 598493
ORDER BY `position`
0.123 ms 10 Yes /classes/Product.php:3545
3176
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 572166
ORDER BY `position`
0.123 ms 8 Yes /classes/Product.php:3545
3206
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 570322
ORDER BY `position`
0.123 ms 10 Yes /classes/Product.php:3545
3257
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 565460
ORDER BY `position`
0.123 ms 10 Yes /classes/Product.php:3545
3311
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 561022
ORDER BY `position`
0.123 ms 10 Yes /classes/Product.php:3545
3404
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 550202
ORDER BY `position`
0.123 ms 8 Yes /classes/Product.php:3545
3458
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 548036
ORDER BY `position`
0.123 ms 7 Yes /classes/Product.php:3545
3470
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 547376
ORDER BY `position`
0.123 ms 7 Yes /classes/Product.php:3545
3539
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 543348
ORDER BY `position`
0.123 ms 10 Yes /classes/Product.php:3545
3590
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 539580
ORDER BY `position`
0.123 ms 8 Yes /classes/Product.php:3545
3593
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 586156
ORDER BY `position`
0.123 ms 8 Yes /classes/Product.php:3545
3650
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 603079
ORDER BY `position`
0.123 ms 9 Yes /classes/Product.php:3545
3665
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 606429
ORDER BY `position`
0.123 ms 10 Yes /classes/Product.php:3545
3671
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 618456
ORDER BY `position`
0.123 ms 10 Yes /classes/Product.php:3545
4005
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (647911) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.123 ms 1 Yes Yes /classes/Product.php:4524
2933
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14272
ORDER BY `position`
0.123 ms 7 Yes /classes/Product.php:3545
3440
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 549016
ORDER BY `position`
0.123 ms 6 Yes /classes/Product.php:3545
3506
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 545709
ORDER BY `position`
0.123 ms 10 Yes /classes/Product.php:3545
3662
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 604308
ORDER BY `position`
0.123 ms 10 Yes /classes/Product.php:3545
946
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 580689
ORDER BY f.position ASC
0.122 ms 2 Yes /classes/Product.php:6021
1233
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 569638
ORDER BY f.position ASC
0.122 ms 1 Yes /classes/Product.php:6021
1394
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 565095
ORDER BY f.position ASC
0.122 ms 2 Yes /classes/Product.php:6021
2675
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 574650
ORDER BY f.position ASC
0.122 ms 2 Yes /classes/Product.php:6021
2948
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6655
ORDER BY `position`
0.122 ms 6 Yes /classes/Product.php:3545
2981
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4453
ORDER BY `position`
0.122 ms 11 Yes /classes/Product.php:3545
3056
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 602861
ORDER BY `position`
0.122 ms 10 Yes /classes/Product.php:3545
3071
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 600667
ORDER BY `position`
0.122 ms 10 Yes /classes/Product.php:3545
3140
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 575821
ORDER BY `position`
0.122 ms 10 Yes /classes/Product.php:3545
3227
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 567388
ORDER BY `position`
0.122 ms 8 Yes /classes/Product.php:3545
3320
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 558350
ORDER BY `position`
0.122 ms 10 Yes /classes/Product.php:3545
3374
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 550428
ORDER BY `position`
0.122 ms 8 Yes /classes/Product.php:3545
3395
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 550252
ORDER BY `position`
0.122 ms 8 Yes /classes/Product.php:3545
3449
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 548749
ORDER BY `position`
0.122 ms 7 Yes /classes/Product.php:3545
3461
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 547985
ORDER BY `position`
0.122 ms 8 Yes /classes/Product.php:3545
3473
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 547371
ORDER BY `position`
0.122 ms 10 Yes /classes/Product.php:3545
3560
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 541828
ORDER BY `position`
0.122 ms 9 Yes /classes/Product.php:3545
3575
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 539954
ORDER BY `position`
0.122 ms 10 Yes /classes/Product.php:3545
3608
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 607039
ORDER BY `position`
0.122 ms 8 Yes /classes/Product.php:3545
4037
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
0.122 ms 1 /classes/module/Module.php:2659
1141
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 571632
ORDER BY f.position ASC
0.122 ms 2 Yes /classes/Product.php:6021
3074
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 599803
ORDER BY `position`
0.122 ms 10 Yes /classes/Product.php:3545
3503
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 546031
ORDER BY `position`
0.122 ms 8 Yes /classes/Product.php:3545
3692
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 647717
ORDER BY `position`
0.122 ms 10 Yes /classes/Product.php:3545
18
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `een_module` m
LEFT JOIN `een_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.121 ms 104 /classes/module/Module.php:346
609
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 610732
ORDER BY f.position ASC
0.121 ms 2 Yes /classes/Product.php:6021
700
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 602926
ORDER BY f.position ASC
0.121 ms 2 Yes /classes/Product.php:6021
752
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 601927
ORDER BY f.position ASC
0.121 ms 1 Yes /classes/Product.php:6021
762
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 600667
ORDER BY f.position ASC
0.121 ms 2 Yes /classes/Product.php:6021
824
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 596002
ORDER BY f.position ASC
0.121 ms 2 Yes /classes/Product.php:6021
844
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 592710
ORDER BY f.position ASC
0.121 ms 1 Yes /classes/Product.php:6021
1017
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 574720
ORDER BY f.position ASC
0.121 ms 3 Yes /classes/Product.php:6021
1048
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 574407
ORDER BY f.position ASC
0.121 ms 2 Yes /classes/Product.php:6021
1213
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 570322
ORDER BY f.position ASC
0.121 ms 1 Yes /classes/Product.php:6021
1546
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 561838
ORDER BY f.position ASC
0.121 ms 2 Yes /classes/Product.php:6021
1617
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 557610
ORDER BY f.position ASC
0.121 ms 2 Yes /classes/Product.php:6021
2924
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 30982
ORDER BY `position`
0.121 ms 10 Yes /classes/Product.php:3545
3023
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 610874
ORDER BY `position`
0.121 ms 9 Yes /classes/Product.php:3545
3038
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 608525
ORDER BY `position`
0.121 ms 10 Yes /classes/Product.php:3545
3047
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 604002
ORDER BY `position`
0.121 ms 10 Yes /classes/Product.php:3545
3059
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 602770
ORDER BY `position`
0.121 ms 7 Yes /classes/Product.php:3545
3086
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 596395
ORDER BY `position`
0.121 ms 7 Yes /classes/Product.php:3545
3284
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 562930
ORDER BY `position`
0.121 ms 9 Yes /classes/Product.php:3545
3422
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 549555
ORDER BY `position`
0.121 ms 6 Yes /classes/Product.php:3545
3425
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 549456
ORDER BY `position`
0.121 ms 10 Yes /classes/Product.php:3545
3491
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 546692
ORDER BY `position`
0.121 ms 8 Yes /classes/Product.php:3545
3518
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 544543
ORDER BY `position`
0.121 ms 9 Yes /classes/Product.php:3545
3530
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 544028
ORDER BY `position`
0.121 ms 10 Yes /classes/Product.php:3545
3557
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 542329
ORDER BY `position`
0.121 ms 9 Yes /classes/Product.php:3545
3638
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 574549
ORDER BY `position`
0.121 ms 7 Yes /classes/Product.php:3545
3653
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 604006
ORDER BY `position`
0.121 ms 9 Yes /classes/Product.php:3545
690
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 603687
ORDER BY f.position ASC
0.121 ms 2 Yes /classes/Product.php:6021
977
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 576297
ORDER BY f.position ASC
0.121 ms 2 Yes /classes/Product.php:6021
1314
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 566416
ORDER BY f.position ASC
0.121 ms 1 Yes /classes/Product.php:6021
1344
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 565993
ORDER BY f.position ASC
0.121 ms 2 Yes /classes/Product.php:6021
1637
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 553071
ORDER BY f.position ASC
0.121 ms 3 Yes /classes/Product.php:6021
2685
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 575018
ORDER BY f.position ASC
0.121 ms 2 Yes /classes/Product.php:6021
2978
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4459
ORDER BY `position`
0.121 ms 7 Yes /classes/Product.php:3545
3008
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3671
ORDER BY `position`
0.121 ms 6 Yes /classes/Product.php:3545
3083
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 598433
ORDER BY `position`
0.121 ms 10 Yes /classes/Product.php:3545
3113
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 585532
ORDER BY `position`
0.121 ms 7 Yes /classes/Product.php:3545
3119
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 582028
ORDER BY `position`
0.121 ms 10 Yes /classes/Product.php:3545
3122
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 580950
ORDER BY `position`
0.121 ms 10 Yes /classes/Product.php:3545
3143
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 575645
ORDER BY `position`
0.121 ms 10 Yes /classes/Product.php:3545
3149
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 574588
ORDER BY `position`
0.121 ms 8 Yes /classes/Product.php:3545
3215
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 569193
ORDER BY `position`
0.121 ms 10 Yes /classes/Product.php:3545
3218
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 569028
ORDER BY `position`
0.121 ms 10 Yes /classes/Product.php:3545
3365
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 550715
ORDER BY `position`
0.121 ms 7 Yes /classes/Product.php:3545
3512
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 545474
ORDER BY `position`
0.121 ms 7 Yes /classes/Product.php:3545
3533
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 543423
ORDER BY `position`
0.121 ms 8 Yes /classes/Product.php:3545
3626
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 543106
ORDER BY `position`
0.121 ms 8 Yes /classes/Product.php:3545
3683
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 550312
ORDER BY `position`
0.121 ms 8 Yes /classes/Product.php:3545
792
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 598493
ORDER BY f.position ASC
0.120 ms 2 Yes /classes/Product.php:6021
1110
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 572667
ORDER BY f.position ASC
0.120 ms 2 Yes /classes/Product.php:6021
1304
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 566612
ORDER BY f.position ASC
0.120 ms 1 Yes /classes/Product.php:6021
2756
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 606429
ORDER BY f.position ASC
0.120 ms 1 Yes /classes/Product.php:6021
3161
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 573393
ORDER BY `position`
0.120 ms 5 Yes /classes/Product.php:3545
3194
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 570971
ORDER BY `position`
0.120 ms 7 Yes /classes/Product.php:3545
3254
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 565480
ORDER BY `position`
0.120 ms 10 Yes /classes/Product.php:3545
3290
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 562716
ORDER BY `position`
0.120 ms 7 Yes /classes/Product.php:3545
3317
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 559320
ORDER BY `position`
0.120 ms 9 Yes /classes/Product.php:3545
3371
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 550572
ORDER BY `position`
0.120 ms 10 Yes /classes/Product.php:3545
3464
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 547921
ORDER BY `position`
0.120 ms 7 Yes /classes/Product.php:3545
3482
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 546968
ORDER BY `position`
0.120 ms 8 Yes /classes/Product.php:3545
3632
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 13135
ORDER BY `position`
0.120 ms 5 Yes /classes/Product.php:3545
218
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 40032
ORDER BY f.position ASC
0.120 ms 1 Yes /classes/Product.php:6021
680
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 604002
ORDER BY f.position ASC
0.120 ms 2 Yes /classes/Product.php:6021
782
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 598728
ORDER BY f.position ASC
0.120 ms 1 Yes /classes/Product.php:6021
906
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 585532
ORDER BY f.position ASC
0.120 ms 2 Yes /classes/Product.php:6021
987
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 576144
ORDER BY f.position ASC
0.120 ms 2 Yes /classes/Product.php:6021
1120
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 572166
ORDER BY f.position ASC
0.120 ms 2 Yes /classes/Product.php:6021
1202
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 570810
ORDER BY f.position ASC
0.120 ms 1 Yes /classes/Product.php:6021
1364
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 565580
ORDER BY f.position ASC
0.120 ms 2 Yes /classes/Product.php:6021
2705
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 603079
ORDER BY f.position ASC
0.120 ms 1 Yes /classes/Product.php:6021
2746
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 604308
ORDER BY f.position ASC
0.120 ms 2 Yes /classes/Product.php:6021
3053
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 602926
ORDER BY `position`
0.120 ms 9 Yes /classes/Product.php:3545
3098
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 590862
ORDER BY `position`
0.120 ms 10 Yes /classes/Product.php:3545
3260
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 565095
ORDER BY `position`
0.120 ms 10 Yes /classes/Product.php:3545
3302
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 562397
ORDER BY `position`
0.120 ms 6 Yes /classes/Product.php:3545
3326
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 557610
ORDER BY `position`
0.120 ms 9 Yes /classes/Product.php:3545
3332
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 553071
ORDER BY `position`
0.120 ms 10 Yes /classes/Product.php:3545
3467
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 547665
ORDER BY `position`
0.120 ms 8 Yes /classes/Product.php:3545
3479
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 547001
ORDER BY `position`
0.120 ms 8 Yes /classes/Product.php:3545
3509
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 545693
ORDER BY `position`
0.120 ms 8 Yes /classes/Product.php:3545
3521
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 544358
ORDER BY `position`
0.120 ms 8 Yes /classes/Product.php:3545
3524
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 544323
ORDER BY `position`
0.120 ms 7 Yes /classes/Product.php:3545
3314
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 559503
ORDER BY `position`
0.119 ms 8 Yes /classes/Product.php:3545
3398
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 550247
ORDER BY `position`
0.119 ms 8 Yes /classes/Product.php:3545
732
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 602479
ORDER BY f.position ASC
0.119 ms 1 Yes /classes/Product.php:6021
875
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 589319
ORDER BY f.position ASC
0.119 ms 1 Yes /classes/Product.php:6021
1079
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 573233
ORDER BY f.position ASC
0.119 ms 2 Yes /classes/Product.php:6021
1171
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 571125
ORDER BY f.position ASC
0.119 ms 2 Yes /classes/Product.php:6021
1384
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 565460
ORDER BY f.position ASC
0.119 ms 2 Yes /classes/Product.php:6021
1455
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 563760
ORDER BY f.position ASC
0.119 ms 2 Yes /classes/Product.php:6021
1535
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 562397
ORDER BY f.position ASC
0.119 ms 2 Yes /classes/Product.php:6021
1752
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 550624)
0.119 ms 1 /classes/Product.php:3860
2921
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 36753
ORDER BY `position`
0.119 ms 6 Yes /classes/Product.php:3545
2927
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 25139
ORDER BY `position`
0.119 ms 6 Yes /classes/Product.php:3545
3005
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3675
ORDER BY `position`
0.119 ms 6 Yes /classes/Product.php:3545
3032
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 609970
ORDER BY `position`
0.119 ms 7 Yes /classes/Product.php:3545
3101
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 589384
ORDER BY `position`
0.119 ms 7 Yes /classes/Product.php:3545
3104
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 589319
ORDER BY `position`
0.119 ms 9 Yes /classes/Product.php:3545
3110
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 588740
ORDER BY `position`
0.119 ms 8 Yes /classes/Product.php:3545
3116
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 583849
ORDER BY `position`
0.119 ms 8 Yes /classes/Product.php:3545
3146
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 574720
ORDER BY `position`
0.119 ms 8 Yes /classes/Product.php:3545
3209
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 569951
ORDER BY `position`
0.119 ms 7 Yes /classes/Product.php:3545
3236
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 566416
ORDER BY `position`
0.119 ms 7 Yes /classes/Product.php:3545
3272
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 564501
ORDER BY `position`
0.119 ms 7 Yes /classes/Product.php:3545
3281
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 563725
ORDER BY `position`
0.119 ms 8 Yes /classes/Product.php:3545
3341
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 551620
ORDER BY `position`
0.119 ms 9 Yes /classes/Product.php:3545
3359
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 551090
ORDER BY `position`
0.119 ms 9 Yes /classes/Product.php:3545
3380
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 550403
ORDER BY `position`
0.119 ms 10 Yes /classes/Product.php:3545
3383
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 550306
ORDER BY `position`
0.119 ms 8 Yes /classes/Product.php:3545
3494
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 546464
ORDER BY `position`
0.119 ms 7 Yes /classes/Product.php:3545
3497
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 546348
ORDER BY `position`
0.119 ms 6 Yes /classes/Product.php:3545
3527
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 544260
ORDER BY `position`
0.119 ms 8 Yes /classes/Product.php:3545
3566
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 541355
ORDER BY `position`
0.119 ms 8 Yes /classes/Product.php:3545
3569
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 541309
ORDER BY `position`
0.119 ms 6 Yes /classes/Product.php:3545
3596
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 583820
ORDER BY `position`
0.119 ms 6 Yes /classes/Product.php:3545
3623
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 544488
ORDER BY `position`
0.119 ms 8 Yes /classes/Product.php:3545
3659
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 604022
ORDER BY `position`
0.119 ms 8 Yes /classes/Product.php:3545
3701
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 647888
ORDER BY `position`
0.119 ms 6 Yes /classes/Product.php:3545
3704
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 647911
ORDER BY `position`
0.119 ms 7 Yes /classes/Product.php:3545
742
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 602161
ORDER BY f.position ASC
0.118 ms 1 Yes /classes/Product.php:6021
802
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 598433
ORDER BY f.position ASC
0.118 ms 2 Yes /classes/Product.php:6021
813
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 596395
ORDER BY f.position ASC
0.118 ms 2 Yes /classes/Product.php:6021
1059
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 574323
ORDER BY f.position ASC
0.118 ms 2 Yes /classes/Product.php:6021
1324
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 566355
ORDER BY f.position ASC
0.118 ms 1 Yes /classes/Product.php:6021
1435
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 564501
ORDER BY f.position ASC
0.118 ms 1 Yes /classes/Product.php:6021
1495
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 562716
ORDER BY f.position ASC
0.118 ms 2 Yes /classes/Product.php:6021
1647
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 552215
ORDER BY f.position ASC
0.118 ms 2 Yes /classes/Product.php:6021
1667
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 551620
ORDER BY f.position ASC
0.118 ms 1 Yes /classes/Product.php:6021
3041
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 607412
ORDER BY `position`
0.118 ms 8 Yes /classes/Product.php:3545
3044
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 605851
ORDER BY `position`
0.118 ms 8 Yes /classes/Product.php:3545
3068
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 601927
ORDER BY `position`
0.118 ms 9 Yes /classes/Product.php:3545
3167
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 573077
ORDER BY `position`
0.118 ms 8 Yes /classes/Product.php:3545
3182
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 571632
ORDER BY `position`
0.118 ms 9 Yes /classes/Product.php:3545
3212
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 569638
ORDER BY `position`
0.118 ms 8 Yes /classes/Product.php:3545
3221
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 567844
ORDER BY `position`
0.118 ms 8 Yes /classes/Product.php:3545
3248
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 565828
ORDER BY `position`
0.118 ms 8 Yes /classes/Product.php:3545
3287
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 562733
ORDER BY `position`
0.118 ms 7 Yes /classes/Product.php:3545
3362
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 550858
ORDER BY `position`
0.118 ms 8 Yes /classes/Product.php:3545
3416
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 549724
ORDER BY `position`
0.118 ms 8 Yes /classes/Product.php:3545
3443
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 548825
ORDER BY `position`
0.118 ms 7 Yes /classes/Product.php:3545
3563
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 541423
ORDER BY `position`
0.118 ms 6 Yes /classes/Product.php:3545
3581
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 539473
ORDER BY `position`
0.118 ms 8 Yes /classes/Product.php:3545
1374
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 565480
ORDER BY f.position ASC
0.118 ms 2 Yes /classes/Product.php:6021
1415
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 564940
ORDER BY f.position ASC
0.118 ms 1 Yes /classes/Product.php:6021
3578
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 539634
ORDER BY `position`
0.118 ms 8 Yes /classes/Product.php:3545
240
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 36753
ORDER BY f.position ASC
0.117 ms 1 Yes /classes/Product.php:6021
650
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 608525
ORDER BY f.position ASC
0.117 ms 1 Yes /classes/Product.php:6021
967
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 576411
ORDER BY f.position ASC
0.117 ms 1 Yes /classes/Product.php:6021
1027
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 574588
ORDER BY f.position ASC
0.117 ms 2 Yes /classes/Product.php:6021
1607
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 558041
ORDER BY f.position ASC
0.117 ms 2 Yes /classes/Product.php:6021
1697
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 551287
ORDER BY f.position ASC
0.117 ms 2 Yes /classes/Product.php:6021
1717
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 551177
ORDER BY f.position ASC
0.117 ms 2 Yes /classes/Product.php:6021
2080
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 547665
AND image_shop.`cover` = 1 LIMIT 1
0.117 ms 8 /classes/Product.php:3570
2963
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4498
ORDER BY `position`
0.117 ms 6 Yes /classes/Product.php:3545
2972
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4483
ORDER BY `position`
0.117 ms 6 Yes /classes/Product.php:3545
3020
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 611580
ORDER BY `position`
0.117 ms 7 Yes /classes/Product.php:3545
3035
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 609473
ORDER BY `position`
0.117 ms 7 Yes /classes/Product.php:3545
3050
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 603687
ORDER BY `position`
0.117 ms 8 Yes /classes/Product.php:3545
3155
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 574407
ORDER BY `position`
0.117 ms 8 Yes /classes/Product.php:3545
3158
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 574323
ORDER BY `position`
0.117 ms 8 Yes /classes/Product.php:3545
3224
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 567392
ORDER BY `position`
0.117 ms 8 Yes /classes/Product.php:3545
3230
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 567193
ORDER BY `position`
0.117 ms 8 Yes /classes/Product.php:3545
3251
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 565580
ORDER BY `position`
0.117 ms 7 Yes /classes/Product.php:3545
3269
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 564755
ORDER BY `position`
0.117 ms 8 Yes /classes/Product.php:3545
3338
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 552118
ORDER BY `position`
0.117 ms 6 Yes /classes/Product.php:3545
3344
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 551532
ORDER BY `position`
0.117 ms 8 Yes /classes/Product.php:3545
3368
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 550624
ORDER BY `position`
0.117 ms 7 Yes /classes/Product.php:3545
3386
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 550300
ORDER BY `position`
0.117 ms 8 Yes /classes/Product.php:3545
3605
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 556076
ORDER BY `position`
0.117 ms 6 Yes /classes/Product.php:3545
3611
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 571471
ORDER BY `position`
0.117 ms 6 Yes /classes/Product.php:3545
3617
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 583904
ORDER BY `position`
0.117 ms 6 Yes /classes/Product.php:3545
3677
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 570992
ORDER BY `position`
0.117 ms 6 Yes /classes/Product.php:3545
3707
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 647913
ORDER BY `position`
0.117 ms 7 Yes /classes/Product.php:3545
3299
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 562424
ORDER BY `position`
0.117 ms 5 Yes /classes/Product.php:3545
3356
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 551177
ORDER BY `position`
0.117 ms 5 Yes /classes/Product.php:3545
3407
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 550200
ORDER BY `position`
0.117 ms 8 Yes /classes/Product.php:3545
3437
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 549156
ORDER BY `position`
0.117 ms 8 Yes /classes/Product.php:3545
3446
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 548794
ORDER BY `position`
0.117 ms 7 Yes /classes/Product.php:3545
3500
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 546058
ORDER BY `position`
0.117 ms 8 Yes /classes/Product.php:3545
3554
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 542345
ORDER BY `position`
0.117 ms 8 Yes /classes/Product.php:3545
3614
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 570778
ORDER BY `position`
0.117 ms 7 Yes /classes/Product.php:3545
916
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 583849
ORDER BY f.position ASC
0.116 ms 1 Yes /classes/Product.php:6021
2766
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 618126
ORDER BY f.position ASC
0.116 ms 1 Yes /classes/Product.php:6021
2936
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 13137
ORDER BY `position`
0.116 ms 6 Yes /classes/Product.php:3545
2945
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9413
ORDER BY `position`
0.116 ms 5 Yes /classes/Product.php:3545
2969
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4491
ORDER BY `position`
0.116 ms 6 Yes /classes/Product.php:3545
2984
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4442
ORDER BY `position`
0.116 ms 6 Yes /classes/Product.php:3545
3065
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 602161
ORDER BY `position`
0.116 ms 6 Yes /classes/Product.php:3545
3095
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 592710
ORDER BY `position`
0.116 ms 6 Yes /classes/Product.php:3545
3419
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 549713
ORDER BY `position`
0.116 ms 7 Yes /classes/Product.php:3545
3455
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 548527
ORDER BY `position`
0.116 ms 7 Yes /classes/Product.php:3545
3674
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 552840
ORDER BY `position`
0.116 ms 6 Yes /classes/Product.php:3545
1334
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 566145
ORDER BY f.position ASC
0.116 ms 1 Yes /classes/Product.php:6021
2695
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 598641
ORDER BY f.position ASC
0.116 ms 1 Yes /classes/Product.php:6021
3002
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3676
ORDER BY `position`
0.116 ms 6 Yes /classes/Product.php:3545
3092
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 595928
ORDER BY `position`
0.116 ms 6 Yes /classes/Product.php:3545
3173
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 572667
ORDER BY `position`
0.116 ms 6 Yes /classes/Product.php:3545
3188
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 571478
ORDER BY `position`
0.116 ms 7 Yes /classes/Product.php:3545
3191
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 571125
ORDER BY `position`
0.116 ms 7 Yes /classes/Product.php:3545
3203
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 570810
ORDER BY `position`
0.116 ms 6 Yes /classes/Product.php:3545
3239
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 566355
ORDER BY `position`
0.116 ms 7 Yes /classes/Product.php:3545
3263
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 565075
ORDER BY `position`
0.116 ms 7 Yes /classes/Product.php:3545
3266
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 564940
ORDER BY `position`
0.116 ms 7 Yes /classes/Product.php:3545
3452
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 548636
ORDER BY `position`
0.116 ms 7 Yes /classes/Product.php:3545
3686
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 548444
ORDER BY `position`
0.116 ms 6 Yes /classes/Product.php:3545
1426
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 564501
AND image_shop.`cover` = 1 LIMIT 1
0.115 ms 7 /classes/Product.php:3570
2966
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4495
ORDER BY `position`
0.115 ms 6 Yes /classes/Product.php:3545
2993
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4319
ORDER BY `position`
0.115 ms 6 Yes /classes/Product.php:3545
3014
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3668
ORDER BY `position`
0.115 ms 6 Yes /classes/Product.php:3545
3233
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 566612
ORDER BY `position`
0.115 ms 8 Yes /classes/Product.php:3545
3353
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 551249
ORDER BY `position`
0.115 ms 6 Yes /classes/Product.php:3545
3377
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 550406
ORDER BY `position`
0.115 ms 6 Yes /classes/Product.php:3545
3401
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 550242
ORDER BY `position`
0.115 ms 6 Yes /classes/Product.php:3545
3545
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 542781
ORDER BY `position`
0.115 ms 5 Yes /classes/Product.php:3545
3548
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 542706
ORDER BY `position`
0.115 ms 5 Yes /classes/Product.php:3545
3635
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 13136
ORDER BY `position`
0.115 ms 5 Yes /classes/Product.php:3545
670
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 605851
ORDER BY f.position ASC
0.115 ms 1 Yes /classes/Product.php:6021
772
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 599803
ORDER BY f.position ASC
0.115 ms 1 Yes /classes/Product.php:6021
1587
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 559320
ORDER BY f.position ASC
0.115 ms 1 Yes /classes/Product.php:6021
1627
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 554085
ORDER BY f.position ASC
0.115 ms 1 Yes /classes/Product.php:6021
2029
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 548636
AND image_shop.`cover` = 1 LIMIT 1
0.115 ms 7 /classes/Product.php:3570
2939
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 12942
ORDER BY `position`
0.115 ms 5 Yes /classes/Product.php:3545
2942
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 12939
ORDER BY `position`
0.115 ms 5 Yes /classes/Product.php:3545
2987
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4331
ORDER BY `position`
0.115 ms 6 Yes /classes/Product.php:3545
3128
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 578744
ORDER BY `position`
0.115 ms 6 Yes /classes/Product.php:3545
3152
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 574570
ORDER BY `position`
0.115 ms 6 Yes /classes/Product.php:3545
3164
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 573233
ORDER BY `position`
0.115 ms 7 Yes /classes/Product.php:3545
3170
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 573038
ORDER BY `position`
0.115 ms 6 Yes /classes/Product.php:3545
3275
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 563902
ORDER BY `position`
0.115 ms 6 Yes /classes/Product.php:3545
3296
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 562443
ORDER BY `position`
0.115 ms 6 Yes /classes/Product.php:3545
3335
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 552215
ORDER BY `position`
0.115 ms 5 Yes /classes/Product.php:3545
3350
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 551287
ORDER BY `position`
0.115 ms 6 Yes /classes/Product.php:3545
3389
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 550274
ORDER BY `position`
0.115 ms 8 Yes /classes/Product.php:3545
3413
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 549843
ORDER BY `position`
0.115 ms 7 Yes /classes/Product.php:3545
3431
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 549423
ORDER BY `position`
0.115 ms 7 Yes /classes/Product.php:3545
1007
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 575645
ORDER BY f.position ASC
0.114 ms 1 Yes /classes/Product.php:6021
3476
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 547204
ORDER BY `position`
0.114 ms 6 Yes /classes/Product.php:3545
997
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 575821
ORDER BY f.position ASC
0.114 ms 1 Yes /classes/Product.php:6021
1089
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 573077
ORDER BY f.position ASC
0.114 ms 1 Yes /classes/Product.php:6021
1099
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 573038
ORDER BY f.position ASC
0.114 ms 1 Yes /classes/Product.php:6021
1130
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 571806
ORDER BY f.position ASC
0.114 ms 1 Yes /classes/Product.php:6021
1505
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 562707
ORDER BY f.position ASC
0.114 ms 1 Yes /classes/Product.php:6021
1657
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 552118
ORDER BY f.position ASC
0.114 ms 1 Yes /classes/Product.php:6021
1677
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 551532
ORDER BY f.position ASC
0.114 ms 1 Yes /classes/Product.php:6021
2043
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 548527)
0.114 ms 1 /classes/Product.php:3860
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 `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 547985)
0.114 ms 1 /classes/Product.php:3860
2951
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6491
ORDER BY `position`
0.114 ms 5 Yes /classes/Product.php:3545
2957
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6336
ORDER BY `position`
0.114 ms 5 Yes /classes/Product.php:3545
2990
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4321
ORDER BY `position`
0.114 ms 6 Yes /classes/Product.php:3545
2996
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3689
ORDER BY `position`
0.114 ms 6 Yes /classes/Product.php:3545
2999
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3688
ORDER BY `position`
0.114 ms 6 Yes /classes/Product.php:3545
3185
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 571489
ORDER BY `position`
0.114 ms 5 Yes /classes/Product.php:3545
3428
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 549434
ORDER BY `position`
0.114 ms 6 Yes /classes/Product.php:3545
3434
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 549242
ORDER BY `position`
0.114 ms 6 Yes /classes/Product.php:3545
3551
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 542487
ORDER BY `position`
0.114 ms 5 Yes /classes/Product.php:3545
190
SELECT SQL_NO_CACHE tr.*
FROM `een_tax_rule` tr
JOIN `een_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 21
AND tr.`id_tax_rules_group` = 1
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.113 ms 1 /classes/tax/TaxRulesTaxManager.php:109
252
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 30982
ORDER BY f.position ASC
0.113 ms 1 Yes /classes/Product.php:6021
1037
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 574570
ORDER BY f.position ASC
0.113 ms 1 Yes /classes/Product.php:6021
1151
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 571489
ORDER BY f.position ASC
0.113 ms 1 Yes /classes/Product.php:6021
1161
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 571478
ORDER BY f.position ASC
0.113 ms 1 Yes /classes/Product.php:6021
1354
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 565828
ORDER BY f.position ASC
0.113 ms 1 Yes /classes/Product.php:6021
1430
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 564501)
0.113 ms 1 /classes/Product.php:3860
1475
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 562930
ORDER BY f.position ASC
0.113 ms 1 Yes /classes/Product.php:6021
1577
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 559320
AND image_shop.`cover` = 1 LIMIT 1
0.113 ms 9 /classes/Product.php:3570
1597
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 558350
ORDER BY f.position ASC
0.113 ms 1 Yes /classes/Product.php:6021
1687
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 551345
ORDER BY f.position ASC
0.113 ms 1 Yes /classes/Product.php:6021
1737
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 550858
ORDER BY f.position ASC
0.113 ms 1 Yes /classes/Product.php:6021
2605
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 544488
AND image_shop.`cover` = 1 LIMIT 1
0.113 ms 8 /classes/Product.php:3570
2954
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6363
ORDER BY `position`
0.113 ms 4 Yes /classes/Product.php:3545
3011
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3669
ORDER BY `position`
0.113 ms 6 Yes /classes/Product.php:3545
3062
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 602479
ORDER BY `position`
0.113 ms 5 Yes /classes/Product.php:3545
3125
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 580689
ORDER BY `position`
0.113 ms 4 Yes /classes/Product.php:3545
3293
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 562707
ORDER BY `position`
0.113 ms 6 Yes /classes/Product.php:3545
3242
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 566145
ORDER BY `position`
0.113 ms 5 Yes /classes/Product.php:3545
1465
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 563725
ORDER BY f.position ASC
0.112 ms 1 Yes /classes/Product.php:6021
1485
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 562733
ORDER BY f.position ASC
0.112 ms 1 Yes /classes/Product.php:6021
1515
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 562443
ORDER BY f.position ASC
0.112 ms 1 Yes /classes/Product.php:6021
1727
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 551090
ORDER BY f.position ASC
0.112 ms 1 Yes /classes/Product.php:6021
3410
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 549992
ORDER BY `position`
0.112 ms 4 Yes /classes/Product.php:3545
3278
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 563760
ORDER BY `position`
0.112 ms 6 Yes /classes/Product.php:3545
1525
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 562424
ORDER BY f.position ASC
0.111 ms 1 Yes /classes/Product.php:6021
3717
SELECT SQL_NO_CACHE 1 FROM `een_cart_rule` WHERE ((date_to >= "2026-04-28 00:00:00" AND date_to <= "2026-04-28 23:59:59") OR (date_from >= "2026-04-28 00:00:00" AND date_from <= "2026-04-28 23:59:59") OR (date_from < "2026-04-28 00:00:00" AND date_to > "2026-04-28 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.111 ms 2 /classes/CartRule.php:357
290
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 13137)
0.110 ms 1 /classes/Product.php:3860
311
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 12939)
0.110 ms 1 /classes/Product.php:3860
328
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_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.110 ms 6 /classes/Product.php:3570
572
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 614243)
0.110 ms 1 /classes/Product.php:3860
1973
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 549242)
0.110 ms 1 /classes/Product.php:3860
2493
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 539580
AND image_shop.`cover` = 1 LIMIT 1
0.110 ms 8 /classes/Product.php:3570
1963
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 549423)
0.109 ms 1 /classes/Product.php:3860
148
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM een_layered_category
WHERE controller = 'category'
AND id_category = 2
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.109 ms 10 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
582
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 611580)
0.109 ms 1 /classes/Product.php:3860
2442
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 539954
AND image_shop.`cover` = 1 LIMIT 1
0.109 ms 10 /classes/Product.php:3570
176
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 40052
AND image_shop.`cover` = 1 LIMIT 1
0.108 ms 7 /classes/Product.php:3570
560
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3668)
0.108 ms 1 /classes/Product.php:3860
1259
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 567844)
0.108 ms 1 /classes/Product.php:3860
43
SELECT SQL_NO_CACHE *
FROM `een_category` a
LEFT JOIN `een_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `een_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1000) AND (b.`id_shop` = 1) LIMIT 1
0.107 ms 1 /src/Adapter/EntityMapper.php:71
301
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 12942)
0.107 ms 1 /classes/Product.php:3860
845
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 590862
AND image_shop.`cover` = 1 LIMIT 1
0.107 ms 10 /classes/Product.php:3570
2013
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 548794)
0.107 ms 1 /classes/Product.php:3860
2033
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 548636)
0.107 ms 1 /classes/Product.php:3860
2053
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 548036)
0.106 ms 1 /classes/Product.php:3860
2555
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 607039
AND image_shop.`cover` = 1 LIMIT 1
0.106 ms 8 /classes/Product.php:3570
60
SELECT SQL_NO_CACHE *
FROM `een_category` a0
LEFT JOIN `een_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 2) AND (a0.`nright` > 659) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc
0.106 ms 1 /classes/PrestaShopCollection.php:383
1582
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 559320)
0.106 ms 1 /classes/Product.php:3860
2049
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 548036
AND image_shop.`cover` = 1 LIMIT 1
0.106 ms 7 /classes/Product.php:3570
2782
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 552840)
0.106 ms 1 /classes/Product.php:3860
4039
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitsociallogin" LIMIT 1
0.106 ms 1 /classes/module/Module.php:2659
1255
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 567844
AND image_shop.`cover` = 1 LIMIT 1
0.105 ms 8 /classes/Product.php:3570
550
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3669)
0.105 ms 1 /classes/Product.php:3860
701
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 602861
AND image_shop.`cover` = 1 LIMIT 1
0.105 ms 10 /classes/Product.php:3570
1969
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 549242
AND image_shop.`cover` = 1 LIMIT 1
0.105 ms 6 /classes/Product.php:3570
1983
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 549156)
0.105 ms 1 /classes/Product.php:3860
2009
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 548794
AND image_shop.`cover` = 1 LIMIT 1
0.105 ms 7 /classes/Product.php:3570
2069
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 547921
AND image_shop.`cover` = 1 LIMIT 1
0.104 ms 7 /classes/Product.php:3570
322
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9413)
0.104 ms 1 /classes/Product.php:3860
2003
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 548825)
0.104 ms 1 /classes/Product.php:3860
2023
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 548749)
0.104 ms 1 /classes/Product.php:3860
333
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_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)
0.103 ms 1 /classes/Product.php:3860
1269
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 567392)
0.103 ms 1 /classes/Product.php:3860
2059
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 547985
AND image_shop.`cover` = 1 LIMIT 1
0.103 ms 8 /classes/Product.php:3570
2539
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 552655)
0.103 ms 1 /classes/Product.php:3860
2569
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 571471)
0.103 ms 1 /classes/Product.php:3860
2798
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 562721
AND image_shop.`cover` = 1 LIMIT 1
0.103 ms 8 /classes/Product.php:3570
566
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 614243
AND image_shop.`cover` = 1 LIMIT 1
0.102 ms 10 /classes/Product.php:3570
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 `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 549434)
0.102 ms 1 /classes/Product.php:3860
2833
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 647711)
0.102 ms 1 /classes/Product.php:3860
2868
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 647808)
0.102 ms 1 /classes/Product.php:3860
1275
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 567388
AND image_shop.`cover` = 1 LIMIT 1
0.102 ms 8 /classes/Product.php:3570
1335
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 565993
AND image_shop.`cover` = 1 LIMIT 1
0.102 ms 10 /classes/Product.php:3570
1993
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 549016)
0.101 ms 1 /classes/Product.php:3860
2535
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 552655
AND image_shop.`cover` = 1 LIMIT 1
0.101 ms 8 /classes/Product.php:3570
2808
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 550312
AND image_shop.`cover` = 1 LIMIT 1
0.101 ms 8 /classes/Product.php:3570
2812
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 550312)
0.101 ms 1 /classes/Product.php:3860
2850
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 647770
AND image_shop.`cover` = 1 LIMIT 1
0.101 ms 10 /classes/Product.php:3570
2862
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 647808
AND image_shop.`cover` = 1 LIMIT 1
0.101 ms 11 /classes/Product.php:3570
1192
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 570810
AND image_shop.`cover` = 1 LIMIT 1
0.101 ms 6 /classes/Product.php:3570
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 `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 562721)
0.101 ms 1 /classes/Product.php:3860
2839
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 647717
AND image_shop.`cover` = 1 LIMIT 1
0.101 ms 10 /classes/Product.php:3570
2890
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 647911)
0.101 ms 1 /classes/Product.php:3860
2446
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 539954)
0.100 ms 1 /classes/Product.php:3860
2477
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 573441)
0.100 ms 1 /classes/Product.php:3860
1186
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 570856)
0.100 ms 1 /classes/Product.php:3860
1440
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 563902)
0.100 ms 1 /classes/Product.php:3860
25
SELECT SQL_NO_CACHE *
FROM `een_category` a
LEFT JOIN `een_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `een_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.099 ms 1 /src/Adapter/EntityMapper.php:71
1959
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 549423
AND image_shop.`cover` = 1 LIMIT 1
0.099 ms 7 /classes/Product.php:3570
2856
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 647770)
0.099 ms 1 /classes/Product.php:3860
2879
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 647888)
0.099 ms 1 /classes/Product.php:3860
296
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 12942
AND image_shop.`cover` = 1 LIMIT 1
0.099 ms 5 /classes/Product.php:3570
1279
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 567388)
0.099 ms 1 /classes/Product.php:3860
1395
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 565075
AND image_shop.`cover` = 1 LIMIT 1
0.099 ms 7 /classes/Product.php:3570
2472
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 573441
AND image_shop.`cover` = 1 LIMIT 1
0.099 ms 9 /classes/Product.php:3570
2549
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 556076)
0.099 ms 1 /classes/Product.php:3860
2579
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 570778)
0.099 ms 1 /classes/Product.php:3860
2589
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 583904)
0.099 ms 1 /classes/Product.php:3860
2599
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 570589)
0.099 ms 1 /classes/Product.php:3860
2844
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 647717)
0.099 ms 1 /classes/Product.php:3860
2901
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 647913)
0.099 ms 1 /classes/Product.php:3860
3719
SELECT SQL_NO_CACHE COUNT(*) FROM `een_orders` o
LEFT JOIN `een_order_cart_rule` ocr ON (ocr.`id_order` = o.`id_order`)
WHERE o.`id_customer` = 0
AND ocr.`deleted` = 0 AND ocr.`id_cart_rule` = 0 LIMIT 1
0.099 ms 1 /classes/order/Order.php:881
2777
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 552840
AND image_shop.`cover` = 1 LIMIT 1
0.098 ms 6 /classes/Product.php:3570
624
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 609970)
0.098 ms 1 /classes/Product.php:3860
1197
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 570810)
0.098 ms 1 /classes/Product.php:3860
2456
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 539634)
0.098 ms 1 /classes/Product.php:3860
2466
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 539473)
0.098 ms 1 /classes/Product.php:3860
2487
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 576093)
0.098 ms 1 /classes/Product.php:3860
2498
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 539580)
0.098 ms 1 /classes/Product.php:3860
2504
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 586156
AND image_shop.`cover` = 1 LIMIT 1
0.098 ms 8 /classes/Product.php:3570
2508
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 586156)
0.098 ms 1 /classes/Product.php:3860
2519
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 583820)
0.098 ms 1 /classes/Product.php:3860
2525
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 570899
AND image_shop.`cover` = 1 LIMIT 1
0.098 ms 8 /classes/Product.php:3570
2529
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 570899)
0.098 ms 1 /classes/Product.php:3860
2792
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 570992)
0.098 ms 1 /classes/Product.php:3860
2822
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 548444)
0.098 ms 1 /classes/Product.php:3860
2828
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 647711
AND image_shop.`cover` = 1 LIMIT 1
0.098 ms 10 /classes/Product.php:3570
2885
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 647911
AND image_shop.`cover` = 1 LIMIT 1
0.098 ms 7 /classes/Product.php:3570
2896
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 647913
AND image_shop.`cover` = 1 LIMIT 1
0.098 ms 7 /classes/Product.php:3570
12
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `een_lang` l
JOIN een_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.097 ms 1 /classes/Language.php:1216
578
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 611580
AND image_shop.`cover` = 1 LIMIT 1
0.097 ms 7 /classes/Product.php:3570
620
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 609970
AND image_shop.`cover` = 1 LIMIT 1
0.097 ms 7 /classes/Product.php:3570
2483
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 576093
AND image_shop.`cover` = 1 LIMIT 1
0.097 ms 9 /classes/Product.php:3570
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 `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 607039)
0.097 ms 1 /classes/Product.php:3860
2565
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 571471
AND image_shop.`cover` = 1 LIMIT 1
0.097 ms 6 /classes/Product.php:3570
2788
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 570992
AND image_shop.`cover` = 1 LIMIT 1
0.097 ms 6 /classes/Product.php:3570
2585
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 583904
AND image_shop.`cover` = 1 LIMIT 1
0.097 ms 6 /classes/Product.php:3570
2874
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 647888
AND image_shop.`cover` = 1 LIMIT 1
0.097 ms 6 /classes/Product.php:3570
186
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 40052)
0.096 ms 1 /classes/Product.php:3860
1182
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 570856
AND image_shop.`cover` = 1 LIMIT 1
0.096 ms 6 /classes/Product.php:3570
1265
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 567392
AND image_shop.`cover` = 1 LIMIT 1
0.096 ms 8 /classes/Product.php:3570
1989
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 549016
AND image_shop.`cover` = 1 LIMIT 1
0.096 ms 6 /classes/Product.php:3570
2039
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 548527
AND image_shop.`cover` = 1 LIMIT 1
0.096 ms 7 /classes/Product.php:3570
2406
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 541423)
0.096 ms 1 /classes/Product.php:3860
2545
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 556076
AND image_shop.`cover` = 1 LIMIT 1
0.096 ms 6 /classes/Product.php:3570
2595
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 570589
AND image_shop.`cover` = 1 LIMIT 1
0.096 ms 6 /classes/Product.php:3570
427
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4460)
0.096 ms 1 /classes/Product.php:3860
2717
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 604012
AND image_shop.`cover` = 1 LIMIT 1
0.096 ms 10 /classes/Product.php:3570
2818
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 548444
AND image_shop.`cover` = 1 LIMIT 1
0.096 ms 6 /classes/Product.php:3570
307
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 12939
AND image_shop.`cover` = 1 LIMIT 1
0.095 ms 5 /classes/Product.php:3570
1470
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 562930)
0.095 ms 1 /classes/Product.php:3860
1923
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 549713)
0.095 ms 1 /classes/Product.php:3860
2452
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 539634
AND image_shop.`cover` = 1 LIMIT 1
0.095 ms 8 /classes/Product.php:3570
2462
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 539473
AND image_shop.`cover` = 1 LIMIT 1
0.095 ms 8 /classes/Product.php:3570
2575
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 570778
AND image_shop.`cover` = 1 LIMIT 1
0.095 ms 7 /classes/Product.php:3570
2640
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 13135)
0.095 ms 1 /classes/Product.php:3860
556
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3668
AND image_shop.`cover` = 1 LIMIT 1
0.095 ms 6 /classes/Product.php:3570
1732
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 550858)
0.094 ms 1 /classes/Product.php:3860
317
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9413
AND image_shop.`cover` = 1 LIMIT 1
0.094 ms 5 /classes/Product.php:3570
339
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6491
AND image_shop.`cover` = 1 LIMIT 1
0.094 ms 5 /classes/Product.php:3570
2432
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 540677
AND image_shop.`cover` = 1 LIMIT 1
0.094 ms 9 /classes/Product.php:3570
2514
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 583820
AND image_shop.`cover` = 1 LIMIT 1
0.094 ms 6 /classes/Product.php:3570
2619
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 543106)
0.094 ms 1 /classes/Product.php:3860
1446
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 563760
AND image_shop.`cover` = 1 LIMIT 1
0.093 ms 6 /classes/Product.php:3570
1708
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 551177
AND image_shop.`cover` = 1 LIMIT 1
0.093 ms 5 /classes/Product.php:3570
1772
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 550428)
0.093 ms 1 /classes/Product.php:3860
1913
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 549724)
0.093 ms 1 /classes/Product.php:3860
1939
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 549456
AND image_shop.`cover` = 1 LIMIT 1
0.093 ms 10 /classes/Product.php:3570
1943
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 549456)
0.093 ms 1 /classes/Product.php:3860
1999
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 548825
AND image_shop.`cover` = 1 LIMIT 1
0.093 ms 7 /classes/Product.php:3570
2084
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 547665)
0.093 ms 1 /classes/Product.php:3860
2615
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 543106
AND image_shop.`cover` = 1 LIMIT 1
0.093 ms 8 /classes/Product.php:3570
197
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 40036
AND image_shop.`cover` = 1 LIMIT 1
0.092 ms 6 /classes/Product.php:3570
2070
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 28 LIMIT 1
0.092 ms 1 /classes/Category.php:1378
2285
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 544260)
0.092 ms 1 /classes/Product.php:3860
2650
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 13136)
0.092 ms 1 /classes/Product.php:3860
2676
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 575018
AND image_shop.`cover` = 1 LIMIT 1
0.092 ms 8 /classes/Product.php:3570
1933
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 549555)
0.092 ms 1 /classes/Product.php:3860
1166
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 571125)
0.091 ms 1 /classes/Product.php:3860
1813
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 550300)
0.091 ms 1 /classes/Product.php:3860
1929
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 549555
AND image_shop.`cover` = 1 LIMIT 1
0.091 ms 6 /classes/Product.php:3570
1949
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 549434
AND image_shop.`cover` = 1 LIMIT 1
0.091 ms 6 /classes/Product.php:3570
1979
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 549156
AND image_shop.`cover` = 1 LIMIT 1
0.091 ms 8 /classes/Product.php:3570
2019
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 548749
AND image_shop.`cover` = 1 LIMIT 1
0.091 ms 7 /classes/Product.php:3570
2711
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 604006)
0.091 ms 1 /classes/Product.php:3860
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 `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 40036)
0.091 ms 1 /classes/Product.php:3860
835
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 592710
AND image_shop.`cover` = 1 LIMIT 1
0.091 ms 6 /classes/Product.php:3570
1829
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 550273
AND image_shop.`cover` = 1 LIMIT 1
0.091 ms 7 /classes/Product.php:3570
2100
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 547371
AND image_shop.`cover` = 1 LIMIT 1
0.091 ms 10 /classes/Product.php:3570
2727
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 604022
AND image_shop.`cover` = 1 LIMIT 1
0.091 ms 8 /classes/Product.php:3570
279
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14272)
0.090 ms 1 /classes/Product.php:3860
433
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4459
AND image_shop.`cover` = 1 LIMIT 1
0.090 ms 7 /classes/Product.php:3570
1176
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 570971)
0.090 ms 1 /classes/Product.php:3860
2609
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 544488)
0.090 ms 1 /classes/Product.php:3860
2629
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 577984)
0.090 ms 1 /classes/Product.php:3860
4041
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitcookielaw" LIMIT 1
0.090 ms 1 /classes/module/Module.php:2659
972
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 576297)
0.090 ms 1 /classes/Product.php:3860
1919
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 549713
AND image_shop.`cover` = 1 LIMIT 1
0.090 ms 7 /classes/Product.php:3570
354
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6363)
0.089 ms 1 /classes/Product.php:3860
655
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 607412)
0.089 ms 1 /classes/Product.php:3860
2625
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 577984
AND image_shop.`cover` = 1 LIMIT 1
0.089 ms 10 /classes/Product.php:3570
2706
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 604006
AND image_shop.`cover` = 1 LIMIT 1
0.089 ms 9 /classes/Product.php:3570
29
SELECT SQL_NO_CACHE *
FROM `een_currency` a
LEFT JOIN `een_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `een_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.089 ms 1 /src/Adapter/EntityMapper.php:71
529
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3675)
0.089 ms 1 /classes/Product.php:3860
717
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 602770)
0.089 ms 1 /classes/Product.php:3860
1863
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 550242)
0.089 ms 1 /classes/Product.php:3860
246
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 30982)
0.088 ms 1 /classes/Product.php:3860
1819
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 550274
AND image_shop.`cover` = 1 LIMIT 1
0.088 ms 8 /classes/Product.php:3570
0
SELECT SQL_NO_CACHE * FROM een_memcached_servers
0.088 ms 1 /classes/cache/CacheMemcached.php:263
235
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 36753)
0.088 ms 1 /classes/Product.php:3860
849
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 590862)
0.088 ms 1 /classes/Product.php:3860
962
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 576411)
0.088 ms 1 /classes/Product.php:3860
1074
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 573233)
0.088 ms 1 /classes/Product.php:3860
1742
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 550715)
0.088 ms 1 /classes/Product.php:3860
1782
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 550406)
0.088 ms 1 /classes/Product.php:3860
2635
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 13135
AND image_shop.`cover` = 1 LIMIT 1
0.088 ms 5 /classes/Product.php:3570
2700
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 603079)
0.088 ms 1 /classes/Product.php:3860
7
SELECT SQL_NO_CACHE *
FROM `een_country` a
LEFT JOIN `een_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `een_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
0.087 ms 1 /src/Adapter/EntityMapper.php:71
219
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 36930
AND image_shop.`cover` = 1 LIMIT 1
0.087 ms 6 /classes/Product.php:3570
447
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4453)
0.087 ms 1 /classes/Product.php:3860
508
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3688)
0.087 ms 1 /classes/Product.php:3860
695
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 602926)
0.087 ms 1 /classes/Product.php:3860
891
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 588740)
0.087 ms 1 /classes/Product.php:3860
982
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 576144)
0.087 ms 1 /classes/Product.php:3860
1002
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 575645)
0.087 ms 1 /classes/Product.php:3860
1054
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 574323)
0.087 ms 1 /classes/Product.php:3860
1064
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 573393)
0.087 ms 1 /classes/Product.php:3860
1557
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 561022
AND image_shop.`cover` = 1 LIMIT 1
0.087 ms 10 /classes/Product.php:3570
2111
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 547204
AND image_shop.`cover` = 1 LIMIT 1
0.087 ms 6 /classes/Product.php:3570
2436
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 540677)
0.087 ms 1 /classes/Product.php:3860
2721
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 604012)
0.087 ms 1 /classes/Product.php:3860
151
SELECT SQL_NO_CACHE *
FROM `een_category` a
LEFT JOIN `een_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) LIMIT 1
0.086 ms 1 /src/Adapter/EntityMapper.php:71
213
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 40032)
0.086 ms 1 /classes/Product.php:3860
344
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6491)
0.086 ms 1 /classes/Product.php:3860
365
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6336)
0.086 ms 1 /classes/Product.php:3860
437
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4459)
0.086 ms 1 /classes/Product.php:3860
593
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 610874)
0.086 ms 1 /classes/Product.php:3860
599
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 610732
AND image_shop.`cover` = 1 LIMIT 1
0.086 ms 10 /classes/Product.php:3570
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 `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 609473)
0.086 ms 1 /classes/Product.php:3860
685
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 603687)
0.086 ms 1 /classes/Product.php:3860
839
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 592710)
0.086 ms 1 /classes/Product.php:3860
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 `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 583849)
0.086 ms 1 /classes/Product.php:3860
992
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 575821)
0.086 ms 1 /classes/Product.php:3860
1285
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 567193
AND image_shop.`cover` = 1 LIMIT 1
0.086 ms 8 /classes/Product.php:3570
1349
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 565828)
0.086 ms 1 /classes/Product.php:3860
1506
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 562443
AND image_shop.`cover` = 1 LIMIT 1
0.086 ms 6 /classes/Product.php:3570
1510
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 562443)
0.086 ms 1 /classes/Product.php:3860
1547
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 561029
AND image_shop.`cover` = 1 LIMIT 1
0.086 ms 9 /classes/Product.php:3570
2094
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 547376)
0.086 ms 1 /classes/Product.php:3860
2646
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 13136
AND image_shop.`cover` = 1 LIMIT 1
0.086 ms 5 /classes/Product.php:3570
224
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 36930)
0.086 ms 1 /classes/Product.php:3860
706
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 602861)
0.086 ms 1 /classes/Product.php:3860
1012
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 574720)
0.086 ms 1 /classes/Product.php:3860
1853
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 550247)
0.086 ms 1 /classes/Product.php:3860
1909
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 549724
AND image_shop.`cover` = 1 LIMIT 1
0.086 ms 8 /classes/Product.php:3570
2690
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 598641)
0.086 ms 1 /classes/Product.php:3860
540
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3671)
0.085 ms 1 /classes/Product.php:3860
546
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3669
AND image_shop.`cover` = 1 LIMIT 1
0.085 ms 6 /classes/Product.php:3570
588
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 610874
AND image_shop.`cover` = 1 LIMIT 1
0.085 ms 9 /classes/Product.php:3570
901
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 585532)
0.085 ms 1 /classes/Product.php:3860
931
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 580950)
0.085 ms 1 /classes/Product.php:3860
1084
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 573077)
0.085 ms 1 /classes/Product.php:3860
1136
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 571632)
0.085 ms 1 /classes/Product.php:3860
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 `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 562733)
0.085 ms 1 /classes/Product.php:3860
1536
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 561838
AND image_shop.`cover` = 1 LIMIT 1
0.085 ms 8 /classes/Product.php:3570
1793
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 550403)
0.085 ms 1 /classes/Product.php:3860
1823
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 550274)
0.085 ms 1 /classes/Product.php:3860
1839
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 550252
AND image_shop.`cover` = 1 LIMIT 1
0.085 ms 8 /classes/Product.php:3570
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 `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 544028)
0.085 ms 1 /classes/Product.php:3860
2331
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 543008
AND image_shop.`cover` = 1 LIMIT 1
0.085 ms 10 /classes/Product.php:3570
518
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3676)
0.085 ms 1 /classes/Product.php:3860
783
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 598493
AND image_shop.`cover` = 1 LIMIT 1
0.085 ms 10 /classes/Product.php:3570
876
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 589038
AND image_shop.`cover` = 1 LIMIT 1
0.085 ms 10 /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 `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 567193)
0.085 ms 1 /classes/Product.php:3860
2131
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 546968
AND image_shop.`cover` = 1 LIMIT 1
0.085 ms 8 /classes/Product.php:3570
2351
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 542706
AND image_shop.`cover` = 1 LIMIT 1
0.085 ms 5 /classes/Product.php:3570
2656
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 574549
AND image_shop.`cover` = 1 LIMIT 1
0.085 ms 7 /classes/Product.php:3570
614
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 610654)
0.084 ms 1 /classes/Product.php:3860
819
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 596002)
0.084 ms 1 /classes/Product.php:3860
921
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 582028)
0.084 ms 1 /classes/Product.php:3860
1234
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 569193
AND image_shop.`cover` = 1 LIMIT 1
0.084 ms 10 /classes/Product.php:3570
1375
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 565460
AND image_shop.`cover` = 1 LIMIT 1
0.084 ms 10 /classes/Product.php:3570
1400
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 565075)
0.084 ms 1 /classes/Product.php:3860
1803
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 550306)
0.084 ms 1 /classes/Product.php:3860
2215
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 545709)
0.084 ms 1 /classes/Product.php:3860
2235
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 545474)
0.084 ms 1 /classes/Product.php:3860
2660
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 574549)
0.084 ms 1 /classes/Product.php:3860
2686
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 598641
AND image_shop.`cover` = 1 LIMIT 1
0.084 ms 10 /classes/Product.php:3570
2757
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 618126
AND image_shop.`cover` = 1 LIMIT 1
0.084 ms 10 /classes/Product.php:3570
209
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 40032
AND image_shop.`cover` = 1 LIMIT 1
0.084 ms 7 /classes/Product.php:3570
645
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 608525)
0.084 ms 1 /classes/Product.php:3860
665
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 605851)
0.084 ms 1 /classes/Product.php:3860
727
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 602479)
0.084 ms 1 /classes/Product.php:3860
737
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 602161)
0.084 ms 1 /classes/Product.php:3860
747
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 601927)
0.084 ms 1 /classes/Product.php:3860
814
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 596002
AND image_shop.`cover` = 1 LIMIT 1
0.084 ms 10 /classes/Product.php:3570
855
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 589384
AND image_shop.`cover` = 1 LIMIT 1
0.084 ms 7 /classes/Product.php:3570
880
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 589038)
0.084 ms 1 /classes/Product.php:3860
941
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 580689)
0.084 ms 1 /classes/Product.php:3860
1249
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 569028)
0.084 ms 1 /classes/Product.php:3860
1252
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 569028) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.084 ms 1 /classes/stock/StockAvailable.php:453
1319
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 566355)
0.084 ms 1 /classes/Product.php:3860
1345
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 565828
AND image_shop.`cover` = 1 LIMIT 1
0.084 ms 8 /classes/Product.php:3570
1365
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 565480
AND image_shop.`cover` = 1 LIMIT 1
0.084 ms 10 /classes/Product.php:3570
1410
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 564940)
0.084 ms 1 /classes/Product.php:3860
1520
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 562424)
0.084 ms 1 /classes/Product.php:3860
1526
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 562397
AND image_shop.`cover` = 1 LIMIT 1
0.084 ms 6 /classes/Product.php:3570
1541
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 561838)
0.084 ms 1 /classes/Product.php:3860
1668
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 551532
AND image_shop.`cover` = 1 LIMIT 1
0.084 ms 8 /classes/Product.php:3570
1809
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 550300
AND image_shop.`cover` = 1 LIMIT 1
0.084 ms 8 /classes/Product.php:3570
2211
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 545709
AND image_shop.`cover` = 1 LIMIT 1
0.084 ms 10 /classes/Product.php:3570
2321
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 543348
AND image_shop.`cover` = 1 LIMIT 1
0.084 ms 10 /classes/Product.php:3570
2696
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 603079
AND image_shop.`cover` = 1 LIMIT 1
0.084 ms 9 /classes/Product.php:3570
2731
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 604022)
0.084 ms 1 /classes/Product.php:3860
457
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4442)
0.083 ms 1 /classes/Product.php:3860
621
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5845 LIMIT 1
0.083 ms 1 /classes/Product.php:5659
1105
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 572667)
0.083 ms 1 /classes/Product.php:3860
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 `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 571489)
0.083 ms 1 /classes/Product.php:3860
1873
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 550202)
0.083 ms 1 /classes/Product.php:3860
1883
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 550200)
0.083 ms 1 /classes/Product.php:3860
1903
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 549843)
0.083 ms 1 /classes/Product.php:3860
2105
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 547371)
0.083 ms 1 /classes/Product.php:3860
2261
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 544358
AND image_shop.`cover` = 1 LIMIT 1
0.083 ms 8 /classes/Product.php:3570
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 `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 25139)
0.083 ms 1 /classes/Product.php:3860
268
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 25072)
0.083 ms 1 /classes/Product.php:3860
274
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14272
AND image_shop.`cover` = 1 LIMIT 1
0.083 ms 7 /classes/Product.php:3570
376
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4840)
0.083 ms 1 /classes/Product.php:3860
386
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4498)
0.083 ms 1 /classes/Product.php:3860
406
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_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)
0.083 ms 1 /classes/Product.php:3860
443
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4453
AND image_shop.`cover` = 1 LIMIT 1
0.083 ms 11 /classes/Product.php:3570
604
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 610732)
0.083 ms 1 /classes/Product.php:3860
787
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 598493)
0.083 ms 1 /classes/Product.php:3860
797
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 598433)
0.083 ms 1 /classes/Product.php:3860
829
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 595928)
0.083 ms 1 /classes/Product.php:3860
860
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 589384)
0.083 ms 1 /classes/Product.php:3860
927
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 580950
AND image_shop.`cover` = 1 LIMIT 1
0.083 ms 10 /classes/Product.php:3570
951
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 578744)
0.083 ms 1 /classes/Product.php:3860
957
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 576411
AND image_shop.`cover` = 1 LIMIT 1
0.083 ms 8 /classes/Product.php:3570
1224
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 569638
AND image_shop.`cover` = 1 LIMIT 1
0.083 ms 8 /classes/Product.php:3570
1299
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 566612)
0.083 ms 1 /classes/Product.php:3860
1389
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 565095)
0.083 ms 1 /classes/Product.php:3860
1420
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 564755)
0.083 ms 1 /classes/Product.php:3860
1450
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 563760)
0.083 ms 1 /classes/Product.php:3860
1768
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 550428
AND image_shop.`cover` = 1 LIMIT 1
0.083 ms 8 /classes/Product.php:3570
2135
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 546968)
0.083 ms 1 /classes/Product.php:3860
2225
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 545693)
0.083 ms 1 /classes/Product.php:3860
2275
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 544323)
0.083 ms 1 /classes/Product.php:3860
2305
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 543423)
0.083 ms 1 /classes/Product.php:3860
2311
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 543357
AND image_shop.`cover` = 1 LIMIT 1
0.083 ms 10 /classes/Product.php:3570
2372
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 542345
AND image_shop.`cover` = 1 LIMIT 1
0.083 ms 8 /classes/Product.php:3570
2412
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 541355
AND image_shop.`cover` = 1 LIMIT 1
0.083 ms 8 /classes/Product.php:3570
2670
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 574650)
0.083 ms 1 /classes/Product.php:3860
2741
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 604308)
0.083 ms 1 /classes/Product.php:3860
44
SELECT SQL_NO_CACHE *
FROM `een_category` a
LEFT JOIN `een_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `een_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5816) AND (b.`id_shop` = 1) LIMIT 1
0.082 ms 1 /src/Adapter/EntityMapper.php:71
230
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 36753
AND image_shop.`cover` = 1 LIMIT 1
0.082 ms 6 /classes/Product.php:3570
396
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4495)
0.082 ms 1 /classes/Product.php:3860
417
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4483)
0.082 ms 1 /classes/Product.php:3860
463
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4331
AND image_shop.`cover` = 1 LIMIT 1
0.082 ms 6 /classes/Product.php:3570
467
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4331)
0.082 ms 1 /classes/Product.php:3860
610
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 610654
AND image_shop.`cover` = 1 LIMIT 1
0.082 ms 10 /classes/Product.php:3570
641
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 608525
AND image_shop.`cover` = 1 LIMIT 1
0.082 ms 10 /classes/Product.php:3570
675
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 604002)
0.082 ms 1 /classes/Product.php:3860
691
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 602926
AND image_shop.`cover` = 1 LIMIT 1
0.082 ms 9 /classes/Product.php:3570
712
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 602770
AND image_shop.`cover` = 1 LIMIT 1
0.082 ms 7 /classes/Product.php:3570
757
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 600667)
0.082 ms 1 /classes/Product.php:3860
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 `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 599803)
0.082 ms 1 /classes/Product.php:3860
773
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 598728
AND image_shop.`cover` = 1 LIMIT 1
0.082 ms 10 /classes/Product.php:3570
777
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 598728)
0.082 ms 1 /classes/Product.php:3860
870
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 589319)
0.082 ms 1 /classes/Product.php:3860
886
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 588740
AND image_shop.`cover` = 1 LIMIT 1
0.082 ms 8 /classes/Product.php:3570
1094
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 573038)
0.082 ms 1 /classes/Product.php:3860
1156
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 571478)
0.082 ms 1 /classes/Product.php:3860
1245
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 569028
AND image_shop.`cover` = 1 LIMIT 1
0.082 ms 10 /classes/Product.php:3570
1309
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 566416)
0.082 ms 1 /classes/Product.php:3860
1369
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 565480)
0.082 ms 1 /classes/Product.php:3860
1379
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 565460)
0.082 ms 1 /classes/Product.php:3860
1406
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 564940
AND image_shop.`cover` = 1 LIMIT 1
0.082 ms 7 /classes/Product.php:3570
1460
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 563725)
0.082 ms 1 /classes/Product.php:3860
1476
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 562733
AND image_shop.`cover` = 1 LIMIT 1
0.082 ms 7 /classes/Product.php:3570
1490
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 562716)
0.082 ms 1 /classes/Product.php:3860
1496
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 562707
AND image_shop.`cover` = 1 LIMIT 1
0.082 ms 6 /classes/Product.php:3570
1500
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 562707)
0.082 ms 1 /classes/Product.php:3860
1551
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 561029)
0.082 ms 1 /classes/Product.php:3860
1561
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 561022)
0.082 ms 1 /classes/Product.php:3860
1571
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 559503)
0.082 ms 1 /classes/Product.php:3860
1592
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 558350)
0.082 ms 1 /classes/Product.php:3860
1602
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 558041)
0.082 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 `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 557610)
0.082 ms 1 /classes/Product.php:3860
1622
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 554085)
0.082 ms 1 /classes/Product.php:3860
1712
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 551177)
0.082 ms 1 /classes/Product.php:3860
1788
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 550403
AND image_shop.`cover` = 1 LIMIT 1
0.082 ms 10 /classes/Product.php:3570
1799
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 550306
AND image_shop.`cover` = 1 LIMIT 1
0.082 ms 8 /classes/Product.php:3570
1833
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 550273)
0.082 ms 1 /classes/Product.php:3860
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 `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 550252)
0.082 ms 1 /classes/Product.php:3860
1849
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 550247
AND image_shop.`cover` = 1 LIMIT 1
0.082 ms 8 /classes/Product.php:3570
1869
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 550202
AND image_shop.`cover` = 1 LIMIT 1
0.082 ms 8 /classes/Product.php:3570
1879
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 550200
AND image_shop.`cover` = 1 LIMIT 1
0.082 ms 8 /classes/Product.php:3570
2115
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 547204)
0.082 ms 1 /classes/Product.php:3860
2145
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 546867)
0.082 ms 1 /classes/Product.php:3860
2151
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 546859
AND image_shop.`cover` = 1 LIMIT 1
0.082 ms 10 /classes/Product.php:3570
2155
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 546859)
0.082 ms 1 /classes/Product.php:3860
2165
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 546692)
0.082 ms 1 /classes/Product.php:3860
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 `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 546348)
0.082 ms 1 /classes/Product.php:3860
2265
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 544358)
0.082 ms 1 /classes/Product.php:3860
2315
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 543357)
0.082 ms 1 /classes/Product.php:3860
2382
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 542329
AND image_shop.`cover` = 1 LIMIT 1
0.082 ms 9 /classes/Product.php:3570
2396
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 541828)
0.082 ms 1 /classes/Product.php:3860
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 `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 541355)
0.082 ms 1 /classes/Product.php:3860
2426
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 541309)
0.082 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 `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 575018)
0.082 ms 1 /classes/Product.php:3860
3736
SELECT SQL_NO_CACHE c.id_elementor FROM een_iqit_elementor_category c LEFT JOIN een_iqit_elementor_category_shop s ON c.id_elementor = s.id_elementor WHERE c.id_category = 2 AND s.id_shop = 1 LIMIT 1
0.082 ms 62 /modules/iqitelementor/src/IqitElementorCategory.php:87
808
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 596395)
0.082 ms 1 /classes/Product.php:3860
947
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 578744
AND image_shop.`cover` = 1 LIMIT 1
0.082 ms 6 /classes/Product.php:3570
2245
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 544569)
0.082 ms 1 /classes/Product.php:3860
2271
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 544323
AND image_shop.`cover` = 1 LIMIT 1
0.082 ms 7 /classes/Product.php:3570
2325
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 543348)
0.082 ms 1 /classes/Product.php:3860
2341
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 542781
AND image_shop.`cover` = 1 LIMIT 1
0.082 ms 5 /classes/Product.php:3570
285
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 13137
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 6 /classes/Product.php:3570
382
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4498
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 6 /classes/Product.php:3570
498
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3689)
0.081 ms 1 /classes/Product.php:3860
651
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 607412
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 8 /classes/Product.php:3570
753
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 600667
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 10 /classes/Product.php:3570
763
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 599803
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 10 /classes/Product.php:3570
897
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 585532
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 7 /classes/Product.php:3570
917
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 582028
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 10 /classes/Product.php:3570
978
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 576144
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 9 /classes/Product.php:3570
988
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 575821
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 10 /classes/Product.php:3570
1008
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 574720
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 8 /classes/Product.php:3570
1032
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 574570)
0.081 ms 1 /classes/Product.php:3860
1043
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 574407)
0.081 ms 1 /classes/Product.php:3860
1049
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 574323
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 8 /classes/Product.php:3570
1115
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 572166)
0.081 ms 1 /classes/Product.php:3860
1121
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 571806
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 9 /classes/Product.php:3570
1125
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 571806)
0.081 ms 1 /classes/Product.php:3860
1203
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 570322
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 10 /classes/Product.php:3570
1228
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 569638)
0.081 ms 1 /classes/Product.php:3860
1339
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 565993)
0.081 ms 1 /classes/Product.php:3860
1466
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 562930
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 9 /classes/Product.php:3570
1516
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 562424
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 5 /classes/Product.php:3570
1567
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 559503
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 8 /classes/Product.php:3570
1588
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 558350
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 10 /classes/Product.php:3570
1618
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 554085
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 10 /classes/Product.php:3570
1632
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 553071)
0.081 ms 1 /classes/Product.php:3860
1682
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 551345)
0.081 ms 1 /classes/Product.php:3860
1692
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 551287)
0.081 ms 1 /classes/Product.php:3860
1702
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 551249)
0.081 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 `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 551090)
0.081 ms 1 /classes/Product.php:3860
1893
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 549992)
0.081 ms 1 /classes/Product.php:3860
2090
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 547376
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 7 /classes/Product.php:3570
2141
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 546867
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 7 /classes/Product.php:3570
2161
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 546692
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 8 /classes/Product.php:3570
2205
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 546031)
0.081 ms 1 /classes/Product.php:3860
2221
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 545693
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 8 /classes/Product.php:3570
2231
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 545474
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 7 /classes/Product.php:3570
2255
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 544543)
0.081 ms 1 /classes/Product.php:3860
2281
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 544260
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 8 /classes/Product.php:3570
2291
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 544028
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 10 /classes/Product.php:3570
2335
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 543008)
0.081 ms 1 /classes/Product.php:3860
2345
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 542781)
0.081 ms 1 /classes/Product.php:3860
2747
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 606429
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 10 /classes/Product.php:3570
2751
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 606429)
0.081 ms 1 /classes/Product.php:3860
2761
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 618126)
0.081 ms 1 /classes/Product.php:3860
241
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 30982
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 10 /classes/Product.php:3570
630
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 609473
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 7 /classes/Product.php:3570
661
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 605851
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 8 /classes/Product.php:3570
733
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 602161
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 6 /classes/Product.php:3570
968
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 576297
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 10 /classes/Product.php:3570
1060
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 573393
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 5 /classes/Product.php:3570
1070
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 573233
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 7 /classes/Product.php:3570
1208
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 570322)
0.081 ms 1 /classes/Product.php:3860
1218
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 569951)
0.081 ms 1 /classes/Product.php:3860
1239
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 569193)
0.081 ms 1 /classes/Product.php:3860
1295
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 566612
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 8 /classes/Product.php:3570
1329
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 566145)
0.081 ms 1 /classes/Product.php:3860
1530
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 562397)
0.081 ms 1 /classes/Product.php:3860
1672
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 551532)
0.081 ms 1 /classes/Product.php:3860
2121
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 547001
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 8 /classes/Product.php:3570
2195
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 546058)
0.081 ms 1 /classes/Product.php:3860
2301
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 543423
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 8 /classes/Product.php:3570
253
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 25139
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 6 /classes/Product.php:3570
350
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6363
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 4 /classes/Product.php:3570
371
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4840
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 6 /classes/Product.php:3570
478
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4321)
0.080 ms 1 /classes/Product.php:3860
514
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3676
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 6 /classes/Product.php:3570
524
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3675
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 6 /classes/Product.php:3570
535
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3671
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 6 /classes/Product.php:3570
723
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 602479
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 5 /classes/Product.php:3570
743
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 601927
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 9 /classes/Product.php:3570
1038
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 574407
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 8 /classes/Product.php:3570
1172
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 570971
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 7 /classes/Product.php:3570
1214
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 569951
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 7 /classes/Product.php:3570
1305
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 566416
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 7 /classes/Product.php:3570
1315
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 566355
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 7 /classes/Product.php:3570
1325
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 566145
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 5 /classes/Product.php:3570
1359
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 565580)
0.080 ms 1 /classes/Product.php:3860
1385
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 565095
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 10 /classes/Product.php:3570
1638
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 552215
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 5 /classes/Product.php:3570
1662
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 551620)
0.080 ms 1 /classes/Product.php:3860
1718
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 551090
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 9 /classes/Product.php:3570
1738
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 550715
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 7 /classes/Product.php:3570
1748
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 550624
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 7 /classes/Product.php:3570
1859
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 550242
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 6 /classes/Product.php:3570
2175
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 546464)
0.080 ms 1 /classes/Product.php:3860
2191
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 546058
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 8 /classes/Product.php:3570
2201
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 546031
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 8 /classes/Product.php:3570
2355
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 542706)
0.080 ms 1 /classes/Product.php:3860
2366
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 542487)
0.080 ms 1 /classes/Product.php:3860
2376
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 542345)
0.080 ms 1 /classes/Product.php:3860
2386
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 542329)
0.080 ms 1 /classes/Product.php:3860
2666
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 574650
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 9 /classes/Product.php:3570
2767
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 618456
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 10 /classes/Product.php:3570
488
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4319)
0.080 ms 1 /classes/Product.php:3860
671
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 604002
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 10 /classes/Product.php:3570
793
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 598433
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 10 /classes/Product.php:3570
866
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 589319
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 9 /classes/Product.php:3570
998
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 575645
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 10 /classes/Product.php:3570
1111
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 572166
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 8 /classes/Product.php:3570
1486
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 562716
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 7 /classes/Product.php:3570
1642
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 552215)
0.080 ms 1 /classes/Product.php:3860
1648
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 552118
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 6 /classes/Product.php:3570
1652
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 552118)
0.080 ms 1 /classes/Product.php:3860
1658
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 551620
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 9 /classes/Product.php:3570
1678
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 551345
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 10 /classes/Product.php:3570
1778
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 550406
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 6 /classes/Product.php:3570
1899
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 549843
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 7 /classes/Product.php:3570
2125
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 547001)
0.080 ms 1 /classes/Product.php:3860
2171
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 546464
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 7 /classes/Product.php:3570
2241
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 544569
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 10 /classes/Product.php:3570
2251
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 544543
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 9 /classes/Product.php:3570
2737
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 604308
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 10 /classes/Product.php:3570
2771
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 618456)
0.080 ms 1 /classes/Product.php:3860
681
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 603687
AND image_shop.`cover` = 1 LIMIT 1
0.079 ms 8 /classes/Product.php:3570
803
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 596395
AND image_shop.`cover` = 1 LIMIT 1
0.079 ms 7 /classes/Product.php:3570
937
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 580689
AND image_shop.`cover` = 1 LIMIT 1
0.079 ms 4 /classes/Product.php:3570
1131
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 571632
AND image_shop.`cover` = 1 LIMIT 1
0.079 ms 9 /classes/Product.php:3570
1436
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 563902
AND image_shop.`cover` = 1 LIMIT 1
0.079 ms 6 /classes/Product.php:3570
1456
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 563725
AND image_shop.`cover` = 1 LIMIT 1
0.079 ms 8 /classes/Product.php:3570
264
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 25072
AND image_shop.`cover` = 1 LIMIT 1
0.079 ms 5 /classes/Product.php:3570
453
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4442
AND image_shop.`cover` = 1 LIMIT 1
0.079 ms 6 /classes/Product.php:3570
907
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 583849
AND image_shop.`cover` = 1 LIMIT 1
0.079 ms 8 /classes/Product.php:3570
1022
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 574588)
0.079 ms 1 /classes/Product.php:3860
1080
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 573077
AND image_shop.`cover` = 1 LIMIT 1
0.079 ms 8 /classes/Product.php:3570
1152
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 571478
AND image_shop.`cover` = 1 LIMIT 1
0.079 ms 7 /classes/Product.php:3570
1162
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 571125
AND image_shop.`cover` = 1 LIMIT 1
0.079 ms 7 /classes/Product.php:3570
1416
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 564755
AND image_shop.`cover` = 1 LIMIT 1
0.079 ms 8 /classes/Product.php:3570
1608
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 557610
AND image_shop.`cover` = 1 LIMIT 1
0.079 ms 9 /classes/Product.php:3570
1628
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 553071
AND image_shop.`cover` = 1 LIMIT 1
0.079 ms 10 /classes/Product.php:3570
1889
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 549992
AND image_shop.`cover` = 1 LIMIT 1
0.079 ms 4 /classes/Product.php:3570
2077
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 547921) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.079 ms 1 /classes/stock/StockAvailable.php:453
2181
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 546348
AND image_shop.`cover` = 1 LIMIT 1
0.079 ms 6 /classes/Product.php:3570
2361
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 542487
AND image_shop.`cover` = 1 LIMIT 1
0.079 ms 5 /classes/Product.php:3570
6
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `een_lang` l
LEFT JOIN `een_lang_shop` ls ON (l.id_lang = ls.id_lang)
0.078 ms 1 /classes/Language.php:1080
1100
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 572667
AND image_shop.`cover` = 1 LIMIT 1
0.078 ms 6 /classes/Product.php:3570
1598
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 558041
AND image_shop.`cover` = 1 LIMIT 1
0.078 ms 8 /classes/Product.php:3570
2402
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 541423
AND image_shop.`cover` = 1 LIMIT 1
0.078 ms 6 /classes/Product.php:3570
26
SELECT SQL_NO_CACHE * FROM `een_currency` c ORDER BY `iso_code` ASC
0.078 ms 1 Yes /classes/Currency.php:709
392
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4495
AND image_shop.`cover` = 1 LIMIT 1
0.078 ms 6 /classes/Product.php:3570
402
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_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.078 ms 6 /classes/Product.php:3570
412
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4483
AND image_shop.`cover` = 1 LIMIT 1
0.078 ms 6 /classes/Product.php:3570
423
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4460
AND image_shop.`cover` = 1 LIMIT 1
0.078 ms 6 /classes/Product.php:3570
484
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4319
AND image_shop.`cover` = 1 LIMIT 1
0.078 ms 6 /classes/Product.php:3570
547
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2760 LIMIT 1
0.078 ms 1 /classes/Product.php:5659
825
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 595928
AND image_shop.`cover` = 1 LIMIT 1
0.078 ms 6 /classes/Product.php:3570
1018
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 574588
AND image_shop.`cover` = 1 LIMIT 1
0.078 ms 8 /classes/Product.php:3570
1028
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 574570
AND image_shop.`cover` = 1 LIMIT 1
0.078 ms 6 /classes/Product.php:3570
1090
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 573038
AND image_shop.`cover` = 1 LIMIT 1
0.078 ms 6 /classes/Product.php:3570
1142
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 571489
AND image_shop.`cover` = 1 LIMIT 1
0.078 ms 5 /classes/Product.php:3570
1355
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 565580
AND image_shop.`cover` = 1 LIMIT 1
0.078 ms 7 /classes/Product.php:3570
1688
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 551287
AND image_shop.`cover` = 1 LIMIT 1
0.078 ms 6 /classes/Product.php:3570
1728
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 550858
AND image_shop.`cover` = 1 LIMIT 1
0.078 ms 8 /classes/Product.php:3570
3722
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `een_currency` c
LEFT JOIN een_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.078 ms 1 /classes/Currency.php:1136
3731
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `een_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.078 ms 1 /classes/Cart.php:1303
116
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'EUR') LIMIT 1
0.077 ms 1 /classes/Currency.php:893
360
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6336
AND image_shop.`cover` = 1 LIMIT 1
0.077 ms 5 /classes/Product.php:3570
473
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4321
AND image_shop.`cover` = 1 LIMIT 1
0.077 ms 6 /classes/Product.php:3570
494
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3689
AND image_shop.`cover` = 1 LIMIT 1
0.077 ms 6 /classes/Product.php:3570
504
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3688
AND image_shop.`cover` = 1 LIMIT 1
0.077 ms 6 /classes/Product.php:3570
1698
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 551249
AND image_shop.`cover` = 1 LIMIT 1
0.077 ms 6 /classes/Product.php:3570
2422
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 541309
AND image_shop.`cover` = 1 LIMIT 1
0.077 ms 6 /classes/Product.php:3570
54
SELECT SQL_NO_CACHE * FROM `een_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.076 ms 8 Yes /classes/ImageType.php:109
2392
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 541828
AND image_shop.`cover` = 1 LIMIT 1
0.076 ms 9 /classes/Product.php:3570
3714
SELECT SQL_NO_CACHE c.id_elementor FROM een_iqit_elementor_category c WHERE c.id_category = 2 LIMIT 1
0.075 ms 62 /modules/iqitelementor/src/IqitElementorCategory.php:87
45
SELECT SQL_NO_CACHE *
FROM `een_category` a
LEFT JOIN `een_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `een_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2756) AND (b.`id_shop` = 1) LIMIT 1
0.075 ms 1 /src/Adapter/EntityMapper.php:71
47
SELECT SQL_NO_CACHE *
FROM `een_category` a
LEFT JOIN `een_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `een_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5757) AND (b.`id_shop` = 1) LIMIT 1
0.075 ms 1 /src/Adapter/EntityMapper.php:71
146
SELECT SQL_NO_CACHE `name`
FROM `een_hook`
WHERE `id_hook` = 1013 LIMIT 1
0.074 ms 1 /classes/Hook.php:244
11
SELECT SQL_NO_CACHE domain, domain_ssl
FROM een_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.074 ms 1 /classes/shop/ShopUrl.php:182
154
SELECT SQL_NO_CACHE data FROM een_layered_filter_block WHERE hash="4e639fd64518378b2fd721f2471efac9" LIMIT 1
0.074 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:186
954
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 578744) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.074 ms 1 /classes/stock/StockAvailable.php:453
2006
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 548825) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.073 ms 1 /classes/stock/StockAvailable.php:453
2036
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 548636) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.073 ms 1 /classes/stock/StockAvailable.php:453
1177
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 570971 AND id_shop=1 LIMIT 1
0.072 ms 1 /classes/Product.php:6876
2897
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1029 LIMIT 1
0.072 ms 1 /classes/Product.php:5659
1755
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 550624) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.071 ms 1 /classes/stock/StockAvailable.php:453
1966
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 549423) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.071 ms 1 /classes/stock/StockAvailable.php:453
2847
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 647717) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.071 ms 1 /classes/stock/StockAvailable.php:453
3549
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 542706
0.071 ms 1 /classes/Product.php:2902
4035
SELECT SQL_NO_CACHE *
FROM `een_category` a
LEFT JOIN `een_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `een_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.071 ms 1 /src/Adapter/EntityMapper.php:71
2562
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 607039) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.070 ms 1 /classes/stock/StockAvailable.php:453
15
SELECT SQL_NO_CACHE `name`, `alias` FROM `een_hook_alias`
0.070 ms 87 /classes/Hook.php:287
46
SELECT SQL_NO_CACHE *
FROM `een_category` a
LEFT JOIN `een_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `een_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5756) AND (b.`id_shop` = 1) LIMIT 1
0.070 ms 1 /src/Adapter/EntityMapper.php:71
2016
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 548794) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.069 ms 1 /classes/stock/StockAvailable.php:453
2066
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 547985) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.069 ms 1 /classes/stock/StockAvailable.php:453
2449
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 539954) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.069 ms 1 /classes/stock/StockAvailable.php:453
2840
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 413 LIMIT 1
0.069 ms 1 /classes/Product.php:5659
3720
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitlinksmanager" LIMIT 1
0.069 ms 1 /classes/module/Module.php:2659
32
SELECT SQL_NO_CACHE *
FROM `een_country` a
LEFT JOIN `een_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 21) LIMIT 1
0.068 ms 1 /src/Adapter/EntityMapper.php:71
114
SELECT SQL_NO_CACHE *
FROM `een_country` a
LEFT JOIN `een_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
0.068 ms 1 /src/Adapter/EntityMapper.php:71
139
SELECT SQL_NO_CACHE *
FROM `een_country` a
LEFT JOIN `een_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 3) LIMIT 1
0.068 ms 1 /src/Adapter/EntityMapper.php:71
2805
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 562721) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.068 ms 1 /classes/stock/StockAvailable.php:453
2910
SELECT SQL_NO_CACHE state FROM een_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.068 ms 1 /classes/FeatureFlag.php:105
3737
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "ps_facetedsearch" LIMIT 1
0.068 ms 1 /classes/module/Module.php:2659
3739
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitcountdown" LIMIT 1
0.068 ms 1 /classes/module/Module.php:2659
2020
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5729 LIMIT 1
0.067 ms 1 /classes/Product.php:5659
2046
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 548527) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.067 ms 1 /classes/stock/StockAvailable.php:453
2532
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 570899) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.067 ms 1 /classes/stock/StockAvailable.php:453
2946
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 9413
0.067 ms 1 /classes/Product.php:2902
3198
SELECT SQL_NO_CACHE `name`, `alias` FROM `een_hook_alias`
0.067 ms 87 /classes/Hook.php:287
3309
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 561029
0.067 ms 1 /classes/Product.php:2902
131
SELECT SQL_NO_CACHE *
FROM `een_country` a
LEFT JOIN `een_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 19) LIMIT 1
0.066 ms 1 /src/Adapter/EntityMapper.php:71
145
SELECT SQL_NO_CACHE id_order
FROM `een_orders` o
WHERE (o.id_cart=0) LIMIT 1
0.066 ms 1 /modules/gmerchantcenterpro/lib/dao/moduleDao.php:450
152
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1
0.066 ms 1 /src/Adapter/EntityMapper.php:79
2071
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 28 LIMIT 1
0.066 ms 1 /classes/Product.php:5659
2511
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 586156) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.066 ms 1 /classes/stock/StockAvailable.php:453
2542
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 552655) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.066 ms 1 /classes/stock/StockAvailable.php:453
2815
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 550312) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.066 ms 1 /classes/stock/StockAvailable.php:453
2836
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 647711) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.066 ms 1 /classes/stock/StockAvailable.php:453
2904
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 647913) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.066 ms 1 /classes/stock/StockAvailable.php:453
2909
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 40052
0.066 ms 1 /classes/Product.php:2902
4023
SELECT SQL_NO_CACHE *
FROM `een_category` a
LEFT JOIN `een_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) LIMIT 1
0.066 ms 1 /src/Adapter/EntityMapper.php:71
135
SELECT SQL_NO_CACHE *
FROM `een_country` a
LEFT JOIN `een_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 4) LIMIT 1
0.066 ms 1 /src/Adapter/EntityMapper.php:71
3621
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 570589
0.066 ms 1 /classes/Product.php:2902
3734
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitelementor" LIMIT 1
0.066 ms 1 /classes/module/Module.php:2659
126
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'MGA') LIMIT 1
0.065 ms 1 /classes/Currency.php:893
1974
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 549242 AND id_shop=1 LIMIT 1
0.065 ms 1 /classes/Product.php:6876
2075
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 547921 AND id_shop=1 LIMIT 1
0.065 ms 1 /classes/Product.php:6876
2490
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 576093) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.065 ms 1 /classes/stock/StockAvailable.php:453
2592
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 583904) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.065 ms 1 /classes/stock/StockAvailable.php:453
2785
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 552840) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.065 ms 1 /classes/stock/StockAvailable.php:453
2795
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 570992) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.065 ms 1 /classes/stock/StockAvailable.php:453
2825
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 548444) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.065 ms 1 /classes/stock/StockAvailable.php:453
3141
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 575821
0.065 ms 1 /classes/Product.php:2902
3183
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 571632
0.065 ms 1 /classes/Product.php:2902
3207
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 570322
0.065 ms 1 /classes/Product.php:2902
3462
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 547985
0.065 ms 1 /classes/Product.php:2902
3492
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 546692
0.065 ms 1 /classes/Product.php:2902
3576
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 539954
0.065 ms 1 /classes/Product.php:2902
62
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "pm_advancedpack" LIMIT 1
0.065 ms 0 /classes/module/Module.php:2659
118
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'TND') LIMIT 1
0.065 ms 1 /classes/Currency.php:893
1427
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5847 LIMIT 1
0.065 ms 1 /classes/Product.php:5659
2572
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 571471) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.065 ms 1 /classes/stock/StockAvailable.php:453
2602
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 570589) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.065 ms 1 /classes/stock/StockAvailable.php:453
3354
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 551249
0.065 ms 1 /classes/Product.php:2902
3579
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 539634
0.065 ms 1 /classes/Product.php:2902
3723
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "ps_languageselector" LIMIT 1
0.065 ms 1 /classes/module/Module.php:2659
3732
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitmegamenu" LIMIT 1
0.065 ms 1 /classes/module/Module.php:2659
4038
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1
0.065 ms 0 /classes/module/Module.php:2132
4042
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 72 AND `id_shop` = 1 LIMIT 1
0.065 ms 1 /classes/module/Module.php:2132
120
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'DZD') LIMIT 1
0.064 ms 1 /classes/Currency.php:893
122
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'XAF') LIMIT 1
0.064 ms 1 /classes/Currency.php:893
124
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'XOF') LIMIT 1
0.064 ms 1 /classes/Currency.php:893
127
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.064 ms 1 /classes/Country.php:194
2582
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 570778) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.064 ms 1 /classes/stock/StockAvailable.php:453
3489
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 546859
0.064 ms 1 /classes/Product.php:2902
112
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.064 ms 1 /classes/Country.php:194
128
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'MAD') LIMIT 1
0.064 ms 1 /classes/Currency.php:893
143
SELECT SQL_NO_CACHE *
FROM `een_country` a
LEFT JOIN `een_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 186) LIMIT 1
0.064 ms 1 /src/Adapter/EntityMapper.php:71
1986
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 549156) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.064 ms 1 /classes/stock/StockAvailable.php:453
1990
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5847 LIMIT 1
0.064 ms 1 /classes/Product.php:5659
2056
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 548036) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.064 ms 1 /classes/stock/StockAvailable.php:453
2469
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 539473) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.064 ms 1 /classes/stock/StockAvailable.php:453
2480
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 573441) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.064 ms 1 /classes/stock/StockAvailable.php:453
2522
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 583820) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.064 ms 1 /classes/stock/StockAvailable.php:453
2882
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 647888) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.064 ms 1 /classes/stock/StockAvailable.php:453
2893
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 647911) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.064 ms 1 /classes/stock/StockAvailable.php:453
3288
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 562733
0.064 ms 1 /classes/Product.php:2902
3531
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 544028
0.064 ms 1 /classes/Product.php:2902
3585
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 573441
0.064 ms 1 /classes/Product.php:2902
3591
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 539580
0.064 ms 1 /classes/Product.php:2902
27
SELECT SQL_NO_CACHE `id_lang` FROM `een_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.063 ms 1 /classes/Language.php:883
1956
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 549434) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.063 ms 1 /classes/stock/StockAvailable.php:453
3144
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 575645
0.063 ms 1 /classes/Product.php:2902
3408
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 550200
0.063 ms 1 /classes/Product.php:2902
57
SELECT SQL_NO_CACHE *
FROM `een_country` a
LEFT JOIN `een_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 17) LIMIT 1
0.063 ms 1 /src/Adapter/EntityMapper.php:71
119
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.063 ms 1 /classes/Country.php:194
193
SELECT SQL_NO_CACHE tr.*
FROM `een_tax_rule` tr
JOIN `een_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 21
AND tr.`id_tax_rules_group` = 0
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.063 ms 0 /classes/tax/TaxRulesTaxManager.php:109
248
SELECT SQL_NO_CACHE tr.*
FROM `een_tax_rule` tr
JOIN `een_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 21
AND tr.`id_tax_rules_group` = 8
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.063 ms 0 /classes/tax/TaxRulesTaxManager.php:109
1759
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5844 LIMIT 1
0.063 ms 1 /classes/Product.php:5659
2000
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5729 LIMIT 1
0.063 ms 1 /classes/Product.php:5659
2054
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 548036 AND id_shop=1 LIMIT 1
0.063 ms 1 /classes/Product.php:6876
2459
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 539634) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.063 ms 1 /classes/stock/StockAvailable.php:453
2501
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 539580) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.063 ms 1 /classes/stock/StockAvailable.php:453
2552
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 556076) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.063 ms 1 /classes/stock/StockAvailable.php:453
2859
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 647770) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.063 ms 1 /classes/stock/StockAvailable.php:453
2871
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 647808) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.063 ms 1 /classes/stock/StockAvailable.php:453
2902
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 647913 AND id_shop=1 LIMIT 1
0.063 ms 1 /classes/Product.php:6876
3036
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 609473
0.063 ms 1 /classes/Product.php:2902
3315
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 559503
0.063 ms 1 /classes/Product.php:2902
3561
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 541828
0.063 ms 1 /classes/Product.php:2902
28
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.062 ms 1 /classes/Currency.php:893
37
SELECT SQL_NO_CACHE *
FROM `een_group` a
LEFT JOIN `een_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
0.062 ms 1 /src/Adapter/EntityMapper.php:71
1396
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 5726 LIMIT 1
0.062 ms 1 /classes/Category.php:1378
1976
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 549242) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.062 ms 1 /classes/stock/StockAvailable.php:453
2081
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 28 LIMIT 1
0.062 ms 1 /classes/Product.php:5659
2478
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 573441 AND id_shop=1 LIMIT 1
0.062 ms 1 /classes/Product.php:6876
2916
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 40032
0.062 ms 1 /classes/Product.php:2902
2934
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 14272
0.062 ms 1 /classes/Product.php:2902
2949
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 6655
0.062 ms 1 /classes/Product.php:2902
3063
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 602479
0.062 ms 1 /classes/Product.php:2902
3090
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 596002
0.062 ms 1 /classes/Product.php:2902
3180
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 571806
0.062 ms 1 /classes/Product.php:2902
3339
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 552118
0.062 ms 1 /classes/Product.php:2902
3393
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 550273
0.062 ms 1 /classes/Product.php:2902
3516
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 544569
0.062 ms 1 /classes/Product.php:2902
3519
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 544543
0.062 ms 1 /classes/Product.php:2902
3603
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 552655
0.062 ms 1 /classes/Product.php:2902
3651
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 603079
0.062 ms 1 /classes/Product.php:2902
3738
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 24 AND `id_shop` = 1 LIMIT 1
0.062 ms 1 /classes/module/Module.php:2132
4024
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1
0.062 ms 1 /src/Adapter/EntityMapper.php:79
4027
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "attributewizardpro" LIMIT 1
0.062 ms 0 /classes/module/Module.php:2659
31
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'US' LIMIT 1
0.061 ms 1 /classes/Country.php:194
117
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.061 ms 1 /classes/Country.php:194
1262
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 567844) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.061 ms 1 /classes/stock/StockAvailable.php:453
1964
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 549423 AND id_shop=1 LIMIT 1
0.061 ms 1 /classes/Product.php:6876
2030
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5845 LIMIT 1
0.061 ms 1 /classes/Product.php:5659
2064
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 547985 AND id_shop=1 LIMIT 1
0.061 ms 1 /classes/Product.php:6876
2463
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 418 LIMIT 1
0.061 ms 1 /classes/Product.php:5659
2834
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 647711 AND id_shop=1 LIMIT 1
0.061 ms 1 /classes/Product.php:6876
2913
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 40036
0.061 ms 1 /classes/Product.php:2902
2928
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 25139
0.061 ms 1 /classes/Product.php:2902
2931
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 25072
0.061 ms 1 /classes/Product.php:2902
2940
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 12942
0.061 ms 1 /classes/Product.php:2902
3027
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 610732
0.061 ms 1 /classes/Product.php:2902
3033
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 609970
0.061 ms 1 /classes/Product.php:2902
3093
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 595928
0.061 ms 1 /classes/Product.php:2902
3231
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 567193
0.061 ms 1 /classes/Product.php:2902
3246
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 565993
0.061 ms 1 /classes/Product.php:2902
3249
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 565828
0.061 ms 1 /classes/Product.php:2902
3303
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 562397
0.061 ms 1 /classes/Product.php:2902
3306
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 561838
0.061 ms 1 /classes/Product.php:2902
3312
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 561022
0.061 ms 1 /classes/Product.php:2902
3336
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 552215
0.061 ms 1 /classes/Product.php:2902
3360
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 551090
0.061 ms 1 /classes/Product.php:2902
3366
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 550715
0.061 ms 1 /classes/Product.php:2902
3459
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 548036
0.061 ms 1 /classes/Product.php:2902
3483
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 546968
0.061 ms 1 /classes/Product.php:2902
3486
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 546867
0.061 ms 1 /classes/Product.php:2902
3522
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 544358
0.061 ms 1 /classes/Product.php:2902
3552
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 542487
0.061 ms 1 /classes/Product.php:2902
3600
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 570899
0.061 ms 1 /classes/Product.php:2902
3633
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 13135
0.061 ms 1 /classes/Product.php:2902
3642
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 574650
0.061 ms 1 /classes/Product.php:2902
3648
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 598641
0.061 ms 1 /classes/Product.php:2902
3681
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 562721
0.061 ms 1 /classes/Product.php:2902
3684
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 550312
0.061 ms 1 /classes/Product.php:2902
3729
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitcompare" LIMIT 1
0.061 ms 1 /classes/module/Module.php:2659
4040
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 93 AND `id_shop` = 1 LIMIT 1
0.061 ms 1 /classes/module/Module.php:2132
2467
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 539473 AND id_shop=1 LIMIT 1
0.061 ms 1 /classes/Product.php:6876
2919
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 36930
0.061 ms 1 /classes/Product.php:2902
3300
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 562424
0.061 ms 1 /classes/Product.php:2902
3534
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 543423
0.061 ms 1 /classes/Product.php:2902
3657
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 604012
0.061 ms 1 /classes/Product.php:2902
68
CREATE TABLE IF NOT EXISTS `een_gmcp_reporting` (`id_reporting` int(11) NOT NULL AUTO_INCREMENT,`iso_feed` LONGTEXT NOT NULL,    `reporting_content` LONGTEXT NOT NULL,`id_shop` int(11) NOT NULL,`date_add` datetime NOT NULL,`date_upd` datetime NOT NULL,PRIMARY KEY (`id_reporting`)) ENGINE=' . _MYSQL_ENGINE_ . ' DEFAULT CHARSET=utf8;
0.060 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
2014
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 548794 AND id_shop=1 LIMIT 1
0.060 ms 1 /classes/Product.php:6876
2570
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 571471 AND id_shop=1 LIMIT 1
0.060 ms 1 /classes/Product.php:6876
2600
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 570589 AND id_shop=1 LIMIT 1
0.060 ms 1 /classes/Product.php:6876
2854
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 647770
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.060 ms 0 /classes/SpecificPrice.php:259
2925
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 30982
0.060 ms 1 /classes/Product.php:2902
2937
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 13137
0.060 ms 1 /classes/Product.php:2902
2943
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 12939
0.060 ms 1 /classes/Product.php:2902
2955
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 6363
0.060 ms 1 /classes/Product.php:2902
2973
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 4483
0.060 ms 1 /classes/Product.php:2902
2976
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 4460
0.060 ms 1 /classes/Product.php:2902
2997
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 3689
0.060 ms 1 /classes/Product.php:2902
3012
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 3669
0.060 ms 1 /classes/Product.php:2902
3057
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 602861
0.060 ms 1 /classes/Product.php:2902
3135
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 576297
0.060 ms 1 /classes/Product.php:2902
3156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 574407
0.060 ms 1 /classes/Product.php:2902
3201
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 570856
0.060 ms 1 /classes/Product.php:2902
3267
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 564940
0.060 ms 1 /classes/Product.php:2902
3321
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 558350
0.060 ms 1 /classes/Product.php:2902
3396
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 550252
0.060 ms 1 /classes/Product.php:2902
3456
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 548527
0.060 ms 1 /classes/Product.php:2902
3465
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 547921
0.060 ms 1 /classes/Product.php:2902
3495
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 546464
0.060 ms 1 /classes/Product.php:2902
3498
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 546348
0.060 ms 1 /classes/Product.php:2902
3510
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 545693
0.060 ms 1 /classes/Product.php:2902
3528
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 544260
0.060 ms 1 /classes/Product.php:2902
3537
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 543357
0.060 ms 1 /classes/Product.php:2902
3540
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 543348
0.060 ms 1 /classes/Product.php:2902
3543
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 543008
0.060 ms 1 /classes/Product.php:2902
3546
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 542781
0.060 ms 1 /classes/Product.php:2902
3558
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 542329
0.060 ms 1 /classes/Product.php:2902
3564
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 541423
0.060 ms 1 /classes/Product.php:2902
3567
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 541355
0.060 ms 1 /classes/Product.php:2902
3570
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 541309
0.060 ms 1 /classes/Product.php:2902
3588
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 576093
0.060 ms 1 /classes/Product.php:2902
3597
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 583820
0.060 ms 1 /classes/Product.php:2902
3624
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 544488
0.060 ms 1 /classes/Product.php:2902
3627
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 543106
0.060 ms 1 /classes/Product.php:2902
3660
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 604022
0.060 ms 1 /classes/Product.php:2902
3669
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 618126
0.060 ms 1 /classes/Product.php:2902
3672
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 618456
0.060 ms 1 /classes/Product.php:2902
3675
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 552840
0.060 ms 1 /classes/Product.php:2902
3699
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 647808
0.060 ms 1 /classes/Product.php:2902
3712
SELECT SQL_NO_CACHE id_shop
FROM `een_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.060 ms 1 /classes/ObjectModel.php:1729
133
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'CA' LIMIT 1
0.060 ms 1 /classes/Country.php:194
425
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 4460
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.060 ms 0 /classes/SpecificPrice.php:259
2031
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 548636
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.060 ms 0 /classes/SpecificPrice.php:259
2778
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 126 LIMIT 1
0.060 ms 1 /classes/Category.php:1378
2789
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 126 LIMIT 1
0.060 ms 1 /classes/Product.php:5659
2922
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 36753
0.060 ms 1 /classes/Product.php:2902
2952
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 6491
0.060 ms 1 /classes/Product.php:2902
2961
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 4840
0.060 ms 1 /classes/Product.php:2902
2967
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 4495
0.060 ms 1 /classes/Product.php:2902
2988
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 4331
0.060 ms 1 /classes/Product.php:2902
3003
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 3676
0.060 ms 1 /classes/Product.php:2902
3009
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 3671
0.060 ms 1 /classes/Product.php:2902
3021
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 611580
0.060 ms 1 /classes/Product.php:2902
3072
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 600667
0.060 ms 1 /classes/Product.php:2902
3138
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 576144
0.060 ms 1 /classes/Product.php:2902
3219
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 569028
0.060 ms 1 /classes/Product.php:2902
3228
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 567388
0.060 ms 1 /classes/Product.php:2902
3276
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 563902
0.060 ms 1 /classes/Product.php:2902
3291
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 562716
0.060 ms 1 /classes/Product.php:2902
3345
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 551532
0.060 ms 1 /classes/Product.php:2902
3384
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 550306
0.060 ms 1 /classes/Product.php:2902
3399
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 550247
0.060 ms 1 /classes/Product.php:2902
3420
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 549713
0.060 ms 1 /classes/Product.php:2902
3432
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 549423
0.060 ms 1 /classes/Product.php:2902
3441
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 549016
0.060 ms 1 /classes/Product.php:2902
3468
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 547665
0.060 ms 1 /classes/Product.php:2902
3573
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 540677
0.060 ms 1 /classes/Product.php:2902
3606
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 556076
0.060 ms 1 /classes/Product.php:2902
3618
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 583904
0.060 ms 1 /classes/Product.php:2902
3636
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 13136
0.060 ms 1 /classes/Product.php:2902
3639
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 574549
0.060 ms 1 /classes/Product.php:2902
3645
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 575018
0.060 ms 1 /classes/Product.php:2902
3696
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 647770
0.060 ms 1 /classes/Product.php:2902
3705
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 647911
0.060 ms 1 /classes/Product.php:2902
141
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'SA' LIMIT 1
0.059 ms 1 /classes/Country.php:194
2473
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 5822 LIMIT 1
0.059 ms 1 /classes/Category.php:1378
2958
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 6336
0.059 ms 1 /classes/Product.php:2902
2979
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 4459
0.059 ms 1 /classes/Product.php:2902
2991
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 4321
0.059 ms 1 /classes/Product.php:2902
3018
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 614243
0.059 ms 1 /classes/Product.php:2902
3030
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 610654
0.059 ms 1 /classes/Product.php:2902
3054
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 602926
0.059 ms 1 /classes/Product.php:2902
3060
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 602770
0.059 ms 1 /classes/Product.php:2902
3075
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 599803
0.059 ms 1 /classes/Product.php:2902
3078
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 598728
0.059 ms 1 /classes/Product.php:2902
3096
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 592710
0.059 ms 1 /classes/Product.php:2902
3108
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 589038
0.059 ms 1 /classes/Product.php:2902
3111
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 588740
0.059 ms 1 /classes/Product.php:2902
3114
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 585532
0.059 ms 1 /classes/Product.php:2902
3117
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 583849
0.059 ms 1 /classes/Product.php:2902
3126
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 580689
0.059 ms 1 /classes/Product.php:2902
3132
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 576411
0.059 ms 1 /classes/Product.php:2902
3165
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 573233
0.059 ms 1 /classes/Product.php:2902
3168
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 573077
0.059 ms 1 /classes/Product.php:2902
3189
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 571478
0.059 ms 1 /classes/Product.php:2902
3192
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 571125
0.059 ms 1 /classes/Product.php:2902
3195
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 570971
0.059 ms 1 /classes/Product.php:2902
3210
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 569951
0.059 ms 1 /classes/Product.php:2902
3216
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 569193
0.059 ms 1 /classes/Product.php:2902
3237
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 566416
0.059 ms 1 /classes/Product.php:2902
3252
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 565580
0.059 ms 1 /classes/Product.php:2902
3261
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 565095
0.059 ms 1 /classes/Product.php:2902
3279
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 563760
0.059 ms 1 /classes/Product.php:2902
3297
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 562443
0.059 ms 1 /classes/Product.php:2902
3351
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 551287
0.059 ms 1 /classes/Product.php:2902
3363
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 550858
0.059 ms 1 /classes/Product.php:2902
3369
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 550624
0.059 ms 1 /classes/Product.php:2902
3375
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 550428
0.059 ms 1 /classes/Product.php:2902
3378
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 550406
0.059 ms 1 /classes/Product.php:2902
3390
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 550274
0.059 ms 1 /classes/Product.php:2902
3417
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 549724
0.059 ms 1 /classes/Product.php:2902
3444
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 548825
0.059 ms 1 /classes/Product.php:2902
3474
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 547371
0.059 ms 1 /classes/Product.php:2902
3525
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 544323
0.059 ms 1 /classes/Product.php:2902
3555
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 542345
0.059 ms 1 /classes/Product.php:2902
3582
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 539473
0.059 ms 1 /classes/Product.php:2902
3612
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 571471
0.059 ms 1 /classes/Product.php:2902
3654
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 604006
0.059 ms 1 /classes/Product.php:2902
3666
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 606429
0.059 ms 1 /classes/Product.php:2902
3693
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 647717
0.059 ms 1 /classes/Product.php:2902
3702
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 647888
0.059 ms 1 /classes/Product.php:2902
17
SELECT SQL_NO_CACHE value FROM `een_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.059 ms 1 /classes/shop/Shop.php:1183
34
SELECT SQL_NO_CACHE *
FROM `een_currency` a
LEFT JOIN `een_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.059 ms 1 /src/Adapter/EntityMapper.php:71
121
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.059 ms 1 /classes/Country.php:194
137
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'BE' LIMIT 1
0.059 ms 1 /classes/Country.php:194
1753
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 550624 AND id_shop=1 LIMIT 1
0.059 ms 1 /classes/Product.php:6876
2803
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 562721 AND id_shop=1 LIMIT 1
0.059 ms 1 /classes/Product.php:6876
2851
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 1029 LIMIT 1
0.059 ms 1 /classes/Category.php:1378
2964
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 4498
0.059 ms 1 /classes/Product.php:2902
2970
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 4491
0.059 ms 1 /classes/Product.php:2902
2985
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 4442
0.059 ms 1 /classes/Product.php:2902
2994
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 4319
0.059 ms 1 /classes/Product.php:2902
3000
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 3688
0.059 ms 1 /classes/Product.php:2902
3006
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 3675
0.059 ms 1 /classes/Product.php:2902
3015
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 3668
0.059 ms 1 /classes/Product.php:2902
3024
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 610874
0.059 ms 1 /classes/Product.php:2902
3042
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 607412
0.059 ms 1 /classes/Product.php:2902
3051
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 603687
0.059 ms 1 /classes/Product.php:2902
3066
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 602161
0.059 ms 1 /classes/Product.php:2902
3081
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 598493
0.059 ms 1 /classes/Product.php:2902
3084
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 598433
0.059 ms 1 /classes/Product.php:2902
3102
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 589384
0.059 ms 1 /classes/Product.php:2902
3129
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 578744
0.059 ms 1 /classes/Product.php:2902
3147
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 574720
0.059 ms 1 /classes/Product.php:2902
3159
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 574323
0.059 ms 1 /classes/Product.php:2902
3162
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 573393
0.059 ms 1 /classes/Product.php:2902
3204
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 570810
0.059 ms 1 /classes/Product.php:2902
3213
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 569638
0.059 ms 1 /classes/Product.php:2902
3225
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 567392
0.059 ms 1 /classes/Product.php:2902
3234
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 566612
0.059 ms 1 /classes/Product.php:2902
3240
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 566355
0.059 ms 1 /classes/Product.php:2902
3243
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 566145
0.059 ms 1 /classes/Product.php:2902
3258
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 565460
0.059 ms 1 /classes/Product.php:2902
3264
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 565075
0.059 ms 1 /classes/Product.php:2902
3273
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 564501
0.059 ms 1 /classes/Product.php:2902
3282
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 563725
0.059 ms 1 /classes/Product.php:2902
3285
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 562930
0.059 ms 1 /classes/Product.php:2902
3318
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 559320
0.059 ms 1 /classes/Product.php:2902
3324
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 558041
0.059 ms 1 /classes/Product.php:2902
3330
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 554085
0.059 ms 1 /classes/Product.php:2902
3333
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 553071
0.059 ms 1 /classes/Product.php:2902
3342
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 551620
0.059 ms 1 /classes/Product.php:2902
3357
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 551177
0.059 ms 1 /classes/Product.php:2902
3381
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 550403
0.059 ms 1 /classes/Product.php:2902
3402
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 550242
0.059 ms 1 /classes/Product.php:2902
3405
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 550202
0.059 ms 1 /classes/Product.php:2902
3411
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 549992
0.059 ms 1 /classes/Product.php:2902
3414
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 549843
0.059 ms 1 /classes/Product.php:2902
3423
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 549555
0.059 ms 1 /classes/Product.php:2902
3447
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 548794
0.059 ms 1 /classes/Product.php:2902
3450
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 548749
0.059 ms 1 /classes/Product.php:2902
3471
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 547376
0.059 ms 1 /classes/Product.php:2902
3480
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 547001
0.059 ms 1 /classes/Product.php:2902
3501
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 546058
0.059 ms 1 /classes/Product.php:2902
3504
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 546031
0.059 ms 1 /classes/Product.php:2902
3507
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 545709
0.059 ms 1 /classes/Product.php:2902
3513
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 545474
0.059 ms 1 /classes/Product.php:2902
3594
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 586156
0.059 ms 1 /classes/Product.php:2902
3609
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 607039
0.059 ms 1 /classes/Product.php:2902
3630
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 577984
0.059 ms 1 /classes/Product.php:2902
3663
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 604308
0.059 ms 1 /classes/Product.php:2902
3678
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 570992
0.059 ms 1 /classes/Product.php:2902
3690
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 647711
0.059 ms 1 /classes/Product.php:2902
4
SELECT SQL_NO_CACHE *
FROM `een_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.058 ms 1 /src/Adapter/EntityMapper.php:71
50
CREATE TABLE IF NOT EXISTS `een_revolut_payment_orders` (
`id` INT NOT NULL AUTO_INCREMENT,
`id_order` INT NULL ,
`id_cart` INT NULL ,
`id_revolut_order` VARCHAR(250) NOT NULL ,
`public_id` VARCHAR(250) NOT NULL ,
`save_card` TINYINT NOT NULL DEFAULT "0" ,
PRIMARY KEY (`id`),
UNIQUE (`id_revolut_order`),
UNIQUE (`id_order`)
) ENGINE = InnoDB;
0.058 ms 1 /modules/revolutpayment/revolutpayment.php:320
132
SELECT SQL_NO_CACHE *
FROM `een_country_lang`
WHERE `id_country` = 19
0.058 ms 1 /src/Adapter/EntityMapper.php:79
924
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 582028) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.058 ms 1 /classes/stock/StockAvailable.php:453
2024
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 548749 AND id_shop=1 LIMIT 1
0.058 ms 1 /classes/Product.php:6876
2072
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 547921
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.058 ms 0 /classes/SpecificPrice.php:259
3045
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 605851
0.058 ms 1 /classes/Product.php:2902
3105
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 589319
0.058 ms 1 /classes/Product.php:2902
3120
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 582028
0.058 ms 1 /classes/Product.php:2902
3150
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 574588
0.058 ms 1 /classes/Product.php:2902
3153
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 574570
0.058 ms 1 /classes/Product.php:2902
3174
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 572667
0.058 ms 1 /classes/Product.php:2902
3270
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 564755
0.058 ms 1 /classes/Product.php:2902
3429
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 549434
0.058 ms 1 /classes/Product.php:2902
3453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 548636
0.058 ms 1 /classes/Product.php:2902
9
SELECT SQL_NO_CACHE *
FROM `een_lang` a
LEFT JOIN `een_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1
0.058 ms 1 /src/Adapter/EntityMapper.php:71
115
SELECT SQL_NO_CACHE *
FROM `een_country_lang`
WHERE `id_country` = 8
0.058 ms 1 /src/Adapter/EntityMapper.php:79
123
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.058 ms 1 /classes/Country.php:194
125
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.058 ms 1 /classes/Country.php:194
129
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'CH' LIMIT 1
0.058 ms 1 /classes/Country.php:194
194
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 40052) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.058 ms 1 /classes/stock/StockAvailable.php:453
1585
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 559320) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.058 ms 1 /classes/stock/StockAvailable.php:453
1970
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1015 LIMIT 1
0.058 ms 1 /classes/Product.php:5659
1994
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 549016 AND id_shop=1 LIMIT 1
0.058 ms 1 /classes/Product.php:6876
1996
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 549016) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.058 ms 1 /classes/stock/StockAvailable.php:453
2484
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5822 LIMIT 1
0.058 ms 1 /classes/Product.php:5659
2494
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 413 LIMIT 1
0.058 ms 1 /classes/Category.php:1378
2509
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 586156 AND id_shop=1 LIMIT 1
0.058 ms 1 /classes/Product.php:6876
2550
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 556076 AND id_shop=1 LIMIT 1
0.058 ms 1 /classes/Product.php:6876
2783
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 552840 AND id_shop=1 LIMIT 1
0.058 ms 1 /classes/Product.php:6876
2819
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1031 LIMIT 1
0.058 ms 1 /classes/Product.php:5659
2863
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 253 LIMIT 1
0.058 ms 1 /classes/Category.php:1378
2982
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 4453
0.058 ms 1 /classes/Product.php:2902
3039
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 608525
0.058 ms 1 /classes/Product.php:2902
3048
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 604002
0.058 ms 1 /classes/Product.php:2902
3069
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 601927
0.058 ms 1 /classes/Product.php:2902
3087
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 596395
0.058 ms 1 /classes/Product.php:2902
3099
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 590862
0.058 ms 1 /classes/Product.php:2902
3123
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 580950
0.058 ms 1 /classes/Product.php:2902
3171
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 573038
0.058 ms 1 /classes/Product.php:2902
3177
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 572166
0.058 ms 1 /classes/Product.php:2902
3222
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 567844
0.058 ms 1 /classes/Product.php:2902
3255
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 565480
0.058 ms 1 /classes/Product.php:2902
3294
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 562707
0.058 ms 1 /classes/Product.php:2902
3327
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 557610
0.058 ms 1 /classes/Product.php:2902
3348
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 551345
0.058 ms 1 /classes/Product.php:2902
3372
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 550572
0.058 ms 1 /classes/Product.php:2902
3387
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 550300
0.058 ms 1 /classes/Product.php:2902
3426
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 549456
0.058 ms 1 /classes/Product.php:2902
3435
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 549242
0.058 ms 1 /classes/Product.php:2902
3438
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 549156
0.058 ms 1 /classes/Product.php:2902
3477
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 547204
0.058 ms 1 /classes/Product.php:2902
3615
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 570778
0.058 ms 1 /classes/Product.php:2902
3687
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 548444
0.058 ms 1 /classes/Product.php:2902
3708
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 647913
0.058 ms 1 /classes/Product.php:2902
3710
SELECT SQL_NO_CACHE * FROM `een_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.058 ms 1 /classes/module/Module.php:2041
3725
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.058 ms 1 /classes/module/Module.php:2659
4007
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "supercheckout" LIMIT 1
0.058 ms 0 /classes/module/Module.php:2659
1916
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 549724) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.057 ms 1 /classes/stock/StockAvailable.php:453
2823
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 548444 AND id_shop=1 LIMIT 1
0.057 ms 1 /classes/Product.php:6876
3186
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 571489
0.057 ms 1 /classes/Product.php:2902
35
SELECT SQL_NO_CACHE *
FROM `een_currency_lang`
WHERE `id_currency` = 1
0.057 ms 1 /src/Adapter/EntityMapper.php:79
109
SELECT SQL_NO_CACHE id_feed
FROM `een_gmcp_feeds` ff
WHERE (ff.id_shop=1) LIMIT 1
0.057 ms 370 /modules/gmerchantcenterpro/models/Feeds.php:53
136
SELECT SQL_NO_CACHE *
FROM `een_country_lang`
WHERE `id_country` = 4
0.057 ms 1 /src/Adapter/EntityMapper.php:79
140
SELECT SQL_NO_CACHE *
FROM `een_country_lang`
WHERE `id_country` = 3
0.057 ms 1 /src/Adapter/EntityMapper.php:79
179
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 0 LIMIT 1
0.057 ms 1 /classes/SpecificPrice.php:426
1578
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 418 LIMIT 1
0.057 ms 1 /classes/Category.php:1378
1984
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 549156 AND id_shop=1 LIMIT 1
0.057 ms 1 /classes/Product.php:6876
2040
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5845 LIMIT 1
0.057 ms 1 /classes/Product.php:5659
2060
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1015 LIMIT 1
0.057 ms 1 /classes/Product.php:5659
2443
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 418 LIMIT 1
0.057 ms 1 /classes/Product.php:5659
2447
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 539954 AND id_shop=1 LIMIT 1
0.057 ms 1 /classes/Product.php:6876
2464
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 539473
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.057 ms 0 /classes/SpecificPrice.php:259
2488
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 576093 AND id_shop=1 LIMIT 1
0.057 ms 1 /classes/Product.php:6876
2520
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 583820 AND id_shop=1 LIMIT 1
0.057 ms 1 /classes/Product.php:6876
2540
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 552655 AND id_shop=1 LIMIT 1
0.057 ms 1 /classes/Product.php:6876
2547
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 556076
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.057 ms 0 /classes/SpecificPrice.php:259
2560
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 607039 AND id_shop=1 LIMIT 1
0.057 ms 1 /classes/Product.php:6876
2596
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1047 LIMIT 1
0.057 ms 1 /classes/Product.php:5659
2793
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 570992 AND id_shop=1 LIMIT 1
0.057 ms 1 /classes/Product.php:6876
2799
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 126 LIMIT 1
0.057 ms 1 /classes/Product.php:5659
2831
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 647711
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.057 ms 0 /classes/SpecificPrice.php:259
2866
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 647808
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.057 ms 0 /classes/SpecificPrice.php:259
2888
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 647911
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.057 ms 0 /classes/SpecificPrice.php:259
2891
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 647911 AND id_shop=1 LIMIT 1
0.057 ms 1 /classes/Product.php:6876
2899
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 647913
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.057 ms 0 /classes/SpecificPrice.php:259
3711
SELECT SQL_NO_CACHE name, alias FROM `een_hook_alias`
0.057 ms 87 /classes/Hook.php:339
55
SELECT SQL_NO_CACHE format
FROM `een_address_format`
WHERE `id_country` = 17 LIMIT 1
0.056 ms 1 /classes/AddressFormat.php:656
61
SELECT SQL_NO_CACHE * FROM een_revslider_sliders
0.056 ms 1 /modules/revsliderprestashop/includes/revslider_db.class.php:214
304
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 12942) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.056 ms 1 /classes/stock/StockAvailable.php:453
329
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 1038 LIMIT 1
0.056 ms 1 /classes/Category.php:1378
553
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 3669) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.056 ms 1 /classes/stock/StockAvailable.php:453
1260
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 567844 AND id_shop=1 LIMIT 1
0.056 ms 1 /classes/Product.php:6876
1270
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 567392 AND id_shop=1 LIMIT 1
0.056 ms 1 /classes/Product.php:6876
1428
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 564501
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.056 ms 0 /classes/SpecificPrice.php:259
2010
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2368 LIMIT 1
0.056 ms 1 /classes/Product.php:5659
2044
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 548527 AND id_shop=1 LIMIT 1
0.056 ms 1 /classes/Product.php:6876
2050
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1015 LIMIT 1
0.056 ms 1 /classes/Product.php:5659
2505
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5822 LIMIT 1
0.056 ms 1 /classes/Product.php:5659
2515
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 1047 LIMIT 1
0.056 ms 1 /classes/Category.php:1378
2526
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1032 LIMIT 1
0.056 ms 1 /classes/Product.php:5659
2561
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 607039 AND `id_group` = 1 LIMIT 1
0.056 ms 0 /classes/GroupReduction.php:156
2580
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 570778 AND id_shop=1 LIMIT 1
0.056 ms 1 /classes/Product.php:6876
2586
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1047 LIMIT 1
0.056 ms 1 /classes/Product.php:5659
2809
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1031 LIMIT 1
0.056 ms 1 /classes/Product.php:5659
2842
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 647717
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.056 ms 0 /classes/SpecificPrice.php:259
2845
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 647717 AND id_shop=1 LIMIT 1
0.056 ms 1 /classes/Product.php:6876
2869
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 647808 AND id_shop=1 LIMIT 1
0.056 ms 1 /classes/Product.php:6876
2875
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 415 LIMIT 1
0.056 ms 1 /classes/Product.php:5659
144
SELECT SQL_NO_CACHE *
FROM `een_country_lang`
WHERE `id_country` = 186
0.056 ms 1 /src/Adapter/EntityMapper.php:79
2556
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1032 LIMIT 1
0.056 ms 1 /classes/Product.php:5659
2566
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1047 LIMIT 1
0.056 ms 1 /classes/Product.php:5659
8
SELECT SQL_NO_CACHE *
FROM `een_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.055 ms 1 /src/Adapter/EntityMapper.php:71
334
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 6655 AND id_shop=1 LIMIT 1
0.055 ms 1 /classes/Product.php:6876
1709
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5844 LIMIT 1
0.055 ms 1 /classes/Product.php:5659
1763
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 550572 AND id_shop=1 LIMIT 1
0.055 ms 1 /classes/Product.php:6876
2453
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1027 LIMIT 1
0.055 ms 1 /classes/Product.php:5659
2457
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 539634 AND id_shop=1 LIMIT 1
0.055 ms 1 /classes/Product.php:6876
2499
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 539580 AND id_shop=1 LIMIT 1
0.055 ms 1 /classes/Product.php:6876
2530
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 570899 AND id_shop=1 LIMIT 1
0.055 ms 1 /classes/Product.php:6876
2546
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1047 LIMIT 1
0.055 ms 1 /classes/Product.php:5659
2576
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1032 LIMIT 1
0.055 ms 1 /classes/Product.php:5659
2590
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 583904 AND id_shop=1 LIMIT 1
0.055 ms 1 /classes/Product.php:6876
2813
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 550312 AND id_shop=1 LIMIT 1
0.055 ms 1 /classes/Product.php:6876
2829
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 413 LIMIT 1
0.055 ms 1 /classes/Product.php:5659
2880
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 647888 AND id_shop=1 LIMIT 1
0.055 ms 1 /classes/Product.php:6876
182
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE `from` BETWEEN '2026-04-28 00:00:00' AND '2026-04-28 23:59:59' LIMIT 1
0.055 ms 1 /classes/SpecificPrice.php:377
293
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 13137) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.055 ms 1 /classes/stock/StockAvailable.php:453
1256
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1021 LIMIT 1
0.055 ms 1 /classes/Product.php:5659
2011
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 548794
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.055 ms 0 /classes/SpecificPrice.php:259
2536
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1032 LIMIT 1
0.055 ms 1 /classes/Product.php:5659
2606
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 28 LIMIT 1
0.055 ms 1 /classes/Product.php:5659
2857
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 647770 AND id_shop=1 LIMIT 1
0.055 ms 1 /classes/Product.php:6876
2877
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 647888
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.055 ms 0 /classes/SpecificPrice.php:259
65
SELECT SQL_NO_CACHE * FROM `een_image_type`
0.054 ms 8 /classes/ImageType.php:161
297
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 2 LIMIT 1
0.054 ms 1 /classes/Category.php:1378
1936
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 549555) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.054 ms 1 /classes/stock/StockAvailable.php:453
1946
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 549456) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.054 ms 1 /classes/stock/StockAvailable.php:453
2026
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 548749) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.054 ms 1 /classes/stock/StockAvailable.php:453
2632
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 577984) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.054 ms 1 /classes/stock/StockAvailable.php:453
2886
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1027 LIMIT 1
0.054 ms 1 /classes/Product.php:5659
33
SELECT SQL_NO_CACHE *
FROM `een_country_lang`
WHERE `id_country` = 21
0.054 ms 1 /src/Adapter/EntityMapper.php:79
58
SELECT SQL_NO_CACHE *
FROM `een_country_lang`
WHERE `id_country` = 17
0.054 ms 1 /src/Adapter/EntityMapper.php:79
1183
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5843 LIMIT 1
0.054 ms 1 /classes/Product.php:5659
1193
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 5742 LIMIT 1
0.054 ms 1 /classes/Category.php:1378
19
SELECT SQL_NO_CACHE name, alias FROM `een_hook_alias`
0.053 ms 87 /classes/Hook.php:339
291
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 13137 AND id_shop=1 LIMIT 1
0.053 ms 1 /classes/Product.php:6876
325
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 9413) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.053 ms 1 /classes/stock/StockAvailable.php:453
1910
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 418 LIMIT 1
0.053 ms 1 /classes/Product.php:5659
2577
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 570778
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.053 ms 0 /classes/SpecificPrice.php:259
23
SELECT SQL_NO_CACHE * FROM `een_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.053 ms 1 /classes/module/Module.php:2041
30
SELECT SQL_NO_CACHE `id_lang` FROM `een_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.053 ms 1 /classes/Language.php:883
1179
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 570971) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.053 ms 1 /classes/stock/StockAvailable.php:453
1272
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 567392) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.053 ms 1 /classes/stock/StockAvailable.php:453
1920
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2788 LIMIT 1
0.053 ms 1 /classes/Product.php:5659
2035
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 548636 AND `id_group` = 1 LIMIT 1
0.053 ms 0 /classes/GroupReduction.php:156
2051
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 548036
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.053 ms 0 /classes/SpecificPrice.php:259
2517
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 583820
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.053 ms 0 /classes/SpecificPrice.php:259
2527
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 570899
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.053 ms 0 /classes/SpecificPrice.php:259
2587
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 583904
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.053 ms 0 /classes/SpecificPrice.php:259
2779
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 126 LIMIT 1
0.053 ms 1 /classes/Product.php:5659
2790
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 570992
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.053 ms 0 /classes/SpecificPrice.php:259
3721
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 78 AND `id_shop` = 1 LIMIT 1
0.053 ms 1 /classes/module/Module.php:2132
275
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 1042 LIMIT 1
0.052 ms 1 /classes/Category.php:1378
1583
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 559320 AND id_shop=1 LIMIT 1
0.052 ms 1 /classes/Product.php:6876
1930
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1015 LIMIT 1
0.052 ms 1 /classes/Product.php:5659
1995
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 549016 AND `id_group` = 1 LIMIT 1
0.052 ms 0 /classes/GroupReduction.php:156
2076
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 547921 AND `id_group` = 1 LIMIT 1
0.052 ms 0 /classes/GroupReduction.php:156
2707
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1013 LIMIT 1
0.052 ms 1 /classes/Product.php:5659
21
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "ets_superspeed" LIMIT 1
0.052 ms 0 /classes/module/Module.php:2659
180
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE `id_product` != 0 LIMIT 1
0.052 ms 523 /classes/SpecificPrice.php:297
567
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 5847 LIMIT 1
0.052 ms 1 /classes/Category.php:1378
575
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 614243) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.052 ms 1 /classes/stock/StockAvailable.php:453
836
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5799 LIMIT 1
0.052 ms 1 /classes/Product.php:5659
846
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5729 LIMIT 1
0.052 ms 1 /classes/Product.php:5659
1266
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5727 LIMIT 1
0.052 ms 1 /classes/Product.php:5659
1924
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 549713 AND id_shop=1 LIMIT 1
0.052 ms 1 /classes/Product.php:6876
1934
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 549555 AND id_shop=1 LIMIT 1
0.052 ms 1 /classes/Product.php:6876
1940
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5847 LIMIT 1
0.052 ms 1 /classes/Product.php:5659
1960
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5843 LIMIT 1
0.052 ms 1 /classes/Product.php:5659
2034
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 548636 AND id_shop=1 LIMIT 1
0.052 ms 1 /classes/Product.php:6876
2065
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 547985 AND `id_group` = 1 LIMIT 1
0.052 ms 0 /classes/GroupReduction.php:156
2082
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 547665
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.052 ms 0 /classes/SpecificPrice.php:259
2091
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1015 LIMIT 1
0.052 ms 1 /classes/Product.php:5659
2444
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 539954
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.052 ms 0 /classes/SpecificPrice.php:259
2567
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 571471
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.052 ms 0 /classes/SpecificPrice.php:259
2597
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 570589
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.052 ms 0 /classes/SpecificPrice.php:259
2780
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 552840
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.052 ms 0 /classes/SpecificPrice.php:259
2820
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 548444
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.052 ms 0 /classes/SpecificPrice.php:259
3713
SELECT SQL_NO_CACHE ctg.`id_group`
FROM een_category_group ctg
WHERE ctg.`id_category` = 2 AND ctg.`id_group` = 1 LIMIT 1
0.052 ms 1 /classes/Category.php:1754
3724
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1
0.052 ms 1 /classes/module/Module.php:2132
3740
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 74 AND `id_shop` = 1 LIMIT 1
0.052 ms 1 /classes/module/Module.php:2132
4043
SELECT SQL_NO_CACHE data
FROM `een_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
0.052 ms 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
38
SELECT SQL_NO_CACHE *
FROM `een_group_lang`
WHERE `id_group` = 1
0.051 ms 1 /src/Adapter/EntityMapper.php:79
52
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.051 ms 0 /classes/module/Module.php:2659
113
SELECT SQL_NO_CACHE `name`
FROM `een_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 8 LIMIT 1
0.051 ms 1 /classes/Country.php:252
177
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 1012 LIMIT 1
0.051 ms 1 /classes/Category.php:1378
198
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 369 LIMIT 1
0.051 ms 1 /classes/Category.php:1378
308
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1042 LIMIT 1
0.051 ms 1 /classes/Product.php:5659
314
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 12939) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.051 ms 1 /classes/stock/StockAvailable.php:453
318
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 1043 LIMIT 1
0.051 ms 1 /classes/Category.php:1378
536
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 2754 LIMIT 1
0.051 ms 1 /classes/Category.php:1378
551
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 3669 AND id_shop=1 LIMIT 1
0.051 ms 1 /classes/Product.php:6876
561
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 3668 AND id_shop=1 LIMIT 1
0.051 ms 1 /classes/Product.php:6876
573
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 614243 AND id_shop=1 LIMIT 1
0.051 ms 1 /classes/Product.php:6876
1276
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5845 LIMIT 1
0.051 ms 1 /classes/Product.php:5659
1443
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 563902) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.051 ms 1 /classes/stock/StockAvailable.php:453
1487
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5847 LIMIT 1
0.051 ms 1 /classes/Product.php:5659
1733
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 550858 AND id_shop=1 LIMIT 1
0.051 ms 1 /classes/Product.php:6876
1926
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 549713) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.051 ms 1 /classes/stock/StockAvailable.php:453
1944
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 549456 AND id_shop=1 LIMIT 1
0.051 ms 1 /classes/Product.php:6876
2041
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 548527
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.051 ms 0 /classes/SpecificPrice.php:259
2454
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 539634
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.051 ms 0 /classes/SpecificPrice.php:259
2557
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 607039
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.051 ms 0 /classes/SpecificPrice.php:259
2571
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 571471 AND `id_group` = 1 LIMIT 1
0.051 ms 0 /classes/GroupReduction.php:156
2616
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1015 LIMIT 1
0.051 ms 1 /classes/Product.php:5659
2622
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 543106) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.051 ms 1 /classes/stock/StockAvailable.php:453
2626
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1015 LIMIT 1
0.051 ms 1 /classes/Product.php:5659
2714
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 604006) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.051 ms 1 /classes/stock/StockAvailable.php:453
2800
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 562721
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.051 ms 0 /classes/SpecificPrice.php:259
2810
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 550312
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.051 ms 0 /classes/SpecificPrice.php:259
2864
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.051 ms 1 /classes/Product.php:5659
3735
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 75 AND `id_shop` = 1 LIMIT 1
0.051 ms 1 /classes/module/Module.php:2132
2485
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 576093
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.051 ms 0 /classes/SpecificPrice.php:259
48
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "facebookproductsfeed" LIMIT 1
0.050 ms 0 /classes/module/Module.php:2659
59
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM een_required_field
0.050 ms 1 /classes/ObjectModel.php:1592
312
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 12939 AND id_shop=1 LIMIT 1
0.050 ms 1 /classes/Product.php:6876
345
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 6491 AND id_shop=1 LIMIT 1
0.050 ms 1 /classes/Product.php:6876
914
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 583849) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.050 ms 1 /classes/stock/StockAvailable.php:453
1189
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 570856) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.050 ms 1 /classes/stock/StockAvailable.php:453
1376
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5845 LIMIT 1
0.050 ms 1 /classes/Product.php:5659
1441
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 563902 AND id_shop=1 LIMIT 1
0.050 ms 1 /classes/Product.php:6876
1914
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 549724 AND id_shop=1 LIMIT 1
0.050 ms 1 /classes/Product.php:6876
1980
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5847 LIMIT 1
0.050 ms 1 /classes/Product.php:5659
2045
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 548527 AND `id_group` = 1 LIMIT 1
0.050 ms 0 /classes/GroupReduction.php:156
2061
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 547985
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.050 ms 0 /classes/SpecificPrice.php:259
2101
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 5725 LIMIT 1
0.050 ms 1 /classes/Category.php:1378
2112
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1027 LIMIT 1
0.050 ms 1 /classes/Product.php:5659
2475
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 573441
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.050 ms 0 /classes/SpecificPrice.php:259
2506
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 586156
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.050 ms 0 /classes/SpecificPrice.php:259
2516
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1047 LIMIT 1
0.050 ms 1 /classes/Product.php:5659
2537
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 552655
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.050 ms 0 /classes/SpecificPrice.php:259
2636
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 1011 LIMIT 1
0.050 ms 1 /classes/Category.php:1378
2647
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1011 LIMIT 1
0.050 ms 1 /classes/Product.php:5659
2712
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 604006 AND id_shop=1 LIMIT 1
0.050 ms 1 /classes/Product.php:6876
2852
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1029 LIMIT 1
0.050 ms 1 /classes/Product.php:5659
2903
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 647913 AND `id_group` = 1 LIMIT 1
0.050 ms 0 /classes/GroupReduction.php:156
3727
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitwishlist" LIMIT 1
0.050 ms 1 /classes/module/Module.php:2659
557
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5845 LIMIT 1
0.050 ms 1 /classes/Product.php:5659
1447
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5847 LIMIT 1
0.050 ms 1 /classes/Product.php:5659
1971
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 549242
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.050 ms 0 /classes/SpecificPrice.php:259
2474
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5822 LIMIT 1
0.050 ms 1 /classes/Product.php:5659
2496
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 539580
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.050 ms 0 /classes/SpecificPrice.php:259
2641
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 13135 AND id_shop=1 LIMIT 1
0.050 ms 1 /classes/Product.php:6876
3733
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 79 AND `id_shop` = 1 LIMIT 1
0.050 ms 1 /classes/module/Module.php:2132
142
SELECT SQL_NO_CACHE `name`
FROM `een_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 186 LIMIT 1
0.049 ms 1 /classes/Country.php:252
302
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 12942 AND id_shop=1 LIMIT 1
0.049 ms 1 /classes/Product.php:6876
330
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1038 LIMIT 1
0.049 ms 1 /classes/Product.php:5659
336
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 6655) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.049 ms 1 /classes/stock/StockAvailable.php:453
579
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5847 LIMIT 1
0.049 ms 1 /classes/Product.php:5659
583
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 611580 AND id_shop=1 LIMIT 1
0.049 ms 1 /classes/Product.php:6876
904
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 585532) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.049 ms 1 /classes/stock/StockAvailable.php:453
1061
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1023 LIMIT 1
0.049 ms 1 /classes/Product.php:5659
1965
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 549423 AND `id_group` = 1 LIMIT 1
0.049 ms 0 /classes/GroupReduction.php:156
1981
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 549156
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.049 ms 0 /classes/SpecificPrice.php:259
2268
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 544358) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.049 ms 1 /classes/stock/StockAvailable.php:453
2433
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 418 LIMIT 1
0.049 ms 1 /classes/Product.php:5659
2458
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 539634 AND `id_group` = 1 LIMIT 1
0.049 ms 0 /classes/GroupReduction.php:156
130
SELECT SQL_NO_CACHE `name`
FROM `een_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 19 LIMIT 1
0.049 ms 1 /classes/Country.php:252
134
SELECT SQL_NO_CACHE `name`
FROM `een_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 4 LIMIT 1
0.049 ms 1 /classes/Country.php:252
138
SELECT SQL_NO_CACHE `name`
FROM `een_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 3 LIMIT 1
0.049 ms 1 /classes/Country.php:252
428
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 4460 AND id_shop=1 LIMIT 1
0.049 ms 1 /classes/Product.php:6876
563
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 3668) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.049 ms 1 /classes/stock/StockAvailable.php:453
617
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 610654) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.049 ms 1 /classes/stock/StockAvailable.php:453
1282
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 567388) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.049 ms 1 /classes/stock/StockAvailable.php:453
1386
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5847 LIMIT 1
0.049 ms 1 /classes/Product.php:5659
1497
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5845 LIMIT 1
0.049 ms 1 /classes/Product.php:5659
1844
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 550252 AND id_shop=1 LIMIT 1
0.049 ms 1 /classes/Product.php:6876
2021
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 548749
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.049 ms 0 /classes/SpecificPrice.php:259
2413
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1027 LIMIT 1
0.049 ms 1 /classes/Product.php:5659
2489
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 576093 AND `id_group` = 1 LIMIT 1
0.049 ms 0 /classes/GroupReduction.php:156
2495
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 413 LIMIT 1
0.049 ms 1 /classes/Product.php:5659
2601
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 570589 AND `id_group` = 1 LIMIT 1
0.049 ms 0 /classes/GroupReduction.php:156
2653
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 13136) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.049 ms 1 /classes/stock/StockAvailable.php:453
2784
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 552840 AND `id_group` = 1 LIMIT 1
0.049 ms 0 /classes/GroupReduction.php:156
3726
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1
0.049 ms 1 /classes/module/Module.php:2132
191
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 40052 AND `id_group` = 1 LIMIT 1
0.048 ms 0 /classes/GroupReduction.php:156
952
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 578744 AND id_shop=1 LIMIT 1
0.048 ms 1 /classes/Product.php:6876
1645
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 552215) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.048 ms 1 /classes/stock/StockAvailable.php:453
1814
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 550300 AND id_shop=1 LIMIT 1
0.048 ms 1 /classes/Product.php:6876
1950
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1015 LIMIT 1
0.048 ms 1 /classes/Product.php:5659
2510
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 586156 AND `id_group` = 1 LIMIT 1
0.048 ms 0 /classes/GroupReduction.php:156
2651
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 13136 AND id_shop=1 LIMIT 1
0.048 ms 1 /classes/Product.php:6876
2768
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1013 LIMIT 1
0.048 ms 1 /classes/Product.php:5659
10
SELECT SQL_NO_CACHE id_shop
FROM `een_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.048 ms 1 /classes/ObjectModel.php:1729
220
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 415 LIMIT 1
0.048 ms 1 /classes/Category.php:1378
323
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 9413 AND id_shop=1 LIMIT 1
0.048 ms 1 /classes/Product.php:6876
543
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 3671) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.048 ms 1 /classes/stock/StockAvailable.php:453
622
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 609970
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.048 ms 0 /classes/SpecificPrice.php:259
942
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 580689 AND id_shop=1 LIMIT 1
0.048 ms 1 /classes/Product.php:6876
1044
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 574407 AND id_shop=1 LIMIT 1
0.048 ms 1 /classes/Product.php:6876
1095
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 573038 AND id_shop=1 LIMIT 1
0.048 ms 1 /classes/Product.php:6876
1184
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 570856
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.048 ms 0 /classes/SpecificPrice.php:259
1187
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 570856 AND id_shop=1 LIMIT 1
0.048 ms 1 /classes/Product.php:6876
1200
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 570810) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.048 ms 1 /classes/stock/StockAvailable.php:453
1280
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 567388 AND id_shop=1 LIMIT 1
0.048 ms 1 /classes/Product.php:6876
1366
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5845 LIMIT 1
0.048 ms 1 /classes/Product.php:5659
1477
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5847 LIMIT 1
0.048 ms 1 /classes/Product.php:5659
1507
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5847 LIMIT 1
0.048 ms 1 /classes/Product.php:5659
1615
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 557610) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.048 ms 1 /classes/stock/StockAvailable.php:453
1743
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 550715 AND id_shop=1 LIMIT 1
0.048 ms 1 /classes/Product.php:6876
1760
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 550572
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.048 ms 0 /classes/SpecificPrice.php:259
1954
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 549434 AND id_shop=1 LIMIT 1
0.048 ms 1 /classes/Product.php:6876
2001
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 548825
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.048 ms 0 /classes/SpecificPrice.php:259
2479
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 573441 AND `id_group` = 1 LIMIT 1
0.048 ms 0 /classes/GroupReduction.php:156
2541
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 552655 AND `id_group` = 1 LIMIT 1
0.048 ms 0 /classes/GroupReduction.php:156
2643
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 13135) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.048 ms 1 /classes/stock/StockAvailable.php:453
2701
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 603079 AND id_shop=1 LIMIT 1
0.048 ms 1 /classes/Product.php:6876
2846
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 647717 AND `id_group` = 1 LIMIT 1
0.048 ms 0 /classes/GroupReduction.php:156
2858
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 647770 AND `id_group` = 1 LIMIT 1
0.048 ms 0 /classes/GroupReduction.php:156
2892
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 647911 AND `id_group` = 1 LIMIT 1
0.048 ms 0 /classes/GroupReduction.php:156
3730
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 70 AND `id_shop` = 1 LIMIT 1
0.048 ms 1 /classes/module/Module.php:2132
63
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "gsnippetsreviews" LIMIT 1
0.047 ms 0 /classes/module/Module.php:2659
430
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 4460) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.047 ms 1 /classes/stock/StockAvailable.php:453
702
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 29 LIMIT 1
0.047 ms 1 /classes/Category.php:1378
2500
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 539580 AND `id_group` = 1 LIMIT 1
0.047 ms 0 /classes/GroupReduction.php:156
36
SELECT SQL_NO_CACHE id_shop
FROM `een_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.047 ms 1 /classes/ObjectModel.php:1729
460
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 4442) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.047 ms 1 /classes/stock/StockAvailable.php:453
594
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 610874 AND id_shop=1 LIMIT 1
0.047 ms 1 /classes/Product.php:6876
718
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 602770 AND id_shop=1 LIMIT 1
0.047 ms 1 /classes/Product.php:6876
852
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 590862) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.047 ms 1 /classes/stock/StockAvailable.php:453
887
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 1032 LIMIT 1
0.047 ms 1 /classes/Category.php:1378
1116
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 572166 AND id_shop=1 LIMIT 1
0.047 ms 1 /classes/Product.php:6876
1198
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 570810 AND id_shop=1 LIMIT 1
0.047 ms 1 /classes/Product.php:6876
1261
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 567844 AND `id_group` = 1 LIMIT 1
0.047 ms 0 /classes/GroupReduction.php:156
1267
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 567392
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.047 ms 0 /classes/SpecificPrice.php:259
1537
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 2788 LIMIT 1
0.047 ms 1 /classes/Category.php:1378
1635
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 553071) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.047 ms 1 /classes/stock/StockAvailable.php:453
1665
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 551620) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.047 ms 1 /classes/stock/StockAvailable.php:453
1695
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 551287) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.047 ms 1 /classes/stock/StockAvailable.php:453
1729
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5845 LIMIT 1
0.047 ms 1 /classes/Product.php:5659
1991
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 549016
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.047 ms 0 /classes/SpecificPrice.php:259
2004
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 548825 AND id_shop=1 LIMIT 1
0.047 ms 1 /classes/Product.php:6876
2025
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 548749 AND `id_group` = 1 LIMIT 1
0.047 ms 0 /classes/GroupReduction.php:156
2087
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 547665) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.047 ms 1 /classes/stock/StockAvailable.php:453
2258
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 544543) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.047 ms 1 /classes/stock/StockAvailable.php:453
2278
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 544323) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.047 ms 1 /classes/stock/StockAvailable.php:453
2423
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1015 LIMIT 1
0.047 ms 1 /classes/Product.php:5659
2429
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 541309) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.047 ms 1 /classes/stock/StockAvailable.php:453
2468
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 539473 AND `id_group` = 1 LIMIT 1
0.047 ms 0 /classes/GroupReduction.php:156
2521
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 583820 AND `id_group` = 1 LIMIT 1
0.047 ms 0 /classes/GroupReduction.php:156
2531
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 570899 AND `id_group` = 1 LIMIT 1
0.047 ms 0 /classes/GroupReduction.php:156
2581
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 570778 AND `id_group` = 1 LIMIT 1
0.047 ms 0 /classes/GroupReduction.php:156
2648
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 13136
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.047 ms 0 /classes/SpecificPrice.php:259
2683
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 575018) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.047 ms 1 /classes/stock/StockAvailable.php:453
2824
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 548444 AND `id_group` = 1 LIMIT 1
0.047 ms 0 /classes/GroupReduction.php:156
2835
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 647711 AND `id_group` = 1 LIMIT 1
0.047 ms 0 /classes/GroupReduction.php:156
2870
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 647808 AND `id_group` = 1 LIMIT 1
0.047 ms 0 /classes/GroupReduction.php:156
2881
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 647888 AND `id_group` = 1 LIMIT 1
0.047 ms 0 /classes/GroupReduction.php:156
3728
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 87 AND `id_shop` = 1 LIMIT 1
0.047 ms 1 /classes/module/Module.php:2132
40
SELECT SQL_NO_CACHE `id_category`
FROM `een_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.046 ms 1 /classes/Category.php:2450
187
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 40052 AND id_shop=1 LIMIT 1
0.046 ms 1 /classes/Product.php:6876
214
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 40032 AND id_shop=1 LIMIT 1
0.046 ms 1 /classes/Product.php:6876
250
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 30982) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.046 ms 1 /classes/stock/StockAvailable.php:453
340
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 1021 LIMIT 1
0.046 ms 1 /classes/Category.php:1378
525
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 5845 LIMIT 1
0.046 ms 1 /classes/Category.php:1378
548
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 3669
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.046 ms 0 /classes/SpecificPrice.php:259
585
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 611580) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.046 ms 1 /classes/stock/StockAvailable.php:453
600
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 5729 LIMIT 1
0.046 ms 1 /classes/Category.php:1378
607
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 610732) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.046 ms 1 /classes/stock/StockAvailable.php:453
894
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 588740) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.046 ms 1 /classes/stock/StockAvailable.php:453
934
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 580950) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.046 ms 1 /classes/stock/StockAvailable.php:453
1003
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 575645 AND id_shop=1 LIMIT 1
0.046 ms 1 /classes/Product.php:6876
1005
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 575645) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.046 ms 1 /classes/stock/StockAvailable.php:453
1106
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 572667 AND id_shop=1 LIMIT 1
0.046 ms 1 /classes/Product.php:6876
1625
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 554085) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.046 ms 1 /classes/stock/StockAvailable.php:453
1705
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 551249) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.046 ms 1 /classes/stock/StockAvailable.php:453
1713
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 551177 AND id_shop=1 LIMIT 1
0.046 ms 1 /classes/Product.php:6876
1765
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 550572) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.046 ms 1 /classes/stock/StockAvailable.php:453
2238
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 545474) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.046 ms 1 /classes/stock/StockAvailable.php:453
2362
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 441 LIMIT 1
0.046 ms 1 /classes/Category.php:1378
2393
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 418 LIMIT 1
0.046 ms 1 /classes/Product.php:5659
2551
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 556076 AND `id_group` = 1 LIMIT 1
0.046 ms 0 /classes/GroupReduction.php:156
2591
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 583904 AND `id_group` = 1 LIMIT 1
0.046 ms 0 /classes/GroupReduction.php:156
2610
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 544488 AND id_shop=1 LIMIT 1
0.046 ms 1 /classes/Product.php:6876
2703
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 603079) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.046 ms 1 /classes/stock/StockAvailable.php:453
2794
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 570992 AND `id_group` = 1 LIMIT 1
0.046 ms 0 /classes/GroupReduction.php:156
2804
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 562721 AND `id_group` = 1 LIMIT 1
0.046 ms 0 /classes/GroupReduction.php:156
2814
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 550312 AND `id_group` = 1 LIMIT 1
0.046 ms 0 /classes/GroupReduction.php:156
883
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 589038) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.046 ms 1 /classes/stock/StockAvailable.php:453
1431
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 564501 AND id_shop=1 LIMIT 1
0.046 ms 1 /classes/Product.php:6876
2312
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 29 LIMIT 1
0.046 ms 1 /classes/Product.php:5659
271
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 25072) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.045 ms 1 /classes/stock/StockAvailable.php:453
286
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 1013 LIMIT 1
0.045 ms 1 /classes/Category.php:1378
434
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1039 LIMIT 1
0.045 ms 1 /classes/Product.php:5659
489
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 4319 AND id_shop=1 LIMIT 1
0.045 ms 1 /classes/Product.php:6876
596
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 610874) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.045 ms 1 /classes/stock/StockAvailable.php:453
625
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 609970 AND id_shop=1 LIMIT 1
0.045 ms 1 /classes/Product.php:6876
627
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 609970) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.045 ms 1 /classes/stock/StockAvailable.php:453
672
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5729 LIMIT 1
0.045 ms 1 /classes/Product.php:5659
740
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 602161) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.045 ms 1 /classes/stock/StockAvailable.php:453
832
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 595928) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.045 ms 1 /classes/stock/StockAvailable.php:453
863
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 589384) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.045 ms 1 /classes/stock/StockAvailable.php:453
898
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5799 LIMIT 1
0.045 ms 1 /classes/Product.php:5659
973
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 576297 AND id_shop=1 LIMIT 1
0.045 ms 1 /classes/Product.php:6876
1023
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 574588 AND id_shop=1 LIMIT 1
0.045 ms 1 /classes/Product.php:6876
1039
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 1014 LIMIT 1
0.045 ms 1 /classes/Category.php:1378
1067
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 573393) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.045 ms 1 /classes/stock/StockAvailable.php:453
1132
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 5846 LIMIT 1
0.045 ms 1 /classes/Category.php:1378
1147
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 571489 AND id_shop=1 LIMIT 1
0.045 ms 1 /classes/Product.php:6876
1157
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 571478 AND id_shop=1 LIMIT 1
0.045 ms 1 /classes/Product.php:6876
1169
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 571125) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.045 ms 1 /classes/stock/StockAvailable.php:453
1250
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 569028 AND id_shop=1 LIMIT 1
0.045 ms 1 /classes/Product.php:6876
1257
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 567844
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.045 ms 0 /classes/SpecificPrice.php:259
1579
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 418 LIMIT 1
0.045 ms 1 /classes/Product.php:5659
1595
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 558350) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.045 ms 1 /classes/stock/StockAvailable.php:453
1605
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 558041) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.045 ms 1 /classes/stock/StockAvailable.php:453
1745
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 550715) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.045 ms 1 /classes/stock/StockAvailable.php:453
1749
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5729 LIMIT 1
0.045 ms 1 /classes/Product.php:5659
1773
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 550428 AND id_shop=1 LIMIT 1
0.045 ms 1 /classes/Product.php:6876
1945
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 549456 AND `id_group` = 1 LIMIT 1
0.045 ms 0 /classes/GroupReduction.php:156
1961
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 549423
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.045 ms 0 /classes/SpecificPrice.php:259
2085
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 547665 AND id_shop=1 LIMIT 1
0.045 ms 1 /classes/Product.php:6876
2292
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 418 LIMIT 1
0.045 ms 1 /classes/Product.php:5659
2296
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 544028 AND id_shop=1 LIMIT 1
0.045 ms 1 /classes/Product.php:6876
2342
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1015 LIMIT 1
0.045 ms 1 /classes/Product.php:5659
2439
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 540677) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.045 ms 1 /classes/stock/StockAvailable.php:453
2657
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1013 LIMIT 1
0.045 ms 1 /classes/Product.php:5659
2661
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 574549 AND id_shop=1 LIMIT 1
0.045 ms 1 /classes/Product.php:6876
2671
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 574650 AND id_shop=1 LIMIT 1
0.045 ms 1 /classes/Product.php:6876
2724
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 604012) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.045 ms 1 /classes/stock/StockAvailable.php:453
147
SELECT SQL_NO_CACHE `id_category`
FROM `een_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.045 ms 1 /classes/Category.php:2450
261
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 25139) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.045 ms 1 /classes/stock/StockAvailable.php:453
570
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 614243
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.045 ms 0 /classes/SpecificPrice.php:259
877
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5847 LIMIT 1
0.045 ms 1 /classes/Product.php:5659
1118
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 572166) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.045 ms 1 /classes/stock/StockAvailable.php:453
1517
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5845 LIMIT 1
0.045 ms 1 /classes/Product.php:5659
1527
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5845 LIMIT 1
0.045 ms 1 /classes/Product.php:5659
1655
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 552118) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.045 ms 1 /classes/stock/StockAvailable.php:453
1846
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 550252) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.045 ms 1 /classes/stock/StockAvailable.php:453
2308
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 543423) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.045 ms 1 /classes/stock/StockAvailable.php:453
2448
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 539954 AND `id_group` = 1 LIMIT 1
0.045 ms 0 /classes/GroupReduction.php:156
2612
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 544488) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.045 ms 1 /classes/stock/StockAvailable.php:453
2718
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1013 LIMIT 1
0.045 ms 1 /classes/Product.php:5659
210
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1012 LIMIT 1
0.044 ms 1 /classes/Product.php:5659
216
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 40032) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
231
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 1030 LIMIT 1
0.044 ms 1 /classes/Category.php:1378
242
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 2368 LIMIT 1
0.044 ms 1 /classes/Category.php:1378
530
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 3675 AND id_shop=1 LIMIT 1
0.044 ms 1 /classes/Product.php:6876
631
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 1020 LIMIT 1
0.044 ms 1 /classes/Category.php:1378
696
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 602926 AND id_shop=1 LIMIT 1
0.044 ms 1 /classes/Product.php:6876
744
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 29 LIMIT 1
0.044 ms 1 /classes/Product.php:5659
760
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 600667) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
856
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 411 LIMIT 1
0.044 ms 1 /classes/Category.php:1378
958
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 5825 LIMIT 1
0.044 ms 1 /classes/Category.php:1378
975
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 576297) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
1035
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 574570) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
1077
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 573233) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
1108
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 572667) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
1126
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 571806 AND id_shop=1 LIMIT 1
0.044 ms 1 /classes/Product.php:6876
1149
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 571489) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
1167
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 571125 AND id_shop=1 LIMIT 1
0.044 ms 1 /classes/Product.php:6876
1286
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1032 LIMIT 1
0.044 ms 1 /classes/Product.php:5659
1403
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 565075) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
1413
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 564940) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
1471
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 562930 AND id_shop=1 LIMIT 1
0.044 ms 1 /classes/Product.php:6876
1521
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 562424 AND id_shop=1 LIMIT 1
0.044 ms 1 /classes/Product.php:6876
1533
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 562397) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
1544
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 561838) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
1548
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1015 LIMIT 1
0.044 ms 1 /classes/Product.php:5659
1558
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1015 LIMIT 1
0.044 ms 1 /classes/Product.php:5659
1685
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 551345) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
1769
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1030 LIMIT 1
0.044 ms 1 /classes/Product.php:5659
1820
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1031 LIMIT 1
0.044 ms 1 /classes/Product.php:5659
1840
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1031 LIMIT 1
0.044 ms 1 /classes/Product.php:5659
1921
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 549713
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.044 ms 0 /classes/SpecificPrice.php:259
1985
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 549156 AND `id_group` = 1 LIMIT 1
0.044 ms 0 /classes/GroupReduction.php:156
2132
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 28 LIMIT 1
0.044 ms 1 /classes/Product.php:5659
2218
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 545709) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
2236
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 545474 AND id_shop=1 LIMIT 1
0.044 ms 1 /classes/Product.php:6876
2272
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1020 LIMIT 1
0.044 ms 1 /classes/Product.php:5659
2282
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5727 LIMIT 1
0.044 ms 1 /classes/Product.php:5659
2302
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5825 LIMIT 1
0.044 ms 1 /classes/Product.php:5659
2697
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1013 LIMIT 1
0.044 ms 1 /classes/Product.php:5659
39
SELECT SQL_NO_CACHE id_shop
FROM `een_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.044 ms 1 /classes/ObjectModel.php:1729
206
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 40036) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
225
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 36930 AND id_shop=1 LIMIT 1
0.044 ms 1 /classes/Product.php:6876
280
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 14272 AND id_shop=1 LIMIT 1
0.044 ms 1 /classes/Product.php:6876
282
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 14272) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
347
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 6491) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
355
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 6363 AND id_shop=1 LIMIT 1
0.044 ms 1 /classes/Product.php:6876
372
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 742 LIMIT 1
0.044 ms 1 /classes/Category.php:1378
515
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2368 LIMIT 1
0.044 ms 1 /classes/Product.php:5659
589
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 5799 LIMIT 1
0.044 ms 1 /classes/Category.php:1378
615
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 610654 AND id_shop=1 LIMIT 1
0.044 ms 1 /classes/Product.php:6876
648
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 608525) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
720
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 602770) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
815
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 5727 LIMIT 1
0.044 ms 1 /classes/Category.php:1378
842
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 592710) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
1046
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 574407) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
1050
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 1027 LIMIT 1
0.044 ms 1 /classes/Category.php:1378
1122
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5847 LIMIT 1
0.044 ms 1 /classes/Product.php:5659
1211
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 570322) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
1392
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 565095) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
1407
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5845 LIMIT 1
0.044 ms 1 /classes/Product.php:5659
1411
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 564940 AND id_shop=1 LIMIT 1
0.044 ms 1 /classes/Product.php:6876
1554
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 561029) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
1669
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2368 LIMIT 1
0.044 ms 1 /classes/Product.php:5659
1675
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 551532) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
1789
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 1031 LIMIT 1
0.044 ms 1 /classes/Category.php:1378
1830
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1031 LIMIT 1
0.044 ms 1 /classes/Product.php:5659
1915
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 549724 AND `id_group` = 1 LIMIT 1
0.044 ms 0 /classes/GroupReduction.php:156
2097
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 547376) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
2212
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1015 LIMIT 1
0.044 ms 1 /classes/Product.php:5659
2248
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 544569) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
2262
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1015 LIMIT 1
0.044 ms 1 /classes/Product.php:5659
2277
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 544323 AND `id_group` = 1 LIMIT 1
0.044 ms 0 /classes/GroupReduction.php:156
2288
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 544260) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
2306
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 543423 AND id_shop=1 LIMIT 1
0.044 ms 1 /classes/Product.php:6876
2352
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2788 LIMIT 1
0.044 ms 1 /classes/Product.php:5659
2617
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 543106
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.044 ms 0 /classes/SpecificPrice.php:259
2663
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 574549) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
2722
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 604012 AND id_shop=1 LIMIT 1
0.044 ms 1 /classes/Product.php:6876
204
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 40036 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
227
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 36930) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
254
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 367 LIMIT 1
0.043 ms 1 /classes/Category.php:1378
470
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 4331) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
511
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 3688) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
521
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 3676) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
541
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 3671 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
724
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2754 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
730
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 602479) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
780
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 598728) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
837
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 592710
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.043 ms 0 /classes/SpecificPrice.php:259
850
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 590862 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
963
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 576411 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
979
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 29 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
1009
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5825 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
1081
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5845 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
1128
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 571806) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
1137
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 571632 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
1163
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5843 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
1173
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5845 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
1204
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 5844 LIMIT 1
0.043 ms 1 /classes/Category.php:1378
1225
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5847 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
1235
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 442 LIMIT 1
0.043 ms 1 /classes/Category.php:1378
1336
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5845 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
1342
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 565993) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
1346
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5845 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
1356
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1015 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
1372
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 565480) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
1451
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 563760 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
1453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 563760) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
1457
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5843 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
1463
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 563725) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
1467
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5847 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
1542
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 561838 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
1552
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 561029 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
1568
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 411 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
1689
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2368 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
1735
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 550858) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
1816
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 550300) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
1850
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1031 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
1870
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1031 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
1890
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5729 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
2095
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 547376 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
2138
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 546968) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
2198
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 546058) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
2202
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2788 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
2252
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 418 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
2332
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 418 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
2373
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5727 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
2403
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1015 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
2409
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 541423) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
2620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 543106 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
2693
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 598641) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
2744
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 604308) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
265
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 415 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
351
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1043 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
361
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 1045 LIMIT 1
0.043 ms 1 /classes/Category.php:1378
413
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 1039 LIMIT 1
0.043 ms 1 /classes/Category.php:1378
440
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 4459) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
474
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 2760 LIMIT 1
0.043 ms 1 /classes/Category.php:1378
495
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1030 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
509
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 3688 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
532
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 3675) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
638
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 609473) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
652
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5847 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
656
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 607412 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
658
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 607412) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
668
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 605851) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
678
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 604002) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
698
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 602926) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
713
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 1023 LIMIT 1
0.043 ms 1 /classes/Category.php:1378
734
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5847 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
750
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 601927) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
770
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 599803) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
774
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 29 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
804
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 1015 LIMIT 1
0.043 ms 1 /classes/Category.php:1378
811
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 596395) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
822
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 596002) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
840
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 592710 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
881
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 589038 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
928
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5729 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
944
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 580689) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
965
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 576411) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
969
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 29 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
993
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 575821 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
995
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 575821) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
1033
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 574570 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
1055
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 574323 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
1065
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 573393 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
1071
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5727 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
1075
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 573233 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
1101
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 5843 LIMIT 1
0.043 ms 1 /classes/Category.php:1378
1112
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5845 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
1143
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5843 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
1153
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5729 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
1221
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 569951) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
1292
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 567193) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
1302
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 566612) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
1390
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 565095 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
1401
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 565075 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
1421
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 564755 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
1433
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 564501) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
1437
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5845 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
1473
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 562930) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
1483
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 562733) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
1501
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 562707 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
1513
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 562443) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
1562
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 561022 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
1572
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 559503 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
1574
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 559503) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
1589
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1015 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
1629
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 411 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
1679
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5847 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
1723
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 551090 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
1775
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 550428) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
1785
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 550406) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
1824
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 550274 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
1826
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 550274) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
1834
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 550273 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
1854
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 550247 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
1900
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5845 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
2106
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 547371 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
2118
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 547204) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
2216
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 545709 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
2222
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1015 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
2226
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 545693 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
2228
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 545693) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
2232
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 28 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
2266
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 544358 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
2276
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 544323 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
2286
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 544260 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
2298
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 544028) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
2322
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 29 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
2383
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1021 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
2630
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 577984 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
2687
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1013 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
2691
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 598641 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
2728
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1013 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
438
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 4459 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
444
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1039 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
692
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5729 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
707
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 602861 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
758
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 600667 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
983
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 576144 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
1481
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 562733 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
1523
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 562424) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
1603
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 558041 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
1609
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1015 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
1619
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1032 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
1693
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 551287 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
1719
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5729 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
1884
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 550200 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
2055
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 548036 AND `id_group` = 1 LIMIT 1
0.042 ms 0 /classes/GroupReduction.php:156
2142
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1015 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
2166
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 546692 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
2318
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 543357) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
2399
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 541828) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
2407
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 541423 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
2708
SELECT SQL_NO_CACHE `name`
FROM `een_manufacturer`
WHERE `id_manufacturer` = 11541
AND `active` = 1 LIMIT 1
0.042 ms 1 /classes/Manufacturer.php:316
53
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.042 ms 0 /classes/module/Module.php:2132
64
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "gremarketing" LIMIT 1
0.042 ms 0 /classes/module/Module.php:2659
238
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 36753) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
247
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 30982 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
259
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 25139 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
269
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 25072 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
298
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
379
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 4840) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
383
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1038 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
393
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1038 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
397
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 4495 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
424
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1038 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
454
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1038 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
479
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 4321 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
485
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1042 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
499
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 3689 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
501
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 3689) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
505
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2368 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
519
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 3676 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
605
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 610732 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
611
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5729 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
636
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 609473 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
642
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1030 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
662
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5799 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
686
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 603687 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
688
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 603687) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
709
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 602861) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
714
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1023 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
728
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 602479 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
738
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 602161 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
754
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1020 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
764
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 29 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
768
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 599803 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
778
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 598728 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
784
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 29 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
790
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 598493) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
800
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 598433) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
830
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 595928 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
867
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5847 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
902
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 585532 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
908
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5799 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
918
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5729 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
932
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 580950 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
948
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1015 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
999
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 29 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
1013
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 574720 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
1015
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 574720) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
1019
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5845 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
1057
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 574323) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
1091
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5845 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
1097
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 573038) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
1139
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 571632) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
1159
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 571478) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
1215
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5845 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
1231
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 569638) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
1242
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 569193) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
1296
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1015 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
1300
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 566612 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
1306
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5845 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
1312
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 566416) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
1322
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 566355) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
1326
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5847 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
1352
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 565828) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
1370
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 565480 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
1380
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 565460 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
1382
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 565460) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
1417
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5847 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
1423
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 564755) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
1461
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 563725 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
1491
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 562716 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
1493
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 562716) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
1503
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 562707) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
1511
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 562443 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
1531
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 562397 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
1564
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 561022) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
1580
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 559320
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.042 ms 0 /classes/SpecificPrice.php:259
1599
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5847 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
1649
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5742 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
1659
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5845 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
1699
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5845 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
1715
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 551177) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
1725
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 551090) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
1739
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5845 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
1779
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5845 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
1783
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 550406 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
1794
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 550403 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
1800
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1031 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
1806
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 550306) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
1810
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1031 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
1856
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 550247) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
1860
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1015 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
1864
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 550242 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
1880
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1031 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
1904
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 549843 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
1906
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 549843) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
1931
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 549555
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.042 ms 0 /classes/SpecificPrice.php:259
1975
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 549242 AND `id_group` = 1 LIMIT 1
0.042 ms 0 /classes/GroupReduction.php:156
2108
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 547371) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
2116
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 547204 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
2122
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1021 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
2136
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 546968 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
2146
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 546867 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
2148
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 546867) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
2152
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5727 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
2162
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 28 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
2168
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 546692) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
2172
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1015 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
2182
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1015 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
2188
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 546348) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
2242
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 28 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
2348
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 542781) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
2417
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 541355 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
2627
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 577984
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.042 ms 0 /classes/SpecificPrice.php:259
2677
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1013 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
2681
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 575018 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
2738
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1013 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
2742
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 604308 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
2754
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 606429) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
2758
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1013 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
2764
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 618126) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
2774
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 618456) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
56
SELECT SQL_NO_CACHE `need_identification_number`
FROM `een_country`
WHERE `id_country` = 17 LIMIT 1
0.041 ms 1 /classes/Country.php:405
233
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 36753
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.041 ms 0 /classes/SpecificPrice.php:259
236
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 36753 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
292
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 13137 AND `id_group` = 1 LIMIT 1
0.041 ms 0 /classes/GroupReduction.php:156
299
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 12942
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.041 ms 0 /classes/SpecificPrice.php:259
309
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 12939
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.041 ms 0 /classes/SpecificPrice.php:259
319
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1043 LIMIT 1
0.041 ms 1 /classes/Product.php:5659
357
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 6363) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.041 ms 1 /classes/stock/StockAvailable.php:453
366
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 6336 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
377
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 4840 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
387
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 4498 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
389
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 4498) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.041 ms 1 /classes/stock/StockAvailable.php:453
403
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1038 LIMIT 1
0.041 ms 1 /classes/Product.php:5659
407
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 4491 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
409
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 4491) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.041 ms 1 /classes/stock/StockAvailable.php:453
418
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 4483 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
420
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 4483) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.041 ms 1 /classes/stock/StockAvailable.php:453
448
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 4453 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
450
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 4453) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.041 ms 1 /classes/stock/StockAvailable.php:453
458
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 4442 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
464
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1042 LIMIT 1
0.041 ms 1 /classes/Product.php:5659
468
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 4331 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
481
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 4321) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.041 ms 1 /classes/stock/StockAvailable.php:453
646
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 608525 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
666
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 605851 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
676
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 604002 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
682
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2368 LIMIT 1
0.041 ms 1 /classes/Product.php:5659
735
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 602161
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.041 ms 0 /classes/SpecificPrice.php:259
748
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 601927 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
788
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 598493 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
794
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5729 LIMIT 1
0.041 ms 1 /classes/Product.php:5659
798
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 598433 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
809
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 596395 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
820
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 596002 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
826
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1015 LIMIT 1
0.041 ms 1 /classes/Product.php:5659
861
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 589384 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
871
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 589319 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
873
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 589319) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.041 ms 1 /classes/stock/StockAvailable.php:453
892
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 588740 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
912
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 583849 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
922
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 582028 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
938
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1020 LIMIT 1
0.041 ms 1 /classes/Product.php:5659
985
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 576144) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.041 ms 1 /classes/stock/StockAvailable.php:453
989
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 29 LIMIT 1
0.041 ms 1 /classes/Product.php:5659
1025
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 574588) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.041 ms 1 /classes/stock/StockAvailable.php:453
1029
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5847 LIMIT 1
0.041 ms 1 /classes/Product.php:5659
1085
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 573077 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
1178
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 570971 AND `id_group` = 1 LIMIT 1
0.041 ms 0 /classes/GroupReduction.php:156
1219
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 569951 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
1246
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1015 LIMIT 1
0.041 ms 1 /classes/Product.php:5659
1290
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 567193 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
1310
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 566416 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
1316
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5845 LIMIT 1
0.041 ms 1 /classes/Product.php:5659
1320
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 566355 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
1330
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 566145 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
1332
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 566145) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.041 ms 1 /classes/stock/StockAvailable.php:453
1340
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 565993 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
1350
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 565828 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
1360
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 565580 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
1362
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 565580) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.041 ms 1 /classes/stock/StockAvailable.php:453
1613
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 557610 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
1623
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 554085 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
1639
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1023 LIMIT 1
0.041 ms 1 /classes/Product.php:5659
1643
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 552215 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
1653
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 552118 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
1663
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 551620 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
1673
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 551532 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
1683
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 551345 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
1703
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 551249 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
1754
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 550624 AND `id_group` = 1 LIMIT 1
0.041 ms 0 /classes/GroupReduction.php:156
1796
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 550403) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.041 ms 1 /classes/stock/StockAvailable.php:453
1804
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 550306 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
1821
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 550274
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.041 ms 0 /classes/SpecificPrice.php:259
1836
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 550273) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.041 ms 1 /classes/stock/StockAvailable.php:453
1866
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 550242) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.041 ms 1 /classes/stock/StockAvailable.php:453
1874
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 550202 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
1876
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 550202) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.041 ms 1 /classes/stock/StockAvailable.php:453
1886
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 550200) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.041 ms 1 /classes/stock/StockAvailable.php:453
1894
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 549992 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
1896
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 549992) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.041 ms 1 /classes/stock/StockAvailable.php:453
1925
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 549713 AND `id_group` = 1 LIMIT 1
0.041 ms 0 /classes/GroupReduction.php:156
2005
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 548825 AND `id_group` = 1 LIMIT 1
0.041 ms 0 /classes/GroupReduction.php:156
2126
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 547001 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
2128
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 547001) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.041 ms 1 /classes/stock/StockAvailable.php:453
2156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 546859 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
2158
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 546859) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.041 ms 1 /classes/stock/StockAvailable.php:453
2176
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 546464 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
2178
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 546464) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.041 ms 1 /classes/stock/StockAvailable.php:453
2186
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 546348 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
2192
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 28 LIMIT 1
0.041 ms 1 /classes/Product.php:5659
2196
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 546058 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
2206
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 546031 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
2246
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 544569 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
2256
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 544543 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
2303
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 543423
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.041 ms 0 /classes/SpecificPrice.php:259
2316
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 543357 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
2326
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 543348 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
2328
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 543348) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.041 ms 1 /classes/stock/StockAvailable.php:453
2336
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 543008 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
2356
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 542706 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
2367
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 542487 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
2369
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 542487) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.041 ms 1 /classes/stock/StockAvailable.php:453
2377
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 542345 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
2379
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 542345) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.041 ms 1 /classes/stock/StockAvailable.php:453
2397
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 541828 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
2419
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 541355) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.041 ms 1 /classes/stock/StockAvailable.php:453
2427
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 541309 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
2437
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 540677 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
2637
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1011 LIMIT 1
0.041 ms 1 /classes/Product.php:5659
2667
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1013 LIMIT 1
0.041 ms 1 /classes/Product.php:5659
2673
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 574650) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.041 ms 1 /classes/stock/StockAvailable.php:453
2709
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 604006
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.041 ms 0 /classes/SpecificPrice.php:259
2732
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 604022 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
2734
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 604022) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.041 ms 1 /classes/stock/StockAvailable.php:453
2748
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1013 LIMIT 1
0.041 ms 1 /classes/Product.php:5659
2752
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 606429 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
2762
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 618126 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
2772
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 618456 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
4008
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.041 ms 0 /classes/module/Module.php:2132
1593
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 558350 AND id_shop=1 LIMIT 1
0.041 ms 1 /classes/Product.php:6876
22
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.040 ms 0 /classes/module/Module.php:2132
75
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_dynamic_last_product_not_ordered` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `last_product_ordered` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8;
0.040 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
183
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE `to` BETWEEN '2026-04-28 00:00:00' AND '2026-04-28 23:59:59' LIMIT 1
0.040 ms 1 /classes/SpecificPrice.php:381
211
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 40032
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.040 ms 0 /classes/SpecificPrice.php:259
368
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 6336) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.040 ms 1 /classes/stock/StockAvailable.php:453
399
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 4495) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.040 ms 1 /classes/stock/StockAvailable.php:453
491
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 4319) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.040 ms 1 /classes/stock/StockAvailable.php:453
1087
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 573077) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.040 ms 1 /classes/stock/StockAvailable.php:453
1194
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5742 LIMIT 1
0.040 ms 1 /classes/Product.php:5659
1209
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 570322 AND id_shop=1 LIMIT 1
0.040 ms 1 /classes/Product.php:6876
1229
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 569638 AND id_shop=1 LIMIT 1
0.040 ms 1 /classes/Product.php:6876
1271
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 567392 AND `id_group` = 1 LIMIT 1
0.040 ms 0 /classes/GroupReduction.php:156
1397
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5726 LIMIT 1
0.040 ms 1 /classes/Product.php:5659
1458
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 563725
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.040 ms 0 /classes/SpecificPrice.php:259
1633
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 553071 AND id_shop=1 LIMIT 1
0.040 ms 1 /classes/Product.php:6876
1941
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 549456
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.040 ms 0 /classes/SpecificPrice.php:259
1955
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 549434 AND `id_group` = 1 LIMIT 1
0.040 ms 0 /classes/GroupReduction.php:156
2208
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 546031) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.040 ms 1 /classes/stock/StockAvailable.php:453
2338
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 543008) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.040 ms 1 /classes/stock/StockAvailable.php:453
2346
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 542781 AND id_shop=1 LIMIT 1
0.040 ms 1 /classes/Product.php:6876
2358
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 542706) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.040 ms 1 /classes/stock/StockAvailable.php:453
2387
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 542329 AND id_shop=1 LIMIT 1
0.040 ms 1 /classes/Product.php:6876
2389
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 542329) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.040 ms 1 /classes/stock/StockAvailable.php:453
2434
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 540677
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.040 ms 0 /classes/SpecificPrice.php:259
2607
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 544488
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.040 ms 0 /classes/SpecificPrice.php:259
558
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 3668
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.040 ms 0 /classes/SpecificPrice.php:259
933
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 580950 AND `id_group` = 1 LIMIT 1
0.040 ms 0 /classes/GroupReduction.php:156
1240
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 569193 AND id_shop=1 LIMIT 1
0.040 ms 1 /classes/Product.php:6876
41
SELECT SQL_NO_CACHE ctg.`id_group`
FROM een_category_group ctg
WHERE ctg.`id_category` = 2 AND ctg.`id_group` = 1 LIMIT 1
0.039 ms 1 /classes/Category.php:1754
527
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 3675
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.039 ms 0 /classes/SpecificPrice.php:259
537
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2754 LIMIT 1
0.039 ms 1 /classes/Product.php:5659
568
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5847 LIMIT 1
0.039 ms 1 /classes/Product.php:5659
569
SELECT SQL_NO_CACHE `name`
FROM `een_manufacturer`
WHERE `id_manufacturer` = 11523
AND `active` = 1 LIMIT 1
0.039 ms 1 /classes/Manufacturer.php:316
715
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 602770
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.039 ms 0 /classes/SpecificPrice.php:259
765
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 599803
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.039 ms 0 /classes/SpecificPrice.php:259
816
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5727 LIMIT 1
0.039 ms 1 /classes/Product.php:5659
1277
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 567388
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.039 ms 0 /classes/SpecificPrice.php:259
1468
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 562930
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.039 ms 0 /classes/SpecificPrice.php:259
1488
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 562716
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.039 ms 0 /classes/SpecificPrice.php:259
1584
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 559320 AND `id_group` = 1 LIMIT 1
0.039 ms 0 /classes/GroupReduction.php:156
2092
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 547376
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.039 ms 0 /classes/SpecificPrice.php:259
2283
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 544260
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.039 ms 0 /classes/SpecificPrice.php:259
2404
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 541423
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.039 ms 0 /classes/SpecificPrice.php:259
2638
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 13135
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.039 ms 0 /classes/SpecificPrice.php:259
4009
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "onepagecheckout" LIMIT 1
0.039 ms 0 /classes/module/Module.php:2659
178
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1012 LIMIT 1
0.039 ms 1 /classes/Product.php:5659
320
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 9413
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.039 ms 0 /classes/SpecificPrice.php:259
1377
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 565460
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.039 ms 0 /classes/SpecificPrice.php:259
1448
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 563760
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.039 ms 0 /classes/SpecificPrice.php:259
2642
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 13135 AND `id_group` = 1 LIMIT 1
0.039 ms 0 /classes/GroupReduction.php:156
4033
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "blockwishlist" LIMIT 1
0.039 ms 1 /classes/module/Module.php:2659
200
SELECT SQL_NO_CACHE `name`
FROM `een_manufacturer`
WHERE `id_manufacturer` = 1635
AND `active` = 1 LIMIT 1
0.038 ms 1 /classes/Manufacturer.php:316
429
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 4460 AND `id_group` = 1 LIMIT 1
0.038 ms 0 /classes/GroupReduction.php:156
580
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 611580
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.038 ms 0 /classes/SpecificPrice.php:259
1367
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 565480
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.038 ms 0 /classes/SpecificPrice.php:259
1478
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 562733
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.038 ms 0 /classes/SpecificPrice.php:259
2223
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 545693
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.038 ms 0 /classes/SpecificPrice.php:259
2414
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 541355
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.038 ms 0 /classes/SpecificPrice.php:259
49
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.038 ms 0 /classes/module/Module.php:2132
303
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 12942 AND `id_group` = 1 LIMIT 1
0.038 ms 0 /classes/GroupReduction.php:156
324
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 9413 AND `id_group` = 1 LIMIT 1
0.038 ms 0 /classes/GroupReduction.php:156
341
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1021 LIMIT 1
0.038 ms 1 /classes/Product.php:5659
755
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 600667
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.038 ms 0 /classes/SpecificPrice.php:259
939
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 580689
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.038 ms 0 /classes/SpecificPrice.php:259
1034
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 574570 AND `id_group` = 1 LIMIT 1
0.038 ms 0 /classes/GroupReduction.php:156
1710
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 551177
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.038 ms 0 /classes/SpecificPrice.php:259
1730
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 550858
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.038 ms 0 /classes/SpecificPrice.php:259
1740
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 550715
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.038 ms 0 /classes/SpecificPrice.php:259
1750
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 550624
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.038 ms 0 /classes/SpecificPrice.php:259
1881
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 550200
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.038 ms 0 /classes/SpecificPrice.php:259
2313
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 543357
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.038 ms 0 /classes/SpecificPrice.php:259
2698
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 603079
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.038 ms 0 /classes/SpecificPrice.php:259
221
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 415 LIMIT 1
0.037 ms 1 /classes/Product.php:5659
313
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 12939 AND `id_group` = 1 LIMIT 1
0.037 ms 0 /classes/GroupReduction.php:156
331
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 6655
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.037 ms 0 /classes/SpecificPrice.php:259
847
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 590862
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.037 ms 0 /classes/SpecificPrice.php:259
1195
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 570810
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.037 ms 0 /classes/SpecificPrice.php:259
184
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 40052
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.037 ms 0 /classes/SpecificPrice.php:259
192
SELECT SQL_NO_CACHE `reduction`
FROM `een_group`
WHERE `id_group` = 1 LIMIT 1
0.037 ms 1 /classes/Group.php:154
415
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 4483
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.037 ms 0 /classes/SpecificPrice.php:259
552
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 3669 AND `id_group` = 1 LIMIT 1
0.037 ms 0 /classes/GroupReduction.php:156
562
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 3668 AND `id_group` = 1 LIMIT 1
0.037 ms 0 /classes/GroupReduction.php:156
745
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 601927
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.037 ms 0 /classes/SpecificPrice.php:259
775
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 598728
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.037 ms 0 /classes/SpecificPrice.php:259
878
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 589038
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.037 ms 0 /classes/SpecificPrice.php:259
1387
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 565095
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.037 ms 0 /classes/SpecificPrice.php:259
1442
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 563902 AND `id_group` = 1 LIMIT 1
0.037 ms 0 /classes/GroupReduction.php:156
1508
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 562443
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.037 ms 0 /classes/SpecificPrice.php:259
1911
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 549724
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.037 ms 0 /classes/SpecificPrice.php:259
1935
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 549555 AND `id_group` = 1 LIMIT 1
0.037 ms 0 /classes/GroupReduction.php:156
2143
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 546867
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.037 ms 0 /classes/SpecificPrice.php:259
2374
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 542345
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.037 ms 0 /classes/SpecificPrice.php:259
2621
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 543106 AND `id_group` = 1 LIMIT 1
0.037 ms 0 /classes/GroupReduction.php:156
2631
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 577984 AND `id_group` = 1 LIMIT 1
0.037 ms 0 /classes/GroupReduction.php:156
2652
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 13136 AND `id_group` = 1 LIMIT 1
0.037 ms 0 /classes/GroupReduction.php:156
2692
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 598641 AND `id_group` = 1 LIMIT 1
0.037 ms 0 /classes/GroupReduction.php:156
4028
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.037 ms 0 /classes/module/Module.php:2132
80
CREATE TABLE IF NOT EXISTS `een_gmcp_categories` (`id_category` int(11) NOT NULL, `id_shop` int(11) NOT NULL DEFAULT "1",  UNIQUE KEY `id_category` (`id_category`, `id_shop`)) ENGINE=MyISAM DEFAULT CHARSET=utf8;
0.036 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
222
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 36930
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.036 ms 0 /classes/SpecificPrice.php:259
226
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 36930 AND `id_group` = 1 LIMIT 1
0.036 ms 0 /classes/GroupReduction.php:156
276
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1042 LIMIT 1
0.036 ms 1 /classes/Product.php:5659
342
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 6491
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.036 ms 0 /classes/SpecificPrice.php:259
435
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 4459
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.036 ms 0 /classes/SpecificPrice.php:259
542
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 3671 AND `id_group` = 1 LIMIT 1
0.036 ms 0 /classes/GroupReduction.php:156
574
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 614243 AND `id_group` = 1 LIMIT 1
0.036 ms 0 /classes/GroupReduction.php:156
725
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 602479
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.036 ms 0 /classes/SpecificPrice.php:259
817
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 596002
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.036 ms 0 /classes/SpecificPrice.php:259
862
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 589384 AND `id_group` = 1 LIMIT 1
0.036 ms 0 /classes/GroupReduction.php:156
888
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1032 LIMIT 1
0.036 ms 1 /classes/Product.php:5659
899
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 585532
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.036 ms 0 /classes/SpecificPrice.php:259
1123
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 571806
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.036 ms 0 /classes/SpecificPrice.php:259
1281
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 567388 AND `id_group` = 1 LIMIT 1
0.036 ms 0 /classes/GroupReduction.php:156
1398
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 565075
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.036 ms 0 /classes/SpecificPrice.php:259
1498
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 562707
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.036 ms 0 /classes/SpecificPrice.php:259
1518
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 562424
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.036 ms 0 /classes/SpecificPrice.php:259
1528
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 562397
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.036 ms 0 /classes/SpecificPrice.php:259
1538
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2788 LIMIT 1
0.036 ms 1 /classes/Product.php:5659
1680
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 551345
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.036 ms 0 /classes/SpecificPrice.php:259
1951
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 549434
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.036 ms 0 /classes/SpecificPrice.php:259
2015
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 548794 AND `id_group` = 1 LIMIT 1
0.036 ms 0 /classes/GroupReduction.php:156
2213
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 545709
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.036 ms 0 /classes/SpecificPrice.php:259
2688
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 598641
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.036 ms 0 /classes/SpecificPrice.php:259
2713
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 604006 AND `id_group` = 1 LIMIT 1
0.036 ms 0 /classes/GroupReduction.php:156
2743
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 604308 AND `id_group` = 1 LIMIT 1
0.036 ms 0 /classes/GroupReduction.php:156
2769
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 618456
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.036 ms 0 /classes/SpecificPrice.php:259
199
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 369 LIMIT 1
0.035 ms 1 /classes/Product.php:5659
335
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 6655 AND `id_group` = 1 LIMIT 1
0.035 ms 0 /classes/GroupReduction.php:156
352
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 6363
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:259
526
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5845 LIMIT 1
0.035 ms 1 /classes/Product.php:5659
601
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5729 LIMIT 1
0.035 ms 1 /classes/Product.php:5659
602
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 610732
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:259
643
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 608525
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:259
653
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 607412
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:259
703
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 29 LIMIT 1
0.035 ms 1 /classes/Product.php:5659
739
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 602161 AND `id_group` = 1 LIMIT 1
0.035 ms 0 /classes/GroupReduction.php:156
889
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 588740
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:259
929
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 580950
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:259
1010
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 574720
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:259
1082
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 573077
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:259
1133
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5846 LIMIT 1
0.035 ms 1 /classes/Product.php:5659
1164
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 571125
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:259
1174
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 570971
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:259
1199
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 570810 AND `id_group` = 1 LIMIT 1
0.035 ms 0 /classes/GroupReduction.php:156
1236
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 442 LIMIT 1
0.035 ms 1 /classes/Product.php:5659
1408
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 564940
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:259
1418
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 564755
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:259
1438
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 563902
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:259
1549
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 561029
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:259
1559
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 561022
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:259
1569
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 559503
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:259
1690
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 551287
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:259
1714
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 551177 AND `id_group` = 1 LIMIT 1
0.035 ms 0 /classes/GroupReduction.php:156
1724
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 551090 AND `id_group` = 1 LIMIT 1
0.035 ms 0 /classes/GroupReduction.php:156
1764
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 550572 AND `id_group` = 1 LIMIT 1
0.035 ms 0 /classes/GroupReduction.php:156
1801
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 550306
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:259
1841
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 550252
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:259
2102
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5725 LIMIT 1
0.035 ms 1 /classes/Product.php:5659
2133
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 546968
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:259
2233
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 545474
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:259
2263
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 544358
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:259
2293
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 544028
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:259
2668
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 574650
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:259
2719
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 604012
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:259
4010
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.035 ms 0 /classes/module/Module.php:2132
538
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 3671
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:259
959
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5825 LIMIT 1
0.035 ms 1 /classes/Product.php:5659
1040
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1014 LIMIT 1
0.035 ms 1 /classes/Product.php:5659
1062
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 573393
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:259
1188
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 570856 AND `id_group` = 1 LIMIT 1
0.035 ms 0 /classes/GroupReduction.php:156
2273
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 544323
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:259
2343
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 542781
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:259
69
CREATE TABLE IF NOT EXISTS `een_gmcp_feeds` (`id_feed` int(11) NOT NULL AUTO_INCREMENT,`iso_lang` LONGTEXT NOT NULL,`iso_country` LONGTEXT NOT NULL,`iso_currency` LONGTEXT NOT NULL, `taxonomy` LONGTEXT NOT NULL, `id_shop` int(11) NOT NULL,`date_add` datetime NOT NULL,`date_upd` datetime NOT NULL,PRIMARY KEY (`id_feed`)) ENGINE=' . _MYSQL_ENGINE_ . ' DEFAULT CHARSET=utf8;
0.034 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
78
CREATE TABLE IF NOT EXISTS `een_gmcp_tags` (`id_tag` int(11) NOT NULL AUTO_INCREMENT, `id_shop` int(11) NOT NULL DEFAULT "1", `name` char(255) NOT NULL, `type` char(255) NOT NULL, `active` TINYINT NOT NULL, `position` INT NOT NULL, `end_date` DATE, PRIMARY KEY (`id_tag`)) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
0.034 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
201
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 40036
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
215
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 40032 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:156
243
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2368 LIMIT 1
0.034 ms 1 /classes/Product.php:5659
244
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 30982
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
270
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 25072 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:156
287
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1013 LIMIT 1
0.034 ms 1 /classes/Product.php:5659
346
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 6491 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:156
445
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 4453
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
455
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 4442
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
516
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 3676
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
584
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 611580 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:156
590
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5799 LIMIT 1
0.034 ms 1 /classes/Product.php:5659
632
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1020 LIMIT 1
0.034 ms 1 /classes/Product.php:5659
663
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 605851
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
704
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 602861
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
719
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 602770 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:156
919
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 582028
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
943
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 580689 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:156
949
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 578744
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
1051
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1027 LIMIT 1
0.034 ms 1 /classes/Product.php:5659
1117
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 572166 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:156
1134
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 571632
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
1144
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 571489
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
1251
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 569028 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:156
1287
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 567193
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
1337
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 565993
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
1347
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 565828
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
1402
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 565075 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:156
1590
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 558350
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
1620
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 554085
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
1640
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 552215
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
1670
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 551532
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
1770
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 550428
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
1780
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 550406
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
1790
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1031 LIMIT 1
0.034 ms 1 /classes/Product.php:5659
1815
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 550300 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:156
1825
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 550274 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:156
1901
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 549843
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
2113
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 547204
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
2253
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 544543
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
2307
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 543423 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:156
2353
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 542706
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
2363
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 441 LIMIT 1
0.034 ms 1 /classes/Product.php:5659
2394
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 541828
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
2702
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 603079 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:156
2749
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 606429
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
232
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1030 LIMIT 1
0.034 ms 1 /classes/Product.php:5659
362
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1045 LIMIT 1
0.034 ms 1 /classes/Product.php:5659
785
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 598493
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
831
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 595928 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:156
857
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 411 LIMIT 1
0.034 ms 1 /classes/Product.php:5659
970
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 576297
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
980
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 576144
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
1004
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 575645 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:156
1072
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 573233
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
1113
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 572166
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
1154
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 571478
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
1539
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 561838
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
1610
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 557610
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
1700
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 551249
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
1744
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 550715 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:156
1831
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 550273
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
1845
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 550252 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:156
1851
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 550247
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
1871
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 550202
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
1891
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 549992
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
2086
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 547665 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:156
2163
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 546692
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
2424
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 541309
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
2658
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 574549
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
51
CREATE TABLE IF NOT EXISTS `een_revolut_cards` (
`id` INT NOT NULL AUTO_INCREMENT,
`customer_id` INT NOT NULL ,
`card_number` VARCHAR(25) NOT NULL,
`expire_month` INT NOT NULL ,
`expire_year` INT NOT NULL ,
PRIMARY KEY (`id`)
) ENGINE=InnoDB;
0.033 ms 1 /modules/revolutpayment/revolutpayment.php:331
266
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 25072
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
288
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 13137
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
384
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 4498
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
404
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 4491
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
506
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 3688
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
591
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 610874
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
683
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 603687
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
795
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 598433
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
841
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 592710 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
882
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 589038 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
960
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 576411
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
974
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 576297 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
1000
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 575645
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
1020
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 574588
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
1092
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 573038
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
1127
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 571806 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
1168
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 571125 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
1205
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5844 LIMIT 1
0.033 ms 1 /classes/Product.php:5659
1247
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 569028
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
1297
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 566612
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
1412
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 564940 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
1432
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 564501 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
1543
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 561838 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
1624
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 554085 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
1720
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 551090
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
1861
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 550242
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
2096
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 547376 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
2123
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 547001
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
2183
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 546348
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
2287
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 544260 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
2297
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 544028 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
2333
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 543008
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
2378
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 542345 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
2739
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 604308
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
255
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 367 LIMIT 1
0.033 ms 1 /classes/Product.php:5659
277
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 14272
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
373
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 742 LIMIT 1
0.033 ms 1 /classes/Product.php:5659
394
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 4495
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
414
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1039 LIMIT 1
0.033 ms 1 /classes/Product.php:5659
465
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 4331
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
475
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2760 LIMIT 1
0.033 ms 1 /classes/Product.php:5659
486
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 4319
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
496
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 3689
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
510
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 3688 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
520
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 3676 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
531
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 3675 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
595
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 610874 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
612
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 610654
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
626
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 609970 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
673
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 604002
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
693
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 602926
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
805
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1015 LIMIT 1
0.033 ms 1 /classes/Product.php:5659
827
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 595928
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
851
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 590862 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
868
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 589319
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
909
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 583849
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
953
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 578744 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
1024
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 574588 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
1030
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 574570
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
1041
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 574407
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
1045
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 574407 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
1052
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 574323
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
1102
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5843 LIMIT 1
0.033 ms 1 /classes/Product.php:5659
1158
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 571478 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
1226
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 569638
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
1307
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 566416
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
1327
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 566145
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
1357
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 565580
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
1452
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 563760 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
1472
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 562930 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
1573
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 559503 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
1600
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 558041
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
1630
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 553071
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
1660
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 551620
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
1734
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 550858 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
2103
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 547371
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
2107
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 547371 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
2153
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 546859
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
2173
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 546464
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
2193
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 546058
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
2203
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 546031
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
2217
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 545709 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
2237
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 545474 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
2243
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 544569
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
2323
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 543348
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
2611
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 544488 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
2678
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 575018
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
2729
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 604022
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
2759
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 618126
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:259
256
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 25139
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.032 ms 0 /classes/SpecificPrice.php:259
281
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 14272 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
500
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 3689 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
633
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 609473
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.032 ms 0 /classes/SpecificPrice.php:259
1103
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 572667
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.032 ms 0 /classes/SpecificPrice.php:259
1107
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 572667 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
1148
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 571489 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
1210
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 570322 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
1216
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 569951
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.032 ms 0 /classes/SpecificPrice.php:259
1674
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 551532 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
2227
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 545693 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
2247
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 544569 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
2267
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 544358 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
2672
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 574650 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
70
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_price_range` (`id_tag` int(11) NOT NULL, `price_min` CHAR(255) NOT NULL, `price_max` CHAR(255), `id_product` CHAR(255), UNIQUE KEY `tag_price_range` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8;
0.032 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
205
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 40036 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
249
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 30982 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
356
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 6363 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
363
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 6336
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.032 ms 0 /classes/SpecificPrice.php:259
374
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 4840
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.032 ms 0 /classes/SpecificPrice.php:259
439
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 4459 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
480
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 4321 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
616
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 610654 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
637
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 609473 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
687
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 603687 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
749
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 601927 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
759
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 600667 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
779
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 598728 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
806
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 596395
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.032 ms 0 /classes/SpecificPrice.php:259
858
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 589384
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.032 ms 0 /classes/SpecificPrice.php:259
903
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 585532 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
964
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 576411 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
990
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 575821
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.032 ms 0 /classes/SpecificPrice.php:259
1056
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 574323 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
1066
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 573393 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
1076
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 573233 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
1096
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 573038 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
1206
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 570322
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.032 ms 0 /classes/SpecificPrice.php:259
1237
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 569193
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.032 ms 0 /classes/SpecificPrice.php:259
1291
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 567193 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
1317
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 566355
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.032 ms 0 /classes/SpecificPrice.php:259
1371
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 565480 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
1381
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 565460 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
1391
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 565095 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
1422
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 564755 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
1462
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 563725 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
1482
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 562733 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
1492
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 562716 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
1502
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 562707 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
1512
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 562443 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
1522
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 562424 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
1532
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 562397 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
1563
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 561022 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
1594
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 558350 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
1614
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 557610 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
1650
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 552118
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.032 ms 0 /classes/SpecificPrice.php:259
1774
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 550428 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
1791
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 550403
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.032 ms 0 /classes/SpecificPrice.php:259
1811
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 550300
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.032 ms 0 /classes/SpecificPrice.php:259
1835
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 550273 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
1855
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 550247 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
1895
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 549992 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
1905
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 549843 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
2137
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 546968 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
2157
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 546859 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
2187
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 546348 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
2364
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 542487
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.032 ms 0 /classes/SpecificPrice.php:259
2384
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 542329
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.032 ms 0 /classes/SpecificPrice.php:259
2428
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 541309 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
2438
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 540677 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
2662
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 574549 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
2682
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 575018 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
2723
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 604012 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
2733
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 604022 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
4011
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "onepagecheckoutps" LIMIT 1
0.032 ms 0 /classes/module/Module.php:2659
4012
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.032 ms 0 /classes/module/Module.php:2132
4034
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 3 AND `id_shop` = 1 LIMIT 1
0.032 ms 0 /classes/module/Module.php:2132
71
CREATE TABLE IF NOT EXISTS `een_gmcp_tmp_rules`(`id` int(11) NOT NULL AUTO_INCREMENT, `id_shop` int(11) NOT NULL DEFAULT "1",`type` char(255) NOT NULL, `exclusion_values` longtext NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;
0.031 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
2197
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 546058 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
2388
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 542329 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
237
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 36753 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
388
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 4498 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
398
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 4495 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
408
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 4491 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
419
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 4483 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
476
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 4321
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.031 ms 0 /classes/SpecificPrice.php:259
490
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 4319 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
606
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 610732 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
647
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 608525 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
657
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 607412 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
667
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 605851 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
677
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 604002 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
697
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 602926 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
708
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 602861 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
729
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 602479 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
769
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 599803 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
789
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 598493 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
799
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 598433 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
810
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 596395 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
821
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 596002 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
872
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 589319 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
913
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 583849 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
923
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 582028 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
994
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 575821 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
1086
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 573077 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
1138
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 571632 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
1241
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 569193 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
1301
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 566612 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
1311
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 566416 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
1331
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 566145 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
1341
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 565993 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
1351
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 565828 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
1361
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 565580 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
1553
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 561029 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
1604
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 558041 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
1644
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 552215 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
1684
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 551345 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
1694
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 551287 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
1784
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 550406 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
1795
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 550403 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
1805
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 550306 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
1865
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 550242 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
1875
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 550202 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
2127
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 547001 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
2147
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 546867 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
2167
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 546692 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
2177
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 546464 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
2207
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 546031 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
2257
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 544543 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
2317
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 543357 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
2327
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 543348 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
2368
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 542487 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
2398
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 541828 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
2408
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 541423 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
2418
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 541355 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
2773
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 618456 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
4029
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "cdesigner" LIMIT 1
0.031 ms 0 /classes/module/Module.php:2659
260
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 25139 AND `id_group` = 1 LIMIT 1
0.030 ms 0 /classes/GroupReduction.php:156
367
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 6336 AND `id_group` = 1 LIMIT 1
0.030 ms 0 /classes/GroupReduction.php:156
449
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 4453 AND `id_group` = 1 LIMIT 1
0.030 ms 0 /classes/GroupReduction.php:156
459
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 4442 AND `id_group` = 1 LIMIT 1
0.030 ms 0 /classes/GroupReduction.php:156
469
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 4331 AND `id_group` = 1 LIMIT 1
0.030 ms 0 /classes/GroupReduction.php:156
1014
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 574720 AND `id_group` = 1 LIMIT 1
0.030 ms 0 /classes/GroupReduction.php:156
1220
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 569951 AND `id_group` = 1 LIMIT 1
0.030 ms 0 /classes/GroupReduction.php:156
1230
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 569638 AND `id_group` = 1 LIMIT 1
0.030 ms 0 /classes/GroupReduction.php:156
1321
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 566355 AND `id_group` = 1 LIMIT 1
0.030 ms 0 /classes/GroupReduction.php:156
1634
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 553071 AND `id_group` = 1 LIMIT 1
0.030 ms 0 /classes/GroupReduction.php:156
1664
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 551620 AND `id_group` = 1 LIMIT 1
0.030 ms 0 /classes/GroupReduction.php:156
1704
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 551249 AND `id_group` = 1 LIMIT 1
0.030 ms 0 /classes/GroupReduction.php:156
1885
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 550200 AND `id_group` = 1 LIMIT 1
0.030 ms 0 /classes/GroupReduction.php:156
2117
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 547204 AND `id_group` = 1 LIMIT 1
0.030 ms 0 /classes/GroupReduction.php:156
2337
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 543008 AND `id_group` = 1 LIMIT 1
0.030 ms 0 /classes/GroupReduction.php:156
2347
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 542781 AND `id_group` = 1 LIMIT 1
0.030 ms 0 /classes/GroupReduction.php:156
2753
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 606429 AND `id_group` = 1 LIMIT 1
0.030 ms 0 /classes/GroupReduction.php:156
2763
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 618126 AND `id_group` = 1 LIMIT 1
0.030 ms 0 /classes/GroupReduction.php:156
4013
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "steasycheckout" LIMIT 1
0.030 ms 0 /classes/module/Module.php:2659
4014
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.030 ms 0 /classes/module/Module.php:2132
4018
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.030 ms 0 /classes/module/Module.php:2132
4032
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.030 ms 0 /classes/module/Module.php:2132
76
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_dynamic_last_product_not_ordered` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `last_product_ordered` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8;
0.030 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
378
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 4840 AND `id_group` = 1 LIMIT 1
0.030 ms 0 /classes/GroupReduction.php:156
893
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 588740 AND `id_group` = 1 LIMIT 1
0.030 ms 0 /classes/GroupReduction.php:156
984
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 576144 AND `id_group` = 1 LIMIT 1
0.030 ms 0 /classes/GroupReduction.php:156
1654
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 552118 AND `id_group` = 1 LIMIT 1
0.030 ms 0 /classes/GroupReduction.php:156
2357
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 542706 AND `id_group` = 1 LIMIT 1
0.030 ms 0 /classes/GroupReduction.php:156
77
CREATE TABLE IF NOT EXISTS `een_gmcp_discount_association` (`id_association` int(11) NOT NULL AUTO_INCREMENT, `id_discount` int(11) NOT NULL, `id_product` int(11) NOT NULL, `channel` CHAR(120) NOT NULL DEFAULT "SHOPPING_ADS", PRIMARY KEY (`id_association`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
0.029 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
98
CREATE TABLE IF NOT EXISTS `een_gmcp_feeds` (`id_feed` int(11) NOT NULL AUTO_INCREMENT,`iso_lang` LONGTEXT NOT NULL,`iso_country` LONGTEXT NOT NULL,`iso_currency` LONGTEXT NOT NULL, `taxonomy` LONGTEXT NOT NULL, `id_shop` int(11) NOT NULL,`date_add` datetime NOT NULL,`date_upd` datetime NOT NULL,PRIMARY KEY (`id_feed`)) ENGINE=' . _MYSQL_ENGINE_ . ' DEFAULT CHARSET=utf8;
0.029 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
4016
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.029 ms 0 /classes/module/Module.php:2132
4019
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "pwpaysoncheckout" LIMIT 1
0.029 ms 0 /classes/module/Module.php:2659
4020
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.029 ms 0 /classes/module/Module.php:2132
4022
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.029 ms 0 /classes/module/Module.php:2132
79
CREATE TABLE IF NOT EXISTS `een_gmcp_taxonomy` (`id_taxonomy` int(11) NOT NULL AUTO_INCREMENT, `value` text NOT NULL, `lang` varchar(5) NOT NULL, PRIMARY KEY (`id_taxonomy`), KEY `lang` (`lang`), FULLTEXT KEY `ft_index` (`value`)) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;
0.029 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
97
CREATE TABLE IF NOT EXISTS `een_gmcp_reporting` (`id_reporting` int(11) NOT NULL AUTO_INCREMENT,`iso_feed` LONGTEXT NOT NULL,    `reporting_content` LONGTEXT NOT NULL,`id_shop` int(11) NOT NULL,`date_add` datetime NOT NULL,`date_upd` datetime NOT NULL,PRIMARY KEY (`id_reporting`)) ENGINE=' . _MYSQL_ENGINE_ . ' DEFAULT CHARSET=utf8;
0.029 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
4015
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "thecheckout" LIMIT 1
0.029 ms 0 /classes/module/Module.php:2659
4017
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "idxropc" LIMIT 1
0.029 ms 0 /classes/module/Module.php:2659
4030
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.029 ms 0 /classes/module/Module.php:2132
4031
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "configurator" LIMIT 1
0.029 ms 0 /classes/module/Module.php:2659
72
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_dynamic_last_product_ordered` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `last_product_ordered` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8;
0.028 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
73
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_dynamic_promotion` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `promotion` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8;
0.028 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
81
CREATE TABLE IF NOT EXISTS `een_gmcp_taxonomy_categories` (`id_category` int(11) NOT NULL, `id_shop` int(3) NOT NULL DEFAULT "1", `txt_taxonomy` text NOT NULL, `lang` char(5) NOT NULL, KEY `id_category` (`id_category`,`lang`)) ENGINE=MyISAM DEFAULT CHARSET=utf8;
0.028 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
93
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_dynamic_best_sale` (`id_tag` int(11) NOT NULL, `amount` CHAR(255) NOT NULL, `unit` CHAR(255) ,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255),  `id_shop` int(11) NOT NULL,  UNIQUE KEY `tag_best_sales` (`id_tag`, `id_product`)) ENGINE=MyISAM DEFAULT CHARSET=utf8;
0.028 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
99
CREATE TABLE IF NOT EXISTS `een_gmcp_advanced_exclusion` (`id` int(11) NOT NULL AUTO_INCREMENT, `status` int(11) NOT NULL DEFAULT "1", `id_shop` int(11) NOT NULL DEFAULT "1", `name` char(255) NOT NULL, `type` char(255) NOT NULL, `exclusion_value` longtext NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;
0.028 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
4021
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "easycheckout" LIMIT 1
0.028 ms 0 /classes/module/Module.php:2659
83
CREATE TABLE IF NOT EXISTS `een_gmcp_tags` (`id_tag` int(11) NOT NULL AUTO_INCREMENT, `id_shop` int(11) NOT NULL DEFAULT "1", `name` char(255) NOT NULL, `type` char(255) NOT NULL, `active` TINYINT NOT NULL, `position` INT NOT NULL, `end_date` DATE, PRIMARY KEY (`id_tag`)) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
0.028 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
89
CREATE TABLE IF NOT EXISTS `een_gmcp_discount_association` (`id_association` int(11) NOT NULL AUTO_INCREMENT, `id_discount` int(11) NOT NULL, `id_product` int(11) NOT NULL, `channel` CHAR(120) NOT NULL DEFAULT "SHOPPING_ADS", PRIMARY KEY (`id_association`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
0.027 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
86
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_products` (`id_tag` int(11) NOT NULL, `id_product` int(11) NOT NULL, product_name VARCHAR (255) NOT NULL, UNIQUE KEY `tag_product` (`id_tag`,`id_product`)) ENGINE=MyISAM DEFAULT CHARSET=utf8;
0.027 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
82
CREATE TABLE IF NOT EXISTS `een_gmcp_brands` (`id_brands` int(11) NOT NULL, `id_shop` int(11) NOT NULL DEFAULT "1",  UNIQUE KEY `id_brands` (`id_brands`, `id_shop`)) ENGINE=MyISAM DEFAULT CHARSET=utf8;
0.026 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
84
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_brands` (`id_tag` int(11) NOT NULL, `id_brand` int(11) NOT NULL, UNIQUE KEY `tag_brand` (`id_tag`,`id_brand`)) ENGINE=MyISAM DEFAULT CHARSET=utf8;
0.026 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
88
CREATE TABLE IF NOT EXISTS `een_gmcp_features_by_cat` (`id_cat` int(11) NOT NULL DEFAULT '0', `id_shop` int(3) NOT NULL DEFAULT "1", `values` text NOT NULL, PRIMARY KEY (`id_cat`, `id_shop`)) ENGINE=MyISAM DEFAULT CHARSET=utf8;
0.026 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
92
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_dynamic_new_product` (`id_tag` int(11) NOT NULL,  `from_date` DATETIME, `id_product` int,  `id_shop` int(11) NOT NULL,  UNIQUE KEY `tag_new_product` (`id_tag`, `id_product`)) ENGINE=MyISAM DEFAULT CHARSET=utf8;
0.026 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
94
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_dynamic_last_product_ordered` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `last_product_ordered` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8;
0.026 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
100
CREATE TABLE IF NOT EXISTS `een_gmcp_product_excluded` (`id_rule` int(11) NOT NULL DEFAULT "0",`id_product` int(11) NOT NULL DEFAULT "0", `id_product_attribute` int(11)) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;
0.026 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
102
CREATE TABLE IF NOT EXISTS `een_gmcp_tmp_rules`(`id` int(11) NOT NULL AUTO_INCREMENT, `id_shop` int(11) NOT NULL DEFAULT "1",`type` char(255) NOT NULL, `exclusion_values` longtext NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;
0.026 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
66
BEGIN
0.025 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:81
85
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_cats` (`id_tag` int(11) NOT NULL, `id_category` int(11) NOT NULL, UNIQUE KEY `tag_cat` (`id_tag`,`id_category`)) ENGINE=MyISAM DEFAULT CHARSET=utf8;
0.025 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
90
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_dynamic_features` (`id_tag` int(11) NOT NULL, `id_feature` int(11) NOT NULL, `id_shop` int(11) NOT NULL,  UNIQUE KEY `tag_feature` (`id_tag`, `id_feature`)) ENGINE=MyISAM DEFAULT CHARSET=utf8;
0.025 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
91
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_dynamic_categories` (`id_tag` int(11) NOT NULL, `id_category` int(11) NOT NULL, `id_shop` int(11) NOT NULL,  UNIQUE KEY `tag_feature` (`id_tag`, `id_category`)) ENGINE=MyISAM DEFAULT CHARSET=utf8;
0.025 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
96
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_dynamic_promotion` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `promotion` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8;
0.025 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
87
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_suppliers` (`id_tag` int(11) NOT NULL, `id_supplier` int(11) NOT NULL, UNIQUE KEY `tag_supplier` (`id_tag`,`id_supplier`)) ENGINE=MyISAM DEFAULT CHARSET=utf8;
0.025 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
95
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_dynamic_last_product_not_ordered` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `last_product_ordered` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8;
0.025 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
101
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_price_range` (`id_tag` int(11) NOT NULL, `price_min` CHAR(255) NOT NULL, `price_max` CHAR(255), `id_product` CHAR(255), UNIQUE KEY `tag_price_range` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8;
0.024 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
108
COMMIT
0.022 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:155
103
COMMIT
0.017 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:107
104
BEGIN
0.015 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:121

Doubles

273 queries
SELECT *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX
LEFT JOIN `een_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
266 queries
SELECT image_shop.`id_image`
                    FROM `een_image` i
                     INNER JOIN een_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
266 queries
SELECT name FROM een_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
266 queries
				SELECT `priority`, `id_specific_price_priority`
				FROM `een_specific_price_priority`
				WHERE `id_product` = XX
				ORDER BY `id_specific_price_priority` DESC LIMIT XX
266 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 `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
LEFT JOIN `een_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)
266 queries
                            SELECT `id_tax_rules_group`
                            FROM `een_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
266 queries
			SELECT `reduction`
			FROM `een_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
266 queries
SELECT SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
266 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 `een_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 `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_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
266 queries
                SELECT name, value, pf.id_feature, f.position, fvl.id_feature_value
                FROM een_feature_product pf
                LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = XX)
                LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = XX)
                LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = XX)
                 INNER JOIN een_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
266 queries
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `een_image` i
             INNER JOIN een_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
            LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = XX)
            WHERE i.`id_product` = XX
            ORDER BY `position`
266 queries
SELECT `id_product_attribute`
            FROM `een_product_attribute`
            WHERE `id_product` = XX
266 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 `een_product_attribute` pa
             INNER JOIN een_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 `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
            JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
            JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
            JOIN `een_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;
223 queries
			SELECT *, ( IF (`id_shop` = XX, XX, XX) +  IF (`id_country` = XX, XX, XX) +  IF (`id_currency` = XX, XX, XX) +  IF (`id_group` = XX, XX, XX) +  IF (`id_customer` = XX, XX, XX)) AS `score`
				FROM `een_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
50 queries
			SELECT cl.`link_rewrite`
			FROM `een_category_lang` cl
			WHERE `id_lang` = XX
			 AND cl.id_shop = XX 
			AND cl.`id_category` = XX LIMIT XX
43 queries
			SELECT *, ( IF (`id_shop` = XX, XX, XX) +  IF (`id_country` = XX, XX, XX) +  IF (`id_currency` = XX, XX, XX) +  IF (`id_group` = XX, XX, XX) +  IF (`id_customer` = XX, XX, XX)) AS `score`
				FROM `een_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` IN (XX, 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
27 queries
SELECT `id_module` FROM `een_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
7 queries
SELECT *
FROM `een_category` a
LEFT JOIN `een_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX
LEFT JOIN `een_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
7 queries
SELECT *
FROM `een_country` a
LEFT JOIN `een_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = XX
WHERE (a.`id_country` = XX) LIMIT XX
7 queries
SELECT *
							FROM `een_country_lang`
							WHERE `id_country` = XX
7 queries
			SELECT `id_country`
			FROM `een_country`
			WHERE `iso_code` = 'FR' LIMIT XX
5 queries
							SELECT `name`
							FROM `een_country_lang`
							WHERE `id_lang` = XX
							AND `id_country` = XX LIMIT XX
5 queries
SELECT v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `een_feature_value` v LEFT JOIN `een_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = XX) LEFT JOIN `een_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = XX) WHERE v.`id_feature` = XX ORDER BY vl.`value` ASC
5 queries
SELECT fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c 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 een_product p LEFT JOIN een_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN een_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN een_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, XX) = sa.id_product_attribute AND sa.id_shop = XX  AND sa.id_shop_group = XX ) LEFT JOIN een_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN een_category_product cp ON (p.id_product = cp.id_product) INNER JOIN een_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = XX AND ps.active = TRUE) INNER JOIN een_category c ON (cp.id_category = c.id_category AND c.active=XX) LEFT JOIN een_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN een_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (XX, XX, XX, XX, XX, XX, XX, XX))) AND ps.id_shop='XX' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='XX' AND c.nleft>=XX AND c.nright<=XX GROUP BY p.id_product) p INNER JOIN een_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN een_feature_product fp_XX ON (p.id_product = fp_XX.id_product) WHERE ((fp.id_feature=XX)) AND ((fp_XX.id_feature_value IN (XX, XX, XX, XX, XX, XX, XX, XX))) GROUP BY fp.id_feature_value
3 queries
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_dynamic_last_product_not_ordered` (`id_tag` int(XX) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(XX), UNIQUE KEY `last_product_ordered` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utfXX;
3 queries
				SELECT tr.*
				FROM `een_tax_rule` tr
				JOIN `een_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
3 queries
				SELECT `name`
				FROM `een_manufacturer`
				WHERE `id_manufacturer` = XX
				AND `active` = XX LIMIT XX
2 queries
SELECT lower(name) as name
FROM `een_hook` h
WHERE (h.active = XX)
2 queries
SELECT h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `een_module` m
 INNER JOIN een_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 `een_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `een_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `een_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 `een_hook_alias`
2 queries
SELECT `id_hook`, `name` FROM `een_hook`
2 queries
                SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
                FROM `een_module` m
                LEFT JOIN `een_module_shop` ms
                ON m.`id_module` = ms.`id_module`
                AND ms.`id_shop` = XX
2 queries
SELECT name, alias FROM `een_hook_alias`
2 queries
SELECT * FROM `een_hook_module_exceptions`
                WHERE `id_shop` IN (XX)
2 queries
SELECT `id_lang` FROM `een_lang`
                    WHERE `locale` = 'fr-fr'
                    OR `language_code` = 'fr-fr' LIMIT XX
2 queries
				SELECT id_shop
				FROM `een_group_shop`
				WHERE `id_group` = XX
				AND id_shop = XX LIMIT XX
2 queries
		SELECT `id_category`
		FROM `een_category_shop`
		WHERE `id_category` = XX
		AND `id_shop` = XX LIMIT XX
2 queries
				SELECT ctg.`id_group`
				FROM een_category_group ctg
				WHERE ctg.`id_category` = XX AND ctg.`id_group` = XX LIMIT XX
2 queries
BEGIN
2 queries
SHOW TABLES LIKE "een_gmcp_XX"
2 queries
CREATE TABLE IF NOT EXISTS `een_gmcp_reporting` (`id_reporting` int(XX) NOT NULL AUTO_INCREMENT,`iso_feed` LONGTEXT NOT NULL,    `reporting_content` LONGTEXT NOT NULL,`id_shop` int(XX) NOT NULL,`date_add` datetime NOT NULL,`date_upd` datetime NOT NULL,PRIMARY KEY (`id_reporting`)) ENGINE=' . _MYSQL_ENGINE_ . ' DEFAULT CHARSET=utfXX;
2 queries
CREATE TABLE IF NOT EXISTS `een_gmcp_feeds` (`id_feed` int(XX) NOT NULL AUTO_INCREMENT,`iso_lang` LONGTEXT NOT NULL,`iso_country` LONGTEXT NOT NULL,`iso_currency` LONGTEXT NOT NULL, `taxonomy` LONGTEXT NOT NULL, `id_shop` int(XX) NOT NULL,`date_add` datetime NOT NULL,`date_upd` datetime NOT NULL,PRIMARY KEY (`id_feed`)) ENGINE=' . _MYSQL_ENGINE_ . ' DEFAULT CHARSET=utfXX;
2 queries
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_price_range` (`id_tag` int(XX) NOT NULL, `price_min` CHAR(XX) NOT NULL, `price_max` CHAR(XX), `id_product` CHAR(XX), UNIQUE KEY `tag_price_range` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utfXX;
2 queries
CREATE TABLE IF NOT EXISTS `een_gmcp_tmp_rules`(`id` int(XX) NOT NULL AUTO_INCREMENT, `id_shop` int(XX) NOT NULL DEFAULT "XX",`type` char(XX) NOT NULL, `exclusion_values` longtext NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=utfXX AUTO_INCREMENT=XX;
2 queries
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_dynamic_last_product_ordered` (`id_tag` int(XX) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(XX), UNIQUE KEY `last_product_ordered` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utfXX;
2 queries
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_dynamic_promotion` (`id_tag` int(XX) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(XX), UNIQUE KEY `promotion` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utfXX;
2 queries
CREATE TABLE IF NOT EXISTS `een_gmcp_discount_association` (`id_association` int(XX) NOT NULL AUTO_INCREMENT, `id_discount` int(XX) NOT NULL, `id_product` int(XX) NOT NULL, `channel` CHAR(XX) NOT NULL DEFAULT "SHOPPING_ADS", PRIMARY KEY (`id_association`) ) ENGINE=MyISAM DEFAULT CHARSET=utfXX;
2 queries
CREATE TABLE IF NOT EXISTS `een_gmcp_tags` (`id_tag` int(XX) NOT NULL AUTO_INCREMENT, `id_shop` int(XX) NOT NULL DEFAULT "XX", `name` char(XX) NOT NULL, `type` char(XX) NOT NULL, `active` TINYINT NOT NULL, `position` INT NOT NULL, `end_date` DATE, PRIMARY KEY (`id_tag`)) ENGINE=MyISAM DEFAULT CHARSET=utfXX AUTO_INCREMENT=XX ;
2 queries
COMMIT
2 queries
SELECT *
FROM `een_category` a
LEFT JOIN `een_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = XX
WHERE (a.`id_category` = XX) LIMIT XX
2 queries
SELECT *
							FROM `een_category_lang`
							WHERE `id_category` = XX AND `id_shop` = XX
2 queries
SELECT XX FROM `een_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 product_id as id_product, COUNT(product_id) AS sales
            FROM `een_order_detail`
            WHERE product_id IN (
                SELECT id_product
                FROM `een_category_product`
                LEFT JOIN een_product USING (id_product)
                WHERE id_category = XX
                AND active = XX
            )
            GROUP BY product_id
            ORDER BY sales DESC LIMIT XX

Tables stress

823 product
821 product_shop
549 product_attribute
533 cart_product
532 image
532 image_shop
532 product_attribute_shop
330 category_lang
298 feature_product
285 stock_available
283 product_attribute_combination
274 product_lang
272 specific_price
271 feature_value_lang
267 feature
267 feature_shop
267 feature_lang
266 specific_price_priority
266 product_group_reduction_cache
266 pack
266 image_lang
266 attribute
266 attribute_lang
266 attribute_group
35 module
31 module_shop
30 category
21 country
20 category_product
19 category_group
15 category_shop
14 product_sale
13 country_lang
12 currency
10 hook
8 country_shop
5 lang
5 hook_alias
5 feature_value
5 layered_indexable_feature_value_lang_value
4 shop_url
4 shop
4 lang_shop
4 currency_shop
4 gmcp_feeds
4 cart_rule
3 hook_module
3 group_shop
3 tax_rule
3 tax_rules_group
3 manufacturer
2 shop_group
2 configuration
2 module_group
2 hook_module_exceptions
2 currency_lang
2 group
2 image_type
2 orders
2 iqit_elementor_category
2 cart_rule_lang
2 order_detail
1 memcached_servers
1 configuration_lang
1 meta
1 meta_lang
1 group_lang
1 address_format
1 required_field
1 revslider_sliders
1 gmcp_discount_association
1 gmcp_tags
1 layered_category
1 layered_indexable_feature
1 layered_indexable_feature_lang_value
1 layered_filter_block
1 layered_price_index
1 feature_flag
1 order_cart_rule
1 iqit_elementor_category_shop
1 ganalytics_data

ObjectModel instances

Name Instances Source
Product 280 /classes/Link.php:113 (__construct) [id: 647711]
/classes/Link.php:113 (__construct) [id: 647717]
/classes/Link.php:113 (__construct) [id: 647770]
/classes/Link.php:113 (__construct) [id: 647808]
/classes/Link.php:113 (__construct) [id: 647888]
/classes/Link.php:113 (__construct) [id: 647911]
/classes/Link.php:113 (__construct) [id: 647913]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 40052]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 40036]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 40032]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 36930]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 36753]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 30982]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 25139]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 25072]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 14272]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 13137]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 12942]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 12939]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9413]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6655]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6491]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6363]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6336]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4840]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4498]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4495]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4491]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4483]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4460]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4459]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4453]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4442]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4331]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4321]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4319]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3689]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3688]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3676]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3675]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3671]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3669]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3668]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 614243]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 611580]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 610874]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 610732]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 610654]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 609970]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 609473]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 608525]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 607412]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 605851]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 604002]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 603687]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 602926]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 602861]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 602770]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 602479]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 602161]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 601927]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 600667]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 599803]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 598728]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 598493]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 598433]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 596395]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 596002]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 595928]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 592710]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 590862]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 589384]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 589319]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 589038]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 588740]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 585532]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 583849]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 582028]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 580950]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 580689]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 578744]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 576411]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 576297]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 576144]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 575821]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 575645]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 574720]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 574588]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 574570]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 574407]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 574323]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 573393]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 573233]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 573077]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 573038]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 572667]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 572166]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 571806]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 571632]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 571489]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 571478]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 571125]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 570971]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 570856]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 570810]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 570322]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 569951]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 569638]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 569193]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 569028]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 567844]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 567392]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 567388]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 567193]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 566612]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 566416]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 566355]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 566145]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 565993]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 565828]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 565580]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 565480]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 565460]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 565095]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 565075]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 564940]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 564755]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 564501]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 563902]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 563760]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 563725]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 562930]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 562733]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 562716]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 562707]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 562443]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 562424]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 562397]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 561838]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 561029]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 561022]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 559503]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 559320]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 558350]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 558041]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 557610]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 554085]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 553071]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 552215]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 552118]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 551620]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 551532]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 551345]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 551287]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 551249]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 551177]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 551090]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 550858]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 550715]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 550624]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 550572]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 550428]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 550406]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 550403]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 550306]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 550300]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 550274]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 550273]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 550252]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 550247]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 550242]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 550202]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 550200]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 549992]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 549843]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 549724]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 549713]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 549555]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 549456]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 549434]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 549423]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 549242]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 549156]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 549016]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 548825]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 548794]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 548749]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 548636]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 548527]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 548036]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 547985]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 547921]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 547665]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 547376]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 547371]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 547204]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 547001]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 546968]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 546867]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 546859]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 546692]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 546464]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 546348]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 546058]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 546031]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 545709]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 545693]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 545474]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 544569]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 544543]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 544358]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 544323]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 544260]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 544028]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 543423]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 543357]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 543348]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 543008]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 542781]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 542706]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 542487]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 542345]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 542329]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 541828]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 541423]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 541355]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 541309]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 540677]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 539954]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 539634]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 539473]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 573441]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 576093]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 539580]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 586156]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 583820]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 570899]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 552655]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 556076]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 607039]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 571471]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 570778]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 583904]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 570589]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 544488]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 543106]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 577984]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 13135]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 13136]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 574549]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 574650]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 575018]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 598641]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 603079]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 604006]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 604012]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 604022]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 604308]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 606429]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 618126]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 618456]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 552840]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 570992]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 562721]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 550312]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 548444]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 647711]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 647717]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 647770]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 647808]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 647888]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 647911]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 647913]
/classes/Link.php:113 (__construct) [id: 647711]
/classes/Link.php:113 (__construct) [id: 647717]
/classes/Link.php:113 (__construct) [id: 647770]
/classes/Link.php:113 (__construct) [id: 647808]
/classes/Link.php:113 (__construct) [id: 647888]
/classes/Link.php:113 (__construct) [id: 647911]
/classes/Link.php:113 (__construct) [id: 647913]
Country 15 /config/config.inc.php:148 (__construct) [id: 8]
/classes/controller/FrontController.php:946 (__construct) [id: 21]
/classes/AddressFormat.php:404 (__construct) [id: 17]
/classes/controller/FrontController.php:1779 (__construct) [id: 17]
/modules/gmerchantcenterpro/lib/moduleTools.php:208 (__construct) [id: 8]
/modules/gmerchantcenterpro/lib/moduleTools.php:208 (__construct) [id: 8]
/modules/gmerchantcenterpro/lib/moduleTools.php:208 (__construct) [id: 8]
/modules/gmerchantcenterpro/lib/moduleTools.php:208 (__construct) [id: 8]
/modules/gmerchantcenterpro/lib/moduleTools.php:208 (__construct) [id: 8]
/modules/gmerchantcenterpro/lib/moduleTools.php:208 (__construct) [id: 8]
/modules/gmerchantcenterpro/lib/moduleTools.php:208 (__construct) [id: 8]
/modules/gmerchantcenterpro/lib/moduleTools.php:208 (__construct) [id: 19]
/modules/gmerchantcenterpro/lib/moduleTools.php:208 (__construct) [id: 4]
/modules/gmerchantcenterpro/lib/moduleTools.php:208 (__construct) [id: 3]
/modules/gmerchantcenterpro/lib/moduleTools.php:208 (__construct) [id: 186]
Language 13 /config/config.inc.php:213 (__construct) [id: 1]
/classes/Tools.php:560 (__construct) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:203 (__construct) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:203 (__construct) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:203 (__construct) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:203 (__construct) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:203 (__construct) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:203 (__construct) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:203 (__construct) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:203 (__construct) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:203 (__construct) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:203 (__construct) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:203 (__construct) [id: 1]
Category 13 /controllers/front/listing/CategoryController.php:78 (__construct) [id: 2]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1000]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 5816]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2756]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 5756]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 5757]
/classes/Meta.php:380 (__construct) [id: 2]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/modules/ps_facetedsearch/src/Product/Search.php:365 (__construct) [id: 2]
/modules/ps_facetedsearch/src/Filters/Block.php:157 (__construct) [id: 2]
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3085 (__construct) [id: 2]
/classes/Link.php:402 (__construct) [id: 2]
/modules/facebookconversiontrackingplus/classes/ConversionApi.php:518 (__construct) [id: 2]
Currency 9 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/classes/Tools.php:690 (getCurrencyInstance) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:213 (__construct) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:213 (__construct) [id: 0]
/modules/gmerchantcenterpro/lib/moduleTools.php:213 (__construct) [id: 0]
/modules/gmerchantcenterpro/lib/moduleTools.php:213 (__construct) [id: 0]
/modules/gmerchantcenterpro/lib/moduleTools.php:213 (__construct) [id: 0]
/modules/gmerchantcenterpro/lib/moduleTools.php:213 (__construct) [id: 0]
/modules/gmerchantcenterpro/lib/moduleTools.php:213 (__construct) [id: 0]
Address 4 /classes/shop/Shop.php:486 (__construct) [id: ]
/classes/Product.php:3694 (initialize) [id: ]
/classes/Product.php:3804 (__construct) [id: ]
/classes/Product.php:5964 (__construct) [id: ]
Cart 2 /classes/controller/FrontController.php:467 (__construct) [id: ]
/classes/controller/FrontController.php:541 (__construct) [id: ]
Shop 1 /config/config.inc.php:119 (initialize) [id: 1]
ShopGroup 1 /classes/shop/Shop.php:561 (__construct) [id: 1]
Customer 1 /config/config.inc.php:266 (__construct) [id: ]
Group 1 /classes/Cart.php:249 (getCurrent) [id: 1]
Gender 1 /classes/controller/FrontController.php:1702 (__construct) [id: 0]
Risk 1 /classes/controller/FrontController.php:1705 (__construct) [id: ]
AddressFormat 1 /classes/controller/FrontController.php:1773 (generateAddress) [id: ]
State 1 /classes/controller/FrontController.php:1778 (__construct) [id: 0]
IqitElementorCategory 1 /modules/iqitelementor/iqitelementor.php:784 (isJustElementor) [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/cache/Cache.php
134 /classes/cache/CacheMemcached.php
135 /config/db_slave_server.inc.php
136 /src/Core/Security/Hashing.php
137 /classes/Configuration.php
138 /classes/Validate.php
139 /src/Adapter/EntityMapper.php
140 /classes/db/DbQuery.php
141 /src/Core/Addon/Theme/ThemeManagerBuilder.php
142 /vendor/psr/log/Psr/Log/NullLogger.php
143 /vendor/psr/log/Psr/Log/AbstractLogger.php
144 /vendor/psr/log/Psr/Log/LoggerInterface.php
145 /src/Adapter/Configuration.php
146 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php
147 /src/Core/Domain/Configuration/ShopConfigurationInterface.php
148 /src/Core/ConfigurationInterface.php
149 /src/Core/Addon/Theme/ThemeRepository.php
150 /src/Core/Addon/AddonRepositoryInterface.php
151 /src/Core/Domain/Shop/ValueObject/ShopConstraint.php
152 /src/Core/Addon/Theme/Theme.php
153 /src/Core/Addon/AddonInterface.php
154 /src/Core/Util/ArrayFinder.php
155 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccess.php
156 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php
157 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php
158 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php
159 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPath.php
160 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathInterface.php
161 /config/defines_uri.inc.php
162 /classes/Language.php
163 /src/Core/Language/LanguageInterface.php
164 /classes/Country.php
165 /classes/PrestaShopCollection.php
166 /classes/shop/ShopGroup.php
167 /classes/Cookie.php
168 /classes/PhpEncryption.php
169 /classes/PhpEncryptionEngine.php
170 /vendor/defuse/php-encryption/src/Key.php
171 /vendor/defuse/php-encryption/src/Encoding.php
172 /vendor/defuse/php-encryption/src/Core.php
173 /vendor/defuse/php-encryption/src/Crypto.php
174 /vendor/defuse/php-encryption/src/KeyOrPassword.php
175 /vendor/defuse/php-encryption/src/RuntimeTests.php
176 /vendor/defuse/php-encryption/src/DerivedKeys.php
177 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
178 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
179 /src/Core/Session/SessionHandler.php
180 /src/Core/Session/SessionHandlerInterface.php
181 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php
182 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
183 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php
184 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php
185 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
186 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php
187 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php
188 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php
189 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php
190 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
191 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
192 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php
193 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php
194 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
195 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php
196 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php
197 /config/smarty.config.inc.php
198 /vendor/smarty/smarty/libs/Smarty.class.php
199 /vendor/smarty/smarty/libs/functions.php
200 /vendor/smarty/smarty/libs/Autoloader.php
201 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
202 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
203 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
204 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
205 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
206 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
207 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
208 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
209 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
210 /config/smartyfront.config.inc.php
211 /classes/Smarty/SmartyResourceModule.php
212 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
213 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
214 /classes/Smarty/SmartyResourceParent.php
215 /classes/Smarty/SmartyLazyRegister.php
216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
217 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
218 /classes/Customer.php
219 /classes/Group.php
220 /override/classes/Link.php
221 /classes/Link.php
222 /classes/shop/ShopUrl.php
223 /override/classes/Dispatcher.php
224 /classes/Dispatcher.php
225 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
226 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php
227 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php
228 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
229 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
230 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderUtils.php
231 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
232 /src/Adapter/SymfonyContainer.php
233 /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
234 /modules/ph_simpleblog/ph_simpleblog.php
235 /modules/ph_simpleblog/assets/phpthumb/ThumbLib.inc.php
236 /modules/ph_simpleblog/assets/phpthumb/PhpThumb.inc.php
237 /modules/ph_simpleblog/assets/phpthumb/ThumbBase.inc.php
238 /modules/ph_simpleblog/assets/phpthumb/GdThumb.inc.php
239 /modules/ph_simpleblog/vendor/autoload.php
240 /modules/ph_simpleblog/vendor/composer/autoload_real.php
241 /modules/ph_simpleblog/vendor/composer/platform_check.php
242 /modules/ph_simpleblog/vendor/composer/autoload_static.php
243 /modules/ph_simpleblog/models/SimpleBlogCategory.php
244 /modules/ph_simpleblog/models/SimpleBlogPost.php
245 /modules/ph_simpleblog/models/SimpleBlogPostType.php
246 /modules/ph_simpleblog/models/SimpleBlogPostImage.php
247 /modules/ph_simpleblog/models/SimpleBlogTag.php
248 /modules/ph_simpleblog/models/SimpleBlogComment.php
249 /modules/ph_simpleblog/models/SimpleBlogPostAuthor.php
250 /modules/ph_simpleblog/classes/SimpleBlogHelper.php
251 /modules/ph_simpleblog/classes/BlogPostsFinder.php
252 /modules/ph_simpleblog/controllers/front/default_list.php
253 /classes/controller/ModuleFrontController.php
254 /override/classes/controller/FrontController.php
255 /classes/controller/FrontController.php
256 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
257 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
258 /classes/Translate.php
259 /modules/ph_simpleblog/translations/fr.php
260 /src/PrestaShopBundle/Translation/TranslatorComponent.php
261 /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
262 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
263 /vendor/symfony/contracts/Translation/LocaleAwareInterface.php
264 /vendor/symfony/contracts/Translation/TranslatorInterface.php
265 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
266 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
267 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
268 /src/PrestaShopBundle/Translation/TranslatorInterface.php
269 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
270 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatter.php
271 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php
272 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
273 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
274 /vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php
275 /vendor/symfony/contracts/Translation/TranslatorTrait.php
276 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
277 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
278 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
279 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
280 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
281 /var/cache/prod/translations/catalogue.fr-FR.NXhscRe.php
282 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
283 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
284 /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
285 /controllers/front/listing/CategoryController.php
286 /classes/controller/ProductListingFrontController.php
287 /classes/controller/ProductPresentingFrontController.php
288 /src/Adapter/Presenter/Object/ObjectPresenter.php
289 /src/Adapter/Presenter/PresenterInterface.php
290 /src/Adapter/Presenter/Cart/CartPresenter.php
291 /src/Adapter/Image/ImageRetriever.php
292 /classes/tax/TaxConfiguration.php
293 /classes/Smarty/TemplateFinder.php
294 /classes/assets/StylesheetManager.php
295 /classes/assets/AbstractAssetManager.php
296 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
297 /classes/assets/JavascriptManager.php
298 /classes/assets/CccReducer.php
299 /modules/iqitthemeeditor/iqitthemeeditor.php
300 /modules/iqitthemeeditor/src/IqitSmartyModifiers.php
301 /modules/iqitthemeeditor/translations/fr.php
302 /classes/Category.php
303 /classes/webservice/WebserviceRequest.php
304 /src/Adapter/ContainerBuilder.php
305 /src/Adapter/Environment.php
306 /src/Core/EnvironmentInterface.php
307 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
308 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
309 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
310 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
311 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
312 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
313 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
314 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
315 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
316 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
317 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
318 /vendor/symfony/contracts/Service/ResetInterface.php
319 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
320 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
321 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
322 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
323 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
324 /vendor/symfony/contracts/Cache/ItemInterface.php
325 /vendor/psr/cache/src/CacheItemInterface.php
326 /vendor/psr/cache/src/CacheItemPoolInterface.php
327 /vendor/symfony/contracts/Cache/CacheInterface.php
328 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
329 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
330 /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php
331 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
332 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
333 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
334 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
335 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
336 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
337 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
338 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
339 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
340 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
341 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
342 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
343 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
344 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
345 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
346 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
347 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
348 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
349 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
350 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
351 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
352 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
353 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
354 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
355 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
356 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
357 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
358 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
359 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
360 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
361 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
362 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
363 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
364 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
365 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
366 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
367 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
368 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
369 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
370 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
371 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
372 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
373 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
374 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
375 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
376 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
377 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
378 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
379 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
380 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
381 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
382 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
383 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
384 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
385 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
386 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
387 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
388 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
389 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
390 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
391 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
392 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
393 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
394 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
395 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php
396 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
397 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
398 /var/cache/prod/FrontContainer.php
399 /src/Adapter/Container/LegacyContainer.php
400 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
401 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php
402 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php
403 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
404 /vendor/symfony/contracts/Service/ServiceLocatorTrait.php
405 /vendor/psr/container/src/ContainerExceptionInterface.php
406 /vendor/psr/container/src/NotFoundExceptionInterface.php
407 /vendor/symfony/contracts/Service/ServiceProviderInterface.php
408 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
409 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
410 /src/Adapter/Container/LegacyContainerInterface.php
411 /modules/ps_categorytree/vendor/autoload.php
412 /modules/ps_categorytree/vendor/composer/autoload_real.php
413 /modules/ps_categorytree/vendor/composer/platform_check.php
414 /modules/ps_categorytree/vendor/composer/autoload_static.php
415 /modules/ps_facetedsearch/vendor/autoload.php
416 /modules/ps_facetedsearch/vendor/composer/autoload_real.php
417 /modules/ps_facetedsearch/vendor/composer/platform_check.php
418 /modules/ps_facetedsearch/vendor/composer/autoload_static.php
419 /modules/contactform/vendor/autoload.php
420 /modules/contactform/vendor/composer/autoload_real.php
421 /modules/contactform/vendor/composer/platform_check.php
422 /modules/contactform/vendor/composer/autoload_static.php
423 /modules/ps_sharebuttons/vendor/autoload.php
424 /modules/ps_sharebuttons/vendor/composer/autoload_real.php
425 /modules/ps_sharebuttons/vendor/composer/platform_check.php
426 /modules/ps_sharebuttons/vendor/composer/autoload_static.php
427 /modules/gsitemap/vendor/autoload.php
428 /modules/gsitemap/vendor/composer/autoload_real.php
429 /modules/gsitemap/vendor/composer/platform_check.php
430 /modules/gsitemap/vendor/composer/autoload_static.php
431 /modules/ps_crossselling/vendor/autoload.php
432 /modules/ps_crossselling/vendor/composer/autoload_real.php
433 /modules/ps_crossselling/vendor/composer/platform_check.php
434 /modules/ps_crossselling/vendor/composer/autoload_static.php
435 /modules/ps_themecusto/vendor/autoload.php
436 /modules/ps_themecusto/vendor/composer/autoload_real.php
437 /modules/ps_themecusto/vendor/composer/platform_check.php
438 /modules/ps_themecusto/vendor/composer/autoload_static.php
439 /modules/ps_supplierlist/vendor/autoload.php
440 /modules/ps_supplierlist/vendor/composer/autoload_real.php
441 /modules/ps_supplierlist/vendor/composer/platform_check.php
442 /modules/ps_supplierlist/vendor/composer/autoload_static.php
443 /modules/ps_googleanalytics/vendor/autoload.php
444 /modules/ps_googleanalytics/vendor/composer/autoload_real.php
445 /modules/ps_googleanalytics/vendor/composer/platform_check.php
446 /modules/ps_googleanalytics/vendor/composer/autoload_static.php
447 /modules/statssearch/vendor/autoload.php
448 /modules/statssearch/vendor/composer/autoload_real.php
449 /modules/statssearch/vendor/composer/platform_check.php
450 /modules/statssearch/vendor/composer/autoload_static.php
451 /modules/ps_faviconnotificationbo/vendor/autoload.php
452 /modules/ps_faviconnotificationbo/vendor/composer/autoload_real.php
453 /modules/ps_faviconnotificationbo/vendor/composer/platform_check.php
454 /modules/ps_faviconnotificationbo/vendor/composer/autoload_static.php
455 /modules/ps_categoryproducts/vendor/autoload.php
456 /modules/ps_categoryproducts/vendor/composer/autoload_real.php
457 /modules/ps_categoryproducts/vendor/composer/platform_check.php
458 /modules/ps_categoryproducts/vendor/composer/autoload_static.php
459 /modules/ps_wirepayment/vendor/autoload.php
460 /modules/ps_wirepayment/vendor/composer/autoload_real.php
461 /modules/ps_wirepayment/vendor/composer/platform_check.php
462 /modules/ps_wirepayment/vendor/composer/autoload_static.php
463 /modules/statsregistrations/vendor/autoload.php
464 /modules/statsregistrations/vendor/composer/autoload_real.php
465 /modules/statsregistrations/vendor/composer/platform_check.php
466 /modules/statsregistrations/vendor/composer/autoload_static.php
467 /modules/ps_distributionapiclient/vendor/autoload.php
468 /modules/ps_distributionapiclient/vendor/composer/autoload_real.php
469 /modules/ps_distributionapiclient/vendor/composer/platform_check.php
470 /modules/ps_distributionapiclient/vendor/composer/autoload_static.php
471 /modules/ps_distributionapiclient/vendor/symfony/polyfill-intl-grapheme/bootstrap.php
472 /modules/ps_distributionapiclient/vendor/symfony/string/Resources/functions.php
473 /modules/ps_emailalerts/vendor/autoload.php
474 /modules/ps_emailalerts/vendor/composer/autoload_real.php
475 /modules/ps_emailalerts/vendor/composer/platform_check.php
476 /modules/ps_emailalerts/vendor/composer/autoload_static.php
477 /modules/ps_brandlist/vendor/autoload.php
478 /modules/ps_brandlist/vendor/composer/autoload_real.php
479 /modules/ps_brandlist/vendor/composer/platform_check.php
480 /modules/ps_brandlist/vendor/composer/autoload_static.php
481 /modules/ps_viewedproduct/vendor/autoload.php
482 /modules/ps_viewedproduct/vendor/composer/autoload_real.php
483 /modules/ps_viewedproduct/vendor/composer/platform_check.php
484 /modules/ps_viewedproduct/vendor/composer/autoload_static.php
485 /modules/iqitsociallogin/vendor/autoload.php
486 /modules/iqitsociallogin/vendor/composer/autoload_real.php
487 /modules/iqitsociallogin/vendor/composer/platform_check.php
488 /modules/iqitsociallogin/vendor/composer/autoload_static.php
489 /modules/gmerchantcenterpro/vendor/autoload.php
490 /modules/gmerchantcenterpro/vendor/composer/autoload_real.php
491 /modules/gmerchantcenterpro/vendor/composer/platform_check.php
492 /modules/gmerchantcenterpro/vendor/composer/autoload_static.php
493 /modules/wizardai/vendor/autoload.php
494 /modules/wizardai/vendor/composer/autoload_real.php
495 /modules/wizardai/vendor/composer/platform_check.php
496 /modules/wizardai/vendor/composer/autoload_static.php
497 /modules/wizardai/vendor/clue/stream-filter/src/functions_include.php
498 /modules/wizardai/vendor/clue/stream-filter/src/functions.php
499 /modules/wizardai/vendor/guzzlehttp/psr7/src/functions_include.php
500 /modules/wizardai/vendor/guzzlehttp/psr7/src/functions.php
501 /modules/wizardai/vendor/php-http/message/src/filters.php
502 /modules/wizardai/vendor/symfony/polyfill-apcu/bootstrap.php
503 /modules/stripe_official/vendor/autoload.php
504 /modules/stripe_official/vendor/composer/autoload_real.php
505 /modules/stripe_official/vendor/composer/platform_check.php
506 /modules/stripe_official/vendor/composer/autoload_static.php
507 /modules/vivawalletsmartcheckout/vendor/autoload.php
508 /modules/vivawalletsmartcheckout/vendor/composer/autoload_real.php
509 /modules/vivawalletsmartcheckout/vendor/composer/autoload_static.php
510 /modules/autoupgrade/vendor/autoload.php
511 /modules/autoupgrade/vendor/composer/autoload_real.php
512 /modules/autoupgrade/vendor/composer/autoload_static.php
513 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment.php
514 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Client.php
515 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
516 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
517 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
518 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
519 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
520 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
521 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Version.php
522 /src/Core/Localization/Locale/Repository.php
523 /src/Core/Localization/Locale/RepositoryInterface.php
524 /src/Core/Localization/CLDR/LocaleRepository.php
525 /src/Core/Localization/CLDR/LocaleDataSource.php
526 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
527 /src/Core/Data/Layer/AbstractDataLayer.php
528 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
529 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
530 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
531 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php
532 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
533 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php
534 /vendor/symfony/contracts/Cache/CacheTrait.php
535 /vendor/psr/cache/src/InvalidArgumentException.php
536 /vendor/psr/cache/src/CacheException.php
537 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
538 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
539 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php
540 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php
541 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
542 /src/Core/Localization/CLDR/Reader.php
543 /src/Core/Localization/CLDR/ReaderInterface.php
544 /src/Core/Localization/Currency/Repository.php
545 /src/Core/Localization/Currency/RepositoryInterface.php
546 /src/Core/Localization/Currency/CurrencyDataSource.php
547 /src/Core/Localization/Currency/DataSourceInterface.php
548 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
549 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
550 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
551 /src/Adapter/Currency/CurrencyDataProvider.php
552 /src/Core/Currency/CurrencyDataProviderInterface.php
553 /src/Adapter/LegacyContext.php
554 /src/Adapter/Tools.php
555 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
556 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
557 /vendor/prestashop/decimal/src/Operation/Rounding.php
558 /src/Core/Localization/Locale.php
559 /src/Core/Localization/LocaleInterface.php
560 /src/Core/Localization/Specification/Price.php
561 /src/Core/Localization/Specification/Number.php
562 /src/Core/Localization/Specification/NumberInterface.php
563 /src/Core/Localization/Specification/Factory.php
564 /src/Core/Localization/CLDR/LocaleData.php
565 /src/Core/Localization/CLDR/NumberSymbolsData.php
566 /src/Core/Localization/CLDR/CurrencyData.php
567 /src/Core/Localization/CLDR/Locale.php
568 /src/Core/Localization/CLDR/LocaleInterface.php
569 /src/Core/Localization/Specification/NumberSymbolList.php
570 /classes/Currency.php
571 /src/Core/Localization/Currency/LocalizedCurrencyId.php
572 /src/Core/Localization/Currency/CurrencyData.php
573 /src/Core/Localization/Currency/CurrencyCollection.php
574 /src/Core/Localization/Currency.php
575 /src/Core/Localization/CurrencyInterface.php
576 /src/Core/Localization/Specification/NumberCollection.php
577 /src/Core/Localization/Number/Formatter.php
578 /classes/Cart.php
579 /src/Adapter/AddressFactory.php
580 /override/classes/CartRule.php
581 /classes/CartRule.php
582 /classes/Product.php
583 /src/Core/Domain/Product/ValueObject/RedirectType.php
584 /src/Core/Util/DateTime/DateTime.php
585 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
586 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
587 /src/Core/Domain/Product/ValueObject/ProductType.php
588 /src/Core/Domain/Product/ValueObject/Reference.php
589 /src/Core/Domain/Product/ValueObject/Ean13.php
590 /src/Core/Domain/Product/ValueObject/Isbn.php
591 /src/Core/Domain/Product/ValueObject/Upc.php
592 /src/Core/Domain/Product/ProductSettings.php
593 /src/Core/Domain/Shop/ValueObject/ShopId.php
594 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
595 /modules/ps_emailalerts/ps_emailalerts.php
596 /modules/ps_emailalerts/MailAlert.php
597 /src/PrestaShopBundle/Translation/DomainNormalizer.php
598 /modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php
599 /modules/facebookconversiontrackingplus/classes/autoload.php
600 /modules/facebookconversiontrackingplus/translations/fr.php
601 /modules/facebookconversiontrackingplus/classes/ConversionApi.php
602 /modules/facebookconversiontrackingplus/classes/PixelTools.php
603 /modules/facebookconversiontrackingplus/classes/IpGeolocation.php
604 /src/Core/Security/OpenSsl/OpenSSL.php
605 /src/Core/Security/OpenSsl/OpenSSLInterface.php
606 /modules/facebookconversiontrackingplus/classes/SmartForm.php
607 /override/classes/Media.php
608 /classes/Media.php
609 /modules/revolutpayment/revolutpayment.php
610 /modules/revolutpayment/classes/RevolutApi.php
611 /modules/revolutpayment/classes/RevolutDatabaseHelper.php
612 /modules/revolutpayment/classes/RevolutPRBSettingsHelper.php
613 /modules/revolutpayment/classes/RevolutApplePayOnBoardingHelper.php
614 /modules/revolutpayment/classes/RevolutModuleHelper.php
615 /classes/PaymentModule.php
616 /modules/revolutpayment/translations/fr.php
617 /src/Adapter/Presenter/Cart/CartLazyArray.php
618 /src/Adapter/Presenter/AbstractLazyArray.php
619 /src/Adapter/Product/PriceFormatter.php
620 /src/Core/Util/Inflector.php
621 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
622 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
623 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
624 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
625 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
626 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
627 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
628 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
629 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
630 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
631 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
632 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
633 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
634 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
635 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
636 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
637 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
638 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
639 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
640 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
641 /classes/Gender.php
642 /classes/Risk.php
643 /classes/Meta.php
644 /modules/revsliderprestashop/revsliderprestashop.php
645 /modules/revsliderprestashop/rev-loader.php
646 /modules/revsliderprestashop/includes/revslider_db.class.php
647 /modules/revsliderprestashop/includes/data.class.php
648 /modules/revsliderprestashop/includes/functions.class.php
649 /modules/revsliderprestashop/includes/em-integration.class.php
650 /modules/revsliderprestashop/includes/cssparser.class.php
651 /modules/revsliderprestashop/includes/woocommerce.class.php
652 /modules/revsliderprestashop/includes/wpml.class.php
653 /modules/revsliderprestashop/includes/colorpicker.class.php
654 /modules/revsliderprestashop/includes/navigation.class.php
655 /modules/revsliderprestashop/includes/object-library.class.php
656 /modules/revsliderprestashop/admin/includes/loadbalancer.class.php
657 /modules/revsliderprestashop/admin/includes/plugin-update.class.php
658 /modules/revsliderprestashop/includes/extension.class.php
659 /modules/revsliderprestashop/includes/favorite.class.php
660 /modules/revsliderprestashop/includes/aq-resizer.class.php
661 /modules/revsliderprestashop/includes/external-sources.class.php
662 /modules/revsliderprestashop/includes/page-template.class.php
663 /modules/revsliderprestashop/includes/slider.class.php
664 /modules/revsliderprestashop/includes/slide.class.php
665 /modules/revsliderprestashop/includes/output.class.php
666 /modules/revsliderprestashop/public/revslider-front.class.php
667 /modules/revsliderprestashop/includes/backwards.php
668 /modules/revsliderprestashop/admin/includes/class-pclzip.php
669 /modules/revsliderprestashop/admin/includes/license.class.php
670 /modules/revsliderprestashop/admin/includes/addons.class.php
671 /modules/revsliderprestashop/admin/includes/template.class.php
672 /modules/revsliderprestashop/admin/includes/functions-admin.class.php
673 /modules/revsliderprestashop/admin/includes/folder.class.php
674 /modules/revsliderprestashop/admin/includes/import.class.php
675 /modules/revsliderprestashop/admin/includes/export.class.php
676 /modules/revsliderprestashop/admin/includes/export-html.class.php
677 /modules/revsliderprestashop/admin/includes/newsletter.class.php
678 /modules/revsliderprestashop/admin/revslider-admin.class.php
679 /modules/revsliderprestashop/includes/update.class.php
680 /modules/revsliderprestashop/includes/resize-imag.php
681 /modules/revsliderprestashop/translations/fr.php
682 /classes/Address.php
683 /classes/ImageType.php
684 /classes/State.php
685 /src/Core/Security/PasswordPolicyConfiguration.php
686 /src/Core/Configuration/DataConfigurationInterface.php
687 /src/Core/Filter/FrontEndObject/MainFilter.php
688 /src/Core/Filter/FilterInterface.php
689 /src/Core/Filter/FrontEndObject/CartFilter.php
690 /src/Core/Filter/HashMapWhitelistFilter.php
691 /src/Core/Filter/CollectionFilter.php
692 /src/Core/Filter/FrontEndObject/ProductFilter.php
693 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
694 /src/Core/Filter/FrontEndObject/CustomerFilter.php
695 /src/Core/Filter/FrontEndObject/ShopFilter.php
696 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
697 /modules/ps_shoppingcart/ps_shoppingcart.php
698 /src/Core/Module/WidgetInterface.php
699 /modules/ps_googleanalytics/ps_googleanalytics.php
700 /modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php
701 /modules/ps_googleanalytics/classes/Hook/HookInterface.php
702 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
703 /var/cache/prod/smarty/compile/warehouse/ee/78/8a/ee788a7ffa4b95e0a488ef6dc4b9f3c8b40ce111_2.file.ps_googleanalytics.tpl.php
704 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
705 /modules/iqitcompare/iqitcompare.php
706 /modules/iqitcompare/translations/fr.php
707 /modules/iqitcontactpage/iqitcontactpage.php
708 /modules/iqitcontactpage/translations/fr.php
709 /modules/iqitcookielaw/iqitcookielaw.php
710 /modules/iqitcookielaw/translations/fr.php
711 /modules/iqitcountdown/iqitcountdown.php
712 /modules/iqitcountdown/translations/fr.php
713 /modules/iqitelementor/iqitelementor.php
714 /modules/iqitelementor/src/IqitElementorLanding.php
715 /modules/iqitelementor/src/IqitElementorTemplate.php
716 /modules/iqitelementor/src/IqitElementorProduct.php
717 /modules/iqitelementor/src/IqitElementorCategory.php
718 /modules/iqitelementor/src/IqitElementorContent.php
719 /modules/iqitelementor/src/iqitElementorWpHelper.php
720 /modules/iqitelementor/includes/plugin-elementor.php
721 /modules/iqitelementor/src/widgets/IqitElementorWidget_Brands.php
722 /modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php
723 /modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php
724 /modules/iqitelementor/src/widgets/IqitElementorWidget_Modules.php
725 /modules/iqitelementor/src/widgets/IqitElementorWidget_CustomTpl.php
726 /modules/iqitelementor/src/widgets/IqitElementorWidget_Menu.php
727 /modules/iqitelementor/src/widgets/IqitElementorWidget_RevolutionSlider.php
728 /modules/iqitelementor/src/widgets/IqitElementorWidget_Newsletter.php
729 /modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php
730 /modules/iqitelementor/src/widgets/IqitElementorWidget_Search.php
731 /modules/iqitelementor/src/widgets/IqitElementorWidget_Links.php
732 /modules/iqitelementor/src/widgets/IqitElementorWidget_ContactForm.php
733 /modules/iqitelementor/translations/fr.php
734 /modules/iqitfreedeliverycount/iqitfreedeliverycount.php
735 /modules/iqitfreedeliverycount/translations/fr.php
736 /modules/iqitmegamenu/iqitmegamenu.php
737 /modules/iqitmegamenu/models/IqitMenuTab.php
738 /modules/iqitmegamenu/models/IqitMenuHtml.php
739 /modules/iqitmegamenu/models/IqitMenuLinks.php
740 /modules/iqitmegamenu/translations/fr.php
741 /modules/iqitsizecharts/iqitsizecharts.php
742 /modules/iqitsizecharts/src/IqitSizeCharts.php
743 /modules/iqitsizecharts/translations/fr.php
744 /modules/iqitwishlist/iqitwishlist.php
745 /modules/iqitwishlist/src/IqitWishlistProduct.php
746 /modules/iqitwishlist/translations/fr.php
747 /modules/iqitextendedproduct/iqitextendedproduct.php
748 /modules/iqitextendedproduct/src/IqitThreeSixty.php
749 /modules/iqitextendedproduct/src/IqitProductVideo.php
750 /modules/iqitextendedproduct/translations/fr.php
751 /classes/assets/PrestashopAssetsLibraries.php
752 /modules/iqitsociallogin/iqitsociallogin.php
753 /modules/iqitsociallogin/translations/fr.php
754 /modules/gmerchantcenterpro/gmerchantcenterpro.php
755 /modules/gmerchantcenterpro/translations/fr.php
756 /modules/gmerchantcenterpro/lib/moduleTools.php
757 /modules/gmerchantcenterpro/conf/moduleConfiguration.php
758 /modules/gmerchantcenterpro/lib/moduleUpdate.php
759 /modules/gmerchantcenterpro/lib/install/installController.php
760 /modules/gmerchantcenterpro/lib/install/installSql.php
761 /modules/gmerchantcenterpro/lib/install/installInterface.php
762 /modules/gmerchantcenterpro/models/Feeds.php
763 /modules/gmerchantcenterpro/lib/hook/hookController.php
764 /modules/gmerchantcenterpro/lib/hook/hookDisplay.php
765 /modules/gmerchantcenterpro/lib/hook/hookBase.php
766 /modules/gmerchantcenterpro/lib/dao/moduleDao.php
767 /var/cache/prod/smarty/compile/warehouse/f7/5f/75/f75f75b788ebecd0995da205f357ac74693f8076_2.file.header.tpl.php
768 /modules/stripe_official/stripe_official.php
769 /modules/stripe_official/vendor/stripe/stripe-php/lib/Event.php
770 /modules/stripe_official/vendor/stripe/stripe-php/lib/ApiResource.php
771 /modules/stripe_official/vendor/stripe/stripe-php/lib/StripeObject.php
772 /modules/stripe_official/vendor/stripe/stripe-php/lib/ApiOperations/Request.php
773 /modules/stripe_official/classes/services/PrestashopTranslationService.php
774 /src/Adapter/Localization/LegacyTranslator.php
775 /modules/stripe_official/smarty/plugins/modifier.stripelreplace.php
776 /modules/stripe_official/vendor/stripe/stripe-php/lib/Stripe.php
777 /modules/stripe_official/vendor/stripe/stripe-php/lib/Util/ApiVersion.php
778 /modules/wizardai/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php
779 /modules/stripe_official/classes/services/StripeDisplayHeaderService.php
780 /modules/abandonedcart/abandonedcart.php
781 /modules/abandonedcart/classes/abandonedcart_core.php
782 /modules/abandonedcart/translations/fr.php
783 /var/cache/prod/smarty/compile/warehouse/7f/09/a0/7f09a045a9b3f592faaac1a3835665419330db11_2.file.abandonedcart_front.tpl.php
784 /modules/vivawalletsmartcheckout/vivawalletsmartcheckout.php
785 /modules/vivawalletsmartcheckout/src/Helpers/Config.php
786 /modules/vivawalletsmartcheckout/config/app.php
787 /modules/vivawalletsmartcheckout/src/Helpers/General.php
788 /modules/vivawalletsmartcheckout/translations/fr.php
789 /modules/vivawalletsmartcheckout/vendor/vivawallet/vivawallet-php/lib/Application.php
790 /src/Core/Product/Search/ProductSearchContext.php
791 /src/Core/Product/Search/ProductSearchQuery.php
792 /src/Core/Product/Search/SortOrder.php
793 /modules/ps_facetedsearch/ps_facetedsearch.php
794 /modules/ps_facetedsearch/src/HookDispatcher.php
795 /modules/ps_facetedsearch/src/Hook/Attribute.php
796 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
797 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
798 /modules/ps_facetedsearch/src/Hook/Category.php
799 /modules/ps_facetedsearch/src/Hook/Configuration.php
800 /modules/ps_facetedsearch/src/Hook/Design.php
801 /modules/ps_facetedsearch/src/Hook/Feature.php
802 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
803 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
804 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
805 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
806 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
807 /modules/ps_facetedsearch/src/Hook/Product.php
808 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
809 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
810 /modules/ps_facetedsearch/src/Filters/Provider.php
811 /modules/ps_facetedsearch/src/URLSerializer.php
812 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
813 /modules/ps_facetedsearch/src/Product/SearchProvider.php
814 /src/Core/Product/Search/FacetsRendererInterface.php
815 /src/Core/Product/Search/ProductSearchProviderInterface.php
816 /modules/ps_facetedsearch/src/Filters/Converter.php
817 /modules/ps_facetedsearch/src/Product/SearchFactory.php
818 /src/Core/Product/Search/ProductSearchResult.php
819 /modules/ps_facetedsearch/src/Product/Search.php
820 /modules/ps_facetedsearch/src/Adapter/MySQL.php
821 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
822 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
823 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
824 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
825 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
826 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
827 /modules/ps_facetedsearch/src/Filters/Products.php
828 /classes/stock/StockAvailable.php
829 /modules/ps_facetedsearch/src/Filters/Block.php
830 /modules/ps_facetedsearch/src/Definition/Availability.php
831 /src/Core/Product/Search/Facet.php
832 /src/Core/Product/Search/Filter.php
833 /vendor/prestashop/decimal/src/DecimalNumber.php
834 /vendor/prestashop/decimal/src/Builder.php
835 /src/Core/Product/Search/FacetCollection.php
836 /classes/ProductAssembler.php
837 /classes/Combination.php
838 /classes/tax/Tax.php
839 /classes/SpecificPrice.php
840 /classes/tax/TaxManagerFactory.php
841 /classes/tax/TaxRulesTaxManager.php
842 /classes/tax/TaxManagerInterface.php
843 /classes/tax/TaxCalculator.php
844 /classes/GroupReduction.php
845 /src/Core/Localization/CLDR/ComputingPrecision.php
846 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
847 /classes/Pack.php
848 /override/classes/order/Order.php
849 /classes/order/Order.php
850 /classes/Feature.php
851 /classes/Manufacturer.php
852 /classes/ProductPresenterFactory.php
853 /src/Adapter/Presenter/Product/ProductListingPresenter.php
854 /src/Adapter/Presenter/Product/ProductPresenter.php
855 /src/Adapter/Product/ProductColorsRetriever.php
856 /src/Adapter/HookManager.php
857 /src/Core/Product/ProductPresentationSettings.php
858 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
859 /src/Adapter/Presenter/Product/ProductLazyArray.php
860 /classes/Image.php
861 /src/Core/Image/ImageFormatConfiguration.php
862 /src/Core/Image/ImageFormatConfigurationInterface.php
863 /classes/FeatureFlag.php
864 /src/Core/FeatureFlag/FeatureFlagSettings.php
865 /vendor/prestashop/decimal/src/Operation/Multiplication.php
866 /vendor/prestashop/decimal/src/Operation/Addition.php
867 /var/cache/prod/smarty/compile/warehouse/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.ps_facetedsearchviewstemplatesfrontcatalogfacets.tpl.php
868 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
869 /vendor/smarty/smarty/libs/plugins/modifier.count.php
870 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
871 /var/cache/prod/smarty/compile/warehouse/fb/ea/98/fbea98a84e509d7477392fb3e2519b1e908ae1d0_2.module.ps_facetedsearchviewstemplatesfrontcatalogfacetsdropdown.tpl.php
872 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
873 /var/cache/prod/smarty/compile/warehouse/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
874 /src/Core/Product/Search/Pagination.php
875 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/a7/2d/dc/a72ddcc3457e523238167bfb787364e010571602_2.file.category.tpl.php
876 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
877 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/90/cf/46/90cf4679dc49439c314d4747bbab91e7cd883211_2.file.product-list.tpl.php
878 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/20/1d/59/201d594b12ddb0579e97d2d00a38f32349d7f8e2_2.file.layout-full-width.tpl.php
879 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/c0/0d/9fc00de9dab18af4bad561c5978e37a5cf7ba8dc_2.file.layout-both-columns.tpl.php
880 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/cb/45/38/cb4538e80db186323bd2c849a93c3a874eb9fa44_2.file.helpers.tpl.php
881 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
882 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/a3/5d/99/a35d9996c0259409d557b9de6f17182667bd08c0_2.file.head.tpl.php
883 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d8/66/63/d8666378896e3199131756b2a049789ce82f9145_2.file.head-jsonld.tpl.php
884 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8e/7c/ff/8e7cff5cfb78f6670e25ee2a2964eb6ccbe1b9d5_2.file.product-list-jsonld.tpl.php
885 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b5/08/e2/b508e285f88ade9f85c8711af34aa86844c85366_2.file.pagination-seo.tpl.php
886 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
887 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/52/ed/5b/52ed5bf4088d07f918e31ad1872568dff1a15122_2.file.stylesheets.tpl.php
888 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2a/77/40/2a7740ed942475bcc06c5e40d5346b6b574f1441_2.file.javascript.tpl.php
889 /classes/ProductDownload.php
890 /src/Core/Cart/Calculator.php
891 /src/Core/Cart/CartRowCollection.php
892 /src/Core/Cart/Fees.php
893 /src/Core/Cart/AmountImmutable.php
894 /src/Core/Cart/CartRuleCollection.php
895 /src/Core/Cart/CartRuleCalculator.php
896 /src/Adapter/Product/PriceCalculator.php
897 /src/Core/Cart/CartRow.php
898 /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php
899 /src/Core/Util/String/StringModifier.php
900 /src/Core/Util/String/StringModifierInterface.php
901 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/05/ac/4e/05ac4e59da39afc94ba29fd4c5bed100b6b3da19_2.file.product-activation.tpl.php
902 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/05/4d/41/054d41abc5a541ea4fd30d63caa94ec106d2993b_2.file.header.tpl.php
903 /modules/iqitlinksmanager/iqitlinksmanager.php
904 /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php
905 /modules/iqitlinksmanager/src/IqitLinkBlock.php
906 /modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php
907 /modules/iqitlinksmanager/translations/fr.php
908 /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
909 /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
910 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
911 /var/cache/prod/smarty/cache/iqitlinksmanager/1/1/1/21/displayNav1/warehouse/a9/f2/c1/a9f2c1869604c8c628073c46891a26fcf1453e27.iqitlinksmanagerviewstemplateshookiqitlinksmanager.tpl.php
912 /modules/ps_languageselector/ps_languageselector.php
913 /modules/ps_currencyselector/ps_currencyselector.php
914 /var/cache/prod/smarty/compile/warehouse/73/27/77/73277702161b17505d668b28b8368941cf42c568_2.module.iqitwishlistviewstemplateshookdisplaynav.tpl.php
915 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/03/c2/a5/03c2a55aa51a9b7d61e7f129a111606f12475287_2.file.header-3.tpl.php
916 /modules/iqitsearch/iqitsearch.php
917 /modules/iqitsearch/translations/fr.php
918 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
919 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d9/9b/94/d99b947421dcff226f28b1d6cb674c91f17399db_2.module.iqitsearchviewstemplateshookiqitsearchbtn.tpl.php
920 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/46/29/db/4629dbb3c4efa13c090c633dc2e46e5f2b42bed3_2.module.iqitsearchviewstemplateshooksearchbar.tpl.php
921 /modules/ps_customersignin/ps_customersignin.php
922 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/72/be/19/72be192e406191c1cad554abe284e159adeb4234_2.module.ps_customersigninps_customersigninbtn.tpl.php
923 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b4/a4/76/b4a476e0a8201677b298f7c0f8ca1ac698e1bac3_2.module.ps_shoppingcartps_shoppingcartbtn.tpl.php
924 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php
925 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f6/e9/f2/f6e9f2b1680a466582d2199d038efe2cfa3a83f7_2.module.ps_shoppingcartps_shoppingcartcontent.tpl.php
926 /var/cache/prod/smarty/cache/iqitmegamenu/index/1/1/1/21/warehouse/70/ca/47/70ca47640f8f16a0dd1dc3b1fce177bbeed38257.iqitmegamenuviewstemplateshookhorizontal.tpl.php
927 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ce/2d/19/ce2d19cd13f5f27943d104183b745be20e3618a6_2.file.mobile-header-1.tpl.php
928 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7a/30/38/7a3038780284d52e9fcd7a66e51e5b86a166106b_2.module.iqitsearchviewstemplateshooksearchbarmobile.tpl.php
929 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/be/ee/e6/beeee6f3d87613010f8af1cabc4c4562f8cf600a_2.module.ps_customersigninps_customersigninmobile.tpl.php
930 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d4/e1/57/d4e1571b6b210795247564db06deb17061778b51_2.module.ps_shoppingcartps_shoppingcartmqty.tpl.php
931 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/28/b8/a6/28b8a6fb36f22bef1e0b5c53910267c19ceae859_2.file.breadcrumb.tpl.php
932 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f1/e6/1e/f1e61e7ca59d67ddb45735d3ba11885aabdcd7c1_2.file.notifications.tpl.php
933 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/15/44/1d154420732e4f5ec7164570156b8e82b8e743cc_2.file.category-header.tpl.php
934 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/08/3f/fe/083ffef0b3aeb82a59679210de0513024cfa645a_2.file.category-subcategories.tpl.php
935 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8f/2c/f2/8f2cf264e8ef24eff54cdc3881bd1071ff6abcc5_2.file.products-top.tpl.php
936 /vendor/smarty/smarty/libs/plugins/modifier.regex_replace.php
937 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ca/43/26/ca432646d2c581a6631dbab0f8a0ded19562cc5d_2.file.sort-orders.tpl.php
938 /var/cache/prod/smarty/compile/warehouse/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
939 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/52/57/07/52570740bcdee3193f952d35d0d11ce53ff537f4_2.file.products.tpl.php
940 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/45/91/09/4591095b1d399add495fc541674f2fceb9d0f0e3_2.file.product.tpl.php
941 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/cb/91/6c/cb916c508b6fcc743788f1d7f95631e94668cb9d_2.file.product-miniature-1.tpl.php
942 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/31/03/a9/3103a9a485af7d714612ac0c47dbcfbc05c4fd95_2.file.product-miniature-thumb.tpl.php
943 /var/cache/prod/smarty/compile/warehouse/e9/21/d5/e921d51c062189725606e51308456f33ad945843_2.module.iqitwishlistviewstemplateshookproductminiature.tpl.php
944 /var/cache/prod/smarty/compile/warehouse/90/53/a0/9053a0dd520a39bef75969a0e9efeeae750df91b_2.module.iqitcompareviewstemplateshookproductminiature.tpl.php
945 /var/cache/prod/smarty/compile/warehouse/55/c7/a8/55c7a89f423f7f64b1b84881dcb668e4d788f013_2.module.iqitcountdownviewstemplateshookproduct.tpl.php
946 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/6c/98/2d/6c982d5090ff11db9654f1a7f6945865bc19603f_2.file.product-miniature-btn.tpl.php
947 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8f/7a/83/8f7a832567456fbcc9b33e35ba7ca0da997b29d7_2.file.pagination.tpl.php
948 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b1/d3/1b/b1d31b2d2e40bf3996d3350fd9793c705dd5bee6_2.file.products-bottom.tpl.php
949 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e8/79/87/e87987b9e84bb947f6c535f03253877e87b62912_2.file.category-footer.tpl.php
950 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/99/9e/63/999e637a129f69005ecaa1ec5a360060ed703447_2.file.footer.tpl.php
951 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/ea/10/7bea10cca96ef6b28b8f036ef026a7c11e3bde56_2.file.footer-1.tpl.php
952 /var/cache/prod/smarty/cache/iqitlinksmanager/1/1/1/21/displayFooter/warehouse/a9/f2/c1/a9f2c1869604c8c628073c46891a26fcf1453e27.iqitlinksmanagerviewstemplateshookiqitlinksmanager.tpl.php
953 /var/cache/prod/smarty/compile/warehouse/47/ac/57/47ac57039d904771d1de42366e1791900bdd2c2f_2.file.pixelheader.tpl.php
954 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
955 /var/cache/prod/smarty/compile/warehouse/d5/a3/51/d5a351153329745771ab994e1aac2c50a2871ed1_2.file.pages_viewed.tpl.php
956 /var/cache/prod/smarty/compile/warehouse/e8/03/5a/e8035a8d1c12c085b510041163fece5592f47256_2.file.addtocart17.tpl.php
957 /var/cache/prod/smarty/compile/warehouse/77/34/89/773489e70d2bbbc33a3532f583f69463b9e8d34b_2.file.wishlist-iqitwishlist.tpl.php
958 /var/cache/prod/smarty/compile/warehouse/d8/97/09/d897090b6df2dbd807e718e356ae88dacdc94b72_2.file.category.tpl.php
959 /var/cache/prod/smarty/compile/warehouse/0b/1e/ae/0b1eae8b95d210de6545ab4d36ef1e0da4a2995c_2.file.newsletter.tpl.php
960 /var/cache/prod/smarty/compile/warehouse/bb/a9/2e/bba92e35e07193f35df4d88c25fef9c1ee267db4_2.file.page_time_event.tpl.php
961 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2f/e6/59/2fe659ce5c8a3b849eecceed2fd2484c04ba6f2b_2.file.social-links.tpl.php
962 /modules/ps_emailsubscription/ps_emailsubscription.php
963 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ca/11/75/ca1175f42cce659c415ef88a938d72e6064791dd_2.file.footer-copyrights-1.tpl.php
964 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b2/b4/18/b2b418437d59a5c40ab3bf79b4a0534fdfc59e9d_2.file.password-policy-template.tpl.php
965 /classes/form/CustomerLoginForm.php
966 /classes/form/AbstractForm.php
967 /classes/form/FormInterface.php
968 /src/Core/Foundation/Templating/RenderableInterface.php
969 /classes/form/CustomerLoginFormatter.php
970 /classes/form/FormFormatterInterface.php
971 /classes/ValidateConstraintTranslator.php
972 /src/Core/Util/InternationalizedDomainNameConverter.php
973 /src/Core/Foundation/Templating/RenderableProxy.php
974 /var/cache/prod/smarty/compile/warehouse/52/f1/b8/52f1b8b385d74962f57df5c0ac1b0e91d62e4760_2.module.iqitwishlistviewstemplateshookdisplaymodal.tpl.php
975 /classes/form/FormField.php
976 /var/cache/prod/smarty/compile/warehouse/30/f5/ac/30f5acd1c8eb485e903c518c39df62f6dab88d7e_2.file.login-form.tpl.php
977 /var/cache/prod/smarty/compile/warehouse/21/f2/27/21f227e16d661dac3c649c0ff89b74dcf6812c75_2.file.form-errors.tpl.php
978 /var/cache/prod/smarty/compile/08/dc/b1/08dcb1adde6be40af6fcc0544d63eb4badcd22a6_2.file.form-fields.tpl.php
979 /var/cache/prod/smarty/compile/21/f2/27/21f227e16d661dac3c649c0ff89b74dcf6812c75_2.file.form-errors.tpl.php
980 /var/cache/prod/smarty/cache/iqitsociallogin/1/1/1/21/warehouse/7b/d5/c3/7bd5c305fe941e7514c4da4c50a911312eb62349.iqitsocialloginviewstemplateshookauthentication.tpl.php
981 /var/cache/prod/smarty/compile/warehouse/d4/a2/00/d4a200912ea9e133f46cf39b7eadc37ea7dd3d2f_2.module.iqitcompareviewstemplateshookdisplaymodal.tpl.php
982 /var/cache/prod/smarty/cache/iqitcookielaw/1/1/1/21/warehouse/6c/9a/c7/6c9ac7fc236180074d341c4bb3247222ad3545d0.iqitcookielawviewstemplateshookiqitcookielaw.tpl.php
983 /modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php
984 /modules/ps_googleanalytics/classes/Handler/GanalyticsJsHandler.php
985 /modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php
986 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php
987 /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php
988 /modules/ps_googleanalytics/classes/GoogleAnalyticsTools.php
989 /var/cache/prod/smarty/compile/warehouse/5c/93/46/5c93465cfee83ad9edb76aeff8896d92c35ee986_2.file.ga_tag.tpl.php