Product added to wishlist
Product added to compare.
Load Time 759.892 ms
Querying Time 208 ms
Queries 1818
Memory Peak Usage 51.3 Mb
Included Files 1103 files - 12.13 Mb
PrestaShop Cache - Mb
Global vars 0.86 Mb
PrestaShop Version 8.2.0
PHP Version 8.1.34
MySQL Version 11.4.10-MariaDB
Memory Limit 1024M
Max Execution Time 30s
Smarty Cache enabled
Smarty Compilation auto
  Time Cumulated Time Memory Usage Memory Peak Usage
config 1.487 ms 1.487 ms 5.14 Mb 6.5 Mb
__construct 0.007 ms 1.494 ms - Mb 6.5 Mb
init 7.776 ms 9.270 ms 1.02 Mb 6.5 Mb
checkAccess 0.001 ms 9.271 ms - Mb 6.5 Mb
setMedia 0.846 ms 10.117 ms 0.10 Mb 6.5 Mb
postProcess 0.000 ms 10.117 ms - Mb 6.5 Mb
initHeader 0.001 ms 10.118 ms - Mb 6.5 Mb
initContent 267.682 ms 277.800 ms 25.79 Mb 32.7 Mb
initFooter 0.001 ms 277.801 ms - Mb 32.7 Mb
display 482.091 ms 759.892 ms 17.44 Mb 51.3 Mb
Hook Time Memory Usage
DisplayFooter 202.667 ms 0.94 Mb
displayProductListReviews 42.976 ms 2.28 Mb
displayMainMenu 22.473 ms 5.00 Mb
displayProductListFunctionalButtons 16.873 ms 0.20 Mb
displayCountDown 5.923 ms 0.12 Mb
DisplayBeforeBodyClosingTag 3.320 ms 0.41 Mb
displayBeforeBodyClosingTag 2.978 ms 0.65 Mb
DisplayHeader 1.667 ms 0.14 Mb
displayNav1 0.537 ms 0.09 Mb
displayNav2 0.460 ms 0.09 Mb
displayCategoryElementor 0.450 ms 0.08 Mb
Header 0.407 ms 0.01 Mb
displayCustomerLoginFormAfter 0.406 ms 0.07 Mb
renderWidget 0.351 ms 0.16 Mb
DisplayNavFullWidth 0.198 ms 0.03 Mb
displayFooter 0.156 ms 0.04 Mb
IsJustElementor 0.154 ms 0.02 Mb
ProductSearchProvider 0.137 ms - Mb
ActionFrontControllerSetMedia 0.090 ms 0.01 Mb
DisplayContentWrapperTop 0.008 ms - Mb
ModuleRoutes 0.005 ms - Mb
ActionDispatcher 0.004 ms - Mb
ActionProductSearchAfter 0.003 ms - Mb
23 hook(s) 302.243 ms 10.35 Mb
Module Time Memory Usage
ph_simpleblog 3.946 ms 1.84 Mb
ps_eventbus 0.612 ms 0.06 Mb
iqitthemeeditor 0.344 ms 0.09 Mb
ps_emailsubscription 0.115 ms 0.01 Mb
ps_emailalerts 0.055 ms 0.01 Mb
facebookconversiontrackingplus 203.227 ms 1.02 Mb
ps_shoppingcart 0.046 ms 0.01 Mb
iqitcompare 7.824 ms 0.27 Mb
iqitcountdown 6.048 ms 0.08 Mb
iqitelementor 0.787 ms 0.11 Mb
iqitfreedeliverycount 0.043 ms 0.01 Mb
iqitmegamenu 22.567 ms 5.01 Mb
iqitwishlist 12.787 ms 0.81 Mb
iqitsociallogin 0.462 ms 0.08 Mb
iqitcontactpage 0.034 ms 0.01 Mb
gmerchantcenterpro 6.438 ms 1.04 Mb
iqitreviews 0.148 ms 0.01 Mb
productcomments 43.140 ms 2.33 Mb
multifeatures 0.064 ms - Mb
ps_googleanalytics 2.734 ms 0.33 Mb
stripe_official 0.320 ms 0.13 Mb
paypal 0.961 ms 0.13 Mb
flashsalepro 0.656 ms 0.02 Mb
ps_facetedsearch 0.657 ms 0.18 Mb
iqitlinksmanager 0.909 ms 0.14 Mb
ps_languageselector 0.049 ms 0.01 Mb
ps_currencyselector 0.043 ms 0.01 Mb
ps_customersignin 0.030 ms 0.01 Mb
iqitsearch 0.146 ms 0.01 Mb
statsdata 1.009 ms 0.22 Mb
30 module(s) 316.201 ms 13.92 Mb

Stopwatch SQL - 1818 queries

# Query Time (ms) Rows Filesort Group By Location
172
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 (3353, 3351))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=147 AND c.nright<=180 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=29)) AND ((fp_1.id_feature_value IN (3353, 3351))) GROUP BY fp.id_feature_value
7.091 ms 576600000 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
166
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
6.103 ms 2435 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
165
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) LEFT JOIN een_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value IN (3353, 3351))) AND ((fp_1.id_feature_value IN (33206, 252881, 252884, 231391, 231489, 231179, 232259, 231537, 233771, 232358, 257803, 232496, 231564, 231308, 231866, 230325, 231644, 230361, 233705, 231581, 230375, 231653, 231259, 231165, 234907, 233717, 33203, 231592, 231347, 230782, 230906, 233732, 231751, 33209, 256690))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=147 AND c.nright<=180 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) LEFT JOIN een_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=10)) AND ((fp_1.id_feature_value IN (3353, 3351))) AND ((fp_2.id_feature_value IN (33206, 252881, 252884, 231391, 231489, 231179, 232259, 231537, 233771, 232358, 257803, 232496, 231564, 231308, 231866, 230325, 231644, 230361, 233705, 231581, 230375, 231653, 231259, 231165, 234907, 233717, 33203, 231592, 231347, 230782, 230906, 233732, 231751, 33209, 256690))) GROUP BY fp.id_feature_value
3.533 ms 3625000 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
163
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) LEFT JOIN een_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value IN (3353, 3351))) AND ((fp_1.id_feature_value IN (33206, 252881, 252884, 231391, 231489, 231179, 232259, 231537, 233771, 232358, 257803, 232496, 231564, 231308, 231866, 230325, 231644, 230361, 233705, 231581, 230375, 231653, 231259, 231165, 234907, 233717, 33203, 231592, 231347, 230782, 230906, 233732, 231751, 33209, 256690))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=147 AND c.nright<=180 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-05-06 14:12:51' >= sp.from) AND 
(sp.to = '0000-00-00 00:00:00' OR '2026-05-06 14:12:51' <= sp.to) 
) LEFT JOIN een_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN een_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((sp.reduction>0)) AND ((fp_1.id_feature_value IN (3353, 3351))) AND ((fp_2.id_feature_value IN (33206, 252881, 252884, 231391, 231489, 231179, 232259, 231537, 233771, 232358, 257803, 232496, 231564, 231308, 231866, 230325, 231644, 230361, 233705, 231581, 230375, 231653, 231259, 231165, 234907, 233717, 33203, 231592, 231347, 230782, 230906, 233732, 231751, 33209, 256690)))
3.220 ms 213858000 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
170
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 (33206, 252881, 252884, 231391, 231489, 231179, 232259, 231537, 233771, 232358, 257803, 232496, 231564, 231308, 231866, 230325, 231644, 230361, 233705, 231581, 230375, 231653, 231259, 231165, 234907, 233717, 33203, 231592, 231347, 230782, 230906, 233732, 231751, 33209, 256690))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=147 AND c.nright<=180 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=27)) AND ((fp_1.id_feature_value IN (33206, 252881, 252884, 231391, 231489, 231179, 232259, 231537, 233771, 232358, 257803, 232496, 231564, 231308, 231866, 230325, 231644, 230361, 233705, 231581, 230375, 231653, 231259, 231165, 234907, 233717, 33203, 231592, 231347, 230782, 230906, 233732, 231751, 33209, 256690))) GROUP BY fp.id_feature_value
2.868 ms 8554320 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
173
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
2.748 ms 1275 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
156
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
2.657 ms 1275 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
162
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) LEFT JOIN een_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value IN (3353, 3351))) AND ((fp_1.id_feature_value IN (33206, 252881, 252884, 231391, 231489, 231179, 232259, 231537, 233771, 232358, 257803, 232496, 231564, 231308, 231866, 230325, 231644, 230361, 233705, 231581, 230375, 231653, 231259, 231165, 234907, 233717, 33203, 231592, 231347, 230782, 230906, 233732, 231751, 33209, 256690))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=147 AND c.nright<=180 GROUP BY p.id_product) p LEFT 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_value IN (3353, 3351))) AND ((fp_1.id_feature_value IN (33206, 252881, 252884, 231391, 231489, 231179, 232259, 231537, 233771, 232358, 257803, 232496, 231564, 231308, 231866, 230325, 231644, 230361, 233705, 231581, 230375, 231653, 231259, 231165, 234907, 233717, 33203, 231592, 231347, 230782, 230906, 233732, 231751, 33209, 256690))) AND p.date_add>'2026-03-08 00:00:00'
2.319 ms 213858000 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
161
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) LEFT JOIN een_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value IN (3353, 3351))) AND ((fp_1.id_feature_value IN (33206, 252881, 252884, 231391, 231489, 231179, 232259, 231537, 233771, 232358, 257803, 232496, 231564, 231308, 231866, 230325, 231644, 230361, 233705, 231581, 230375, 231653, 231259, 231165, 234907, 233717, 33203, 231592, 231347, 230782, 230906, 233732, 231751, 33209, 256690))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=147 AND c.nright<=180 GROUP BY p.id_product) p LEFT JOIN een_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN een_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((p.on_sale=1)) AND ((fp_1.id_feature_value IN (3353, 3351))) AND ((fp_2.id_feature_value IN (33206, 252881, 252884, 231391, 231489, 231179, 232259, 231537, 233771, 232358, 257803, 232496, 231564, 231308, 231866, 230325, 231644, 230361, 233705, 231581, 230375, 231653, 231259, 231165, 234907, 233717, 33203, 231592, 231347, 230782, 230906, 233732, 231751, 33209, 256690)))
2.277 ms 213858000 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
159
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) LEFT JOIN een_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value IN (3353, 3351))) AND ((fp_1.id_feature_value IN (33206, 252881, 252884, 231391, 231489, 231179, 232259, 231537, 233771, 232358, 257803, 232496, 231564, 231308, 231866, 230325, 231644, 230361, 233705, 231581, 230375, 231653, 231259, 231165, 234907, 233717, 33203, 231592, 231347, 230782, 230906, 233732, 231751, 33209, 256690))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=147 AND c.nright<=180 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
2.123 ms 47454240 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
167
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) LEFT JOIN een_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value IN (3353, 3351))) AND ((fp_1.id_feature_value IN (33206, 252881, 252884, 231391, 231489, 231179, 232259, 231537, 233771, 232358, 257803, 232496, 231564, 231308, 231866, 230325, 231644, 230361, 233705, 231581, 230375, 231653, 231259, 231165, 234907, 233717, 33203, 231592, 231347, 230782, 230906, 233732, 231751, 33209, 256690))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=147 AND c.nright<=180 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) LEFT JOIN een_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=13)) AND ((fp_1.id_feature_value IN (3353, 3351))) AND ((fp_2.id_feature_value IN (33206, 252881, 252884, 231391, 231489, 231179, 232259, 231537, 233771, 232358, 257803, 232496, 231564, 231308, 231866, 230325, 231644, 230361, 233705, 231581, 230375, 231653, 231259, 231165, 234907, 233717, 33203, 231592, 231347, 230782, 230906, 233732, 231751, 33209, 256690))) GROUP BY fp.id_feature_value
1.605 ms 510000 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.402 ms 3410 /classes/Configuration.php:180
169
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) LEFT JOIN een_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value IN (3353, 3351))) AND ((fp_1.id_feature_value IN (33206, 252881, 252884, 231391, 231489, 231179, 232259, 231537, 233771, 232358, 257803, 232496, 231564, 231308, 231866, 230325, 231644, 230361, 233705, 231581, 230375, 231653, 231259, 231165, 234907, 233717, 33203, 231592, 231347, 230782, 230906, 233732, 231751, 33209, 256690))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=147 AND c.nright<=180 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) LEFT JOIN een_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=26)) AND ((fp_1.id_feature_value IN (3353, 3351))) AND ((fp_2.id_feature_value IN (33206, 252881, 252884, 231391, 231489, 231179, 232259, 231537, 233771, 232358, 257803, 232496, 231564, 231308, 231866, 230325, 231644, 230361, 233705, 231581, 230375, 231653, 231259, 231165, 234907, 233717, 33203, 231592, 231347, 230782, 230906, 233732, 231751, 33209, 256690))) GROUP BY fp.id_feature_value
1.390 ms 760000 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
168
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) LEFT JOIN een_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value IN (3353, 3351))) AND ((fp_1.id_feature_value IN (33206, 252881, 252884, 231391, 231489, 231179, 232259, 231537, 233771, 232358, 257803, 232496, 231564, 231308, 231866, 230325, 231644, 230361, 233705, 231581, 230375, 231653, 231259, 231165, 234907, 233717, 33203, 231592, 231347, 230782, 230906, 233732, 231751, 33209, 256690))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=147 AND c.nright<=180 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) LEFT JOIN een_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=20)) AND ((fp_1.id_feature_value IN (3353, 3351))) AND ((fp_2.id_feature_value IN (33206, 252881, 252884, 231391, 231489, 231179, 232259, 231537, 233771, 232358, 257803, 232496, 231564, 231308, 231866, 230325, 231644, 230361, 233705, 231581, 230375, 231653, 231259, 231165, 234907, 233717, 33203, 231592, 231347, 230782, 230906, 233732, 231751, 33209, 256690))) GROUP BY fp.id_feature_value
1.241 ms 875000 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
176
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-06 00:00:00',
INTERVAL 60 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 (562398,1530544,558474,607623,561565,607749,607333,1540034,607339,607754,1539920,607611,12924,607207,588053,553769,553149,1539390,547667,641171,542157,546896,542204,557335,546563,559059,1539356,543316,1530593,692410,6371,679820,1539380,1539431,1539659,1539785,1540296,1540234,615744,615854,544725,566271,604213,582015,599520,605119,600659,605273,592152,605240,599931,605755,600820,591047,605251,605278,605154,605249,592156,592056,12800,1539887,1539888,1539890,546313,546118,567441,549803,545390,548209,542040,549108,561964,580742,579046,544430,547723,549477,563390,573714,567683,691488,576516,605953)
1.133 ms 84 /classes/ProductAssembler.php:95
1817
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 (562398,1530544,558474,607623,561565,607749,607333,1540034,607339,607754,1539920,607611,12924,607207,588053,553769,553149,1539390,547667,641171,542157,546896,542204,557335,546563,559059,1539356,543316,1530593,692410,6371,679820,1539380,1539431,1539659,1539785,1540296,1540234,615744,615854,544725,566271,604213,582015,599520,605119,600659,605273,592152,605240,599931,605755,600820,591047,605251,605278,605154,605249,592156,592056,12800,1539887,1539888,1539890,546313,546118,567441,549803,545390,548209,542040,549108,561964,580742,579046,544430,547723,549477,563390,573714,567683,691488,576516,605953) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC
1.027 ms 171 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:109
164
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) LEFT JOIN een_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value IN (3353, 3351))) AND ((fp_1.id_feature_value IN (33206, 252881, 252884, 231391, 231489, 231179, 232259, 231537, 233771, 232358, 257803, 232496, 231564, 231308, 231866, 230325, 231644, 230361, 233705, 231581, 230375, 231653, 231259, 231165, 234907, 233717, 33203, 231592, 231347, 230782, 230906, 233732, 231751, 33209, 256690))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=147 AND c.nright<=180
0.974 ms 3270 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
190
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.679 ms 0 /classes/Hook.php:1326
191
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.668 ms 559 /classes/Hook.php:456
174
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) LEFT JOIN een_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value IN (3353, 3351))) AND ((fp_1.id_feature_value IN (33206, 252881, 252884, 231391, 231489, 231179, 232259, 231537, 233771, 232358, 257803, 232496, 231564, 231308, 231866, 230325, 231644, 230361, 233705, 231581, 230375, 231653, 231259, 231165, 234907, 233717, 33203, 231592, 231347, 230782, 230906, 233732, 231751, 33209, 256690))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=147 AND c.nright<=180 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) LEFT JOIN een_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=5003)) AND ((fp_1.id_feature_value IN (3353, 3351))) AND ((fp_2.id_feature_value IN (33206, 252881, 252884, 231391, 231489, 231179, 232259, 231537, 233771, 232358, 257803, 232496, 231564, 231308, 231866, 230325, 231644, 230361, 233705, 231581, 230375, 231653, 231259, 231165, 234907, 233717, 33203, 231592, 231347, 230782, 230906, 233732, 231751, 33209, 256690))) GROUP BY fp.id_feature_value
0.629 ms 5000 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
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.604 ms 355 Yes Yes /classes/Hook.php:1267
1562
SELECT SQL_NO_CACHE c.*, cl.*
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 
LEFT JOIN `een_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `een_category` c2 ON c2.`id_category` = 883 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.477 ms 296 Yes Yes /classes/Category.php:799
1802
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.474 ms 592 Yes /modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2945
1801
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.446 ms 592 Yes /modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2945
45
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` = 882
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.443 ms 10 Yes Yes /classes/Category.php:924
1649
SELECT SQL_NO_CACHE c.*, cl.*
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 
LEFT JOIN `een_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `een_category` c2 ON c2.`id_category` = 959 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.441 ms 296 Yes Yes /classes/Category.php:799
1634
SELECT SQL_NO_CACHE c.*, cl.*
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 
LEFT JOIN `een_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `een_category` c2 ON c2.`id_category` = 938 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.437 ms 296 Yes Yes /classes/Category.php:799
1580
SELECT SQL_NO_CACHE c.*, cl.*
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 
LEFT JOIN `een_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `een_category` c2 ON c2.`id_category` = 882 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.405 ms 296 Yes Yes /classes/Category.php:799
1659
SELECT SQL_NO_CACHE c.*, cl.*
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 
LEFT JOIN `een_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `een_category` c2 ON c2.`id_category` = 211 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.380 ms 20 Yes Yes /classes/Category.php:799
1599
SELECT SQL_NO_CACHE c.*, cl.*
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 
LEFT JOIN `een_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `een_category` c2 ON c2.`id_category` = 884 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.379 ms 296 Yes Yes /classes/Category.php:799
1619
SELECT SQL_NO_CACHE c.*, cl.*
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 
LEFT JOIN `een_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `een_category` c2 ON c2.`id_category` = 960 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.342 ms 296 Yes Yes /classes/Category.php:799
1676
SELECT SQL_NO_CACHE c.*, cl.*
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 
LEFT JOIN `een_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `een_category` c2 ON c2.`id_category` = 149 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.340 ms 296 Yes Yes /classes/Category.php:799
114
SELECT SQL_NO_CACHE *
FROM `een_gmcp_feeds` ff
WHERE (ff.id_shop=1)
ORDER BY ff.feed_is_default ASC
0.332 ms 370 Yes /modules/gmerchantcenterpro/models/Feeds.php:62
1616
SELECT SQL_NO_CACHE c.*, cl.*
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 
LEFT JOIN `een_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `een_category` c2 ON c2.`id_category` = 951 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.320 ms 296 Yes Yes /classes/Category.php:799
1561
SELECT SQL_NO_CACHE hs.`id_tab` as id_tab, hssl.`title`, hssl.`label`, hssl.`url`,
hss.`position`,  hss.`active_label`, hss.`url_type`, hss.`id_url`, hss.`icon_type`, hss.`icon_class`, hss.`icon`, hss.`legend_icon`,
hss.`new_window`, hss.`float`, hss.`submenu_type`, hss.`submenu_content`, hss.`submenu_width`, hss.`group_access`
FROM een_iqitmegamenu_tabs_shop hs
LEFT JOIN een_iqitmegamenu_tabs hss ON (hs.id_tab = hss.id_tab)
LEFT JOIN een_iqitmegamenu_tabs_lang hssl ON (hss.id_tab = hssl.id_tab)
WHERE id_shop = 1 AND menu_type = 1 AND active = 1
AND hssl.id_lang = 1
ORDER BY hss.position
0.305 ms 6 Yes /modules/iqitmegamenu/models/IqitMenuTab.php:178
1658
SELECT SQL_NO_CACHE c.*, cl.*
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 
LEFT JOIN `een_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `een_category` c2 ON c2.`id_category` = 1046 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.304 ms 296 Yes Yes /classes/Category.php:799
208
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1530544 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.266 ms 2 Yes /classes/SpecificPrice.php:576
625
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1539380 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.254 ms 2 Yes /classes/SpecificPrice.php:576
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.250 ms 132 Yes /classes/Dispatcher.php:654
171
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` = 27 ORDER BY vl.`value` ASC
0.243 ms 54 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
1007
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1539887 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.243 ms 2 Yes /classes/SpecificPrice.php:576
13
SELECT SQL_NO_CACHE lower(name) as name
FROM `een_hook` h
WHERE (h.active = 1)
0.242 ms 1104 /classes/Hook.php:1366
155
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` = 27 ORDER BY vl.`value` ASC
0.240 ms 54 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
1020
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1539888 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.237 ms 2 Yes /classes/SpecificPrice.php:576
71
SHOW TABLES LIKE "een_gmcp_1800"
0.231 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:88
248
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 561565 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.229 ms 1 Yes /classes/SpecificPrice.php:576
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` = 1540034 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
222
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 558474 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
1189
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 544430 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.223 ms 1 Yes /classes/SpecificPrice.php:576
1815
INSERT INTO `een_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('13022575', '', 'bellozia.com/882-sieges?q=Styles-Classique-Contemporain+%2FCouleur-Bleu-Gris-Rouge&resultsPerPage=99999', '', '2026-05-06 14:12:52')
0.223 ms 1 /classes/ObjectModel.php:622
109
SHOW COLUMNS FROM een_gmcp_feeds LIKE "feed_is_default"
0.220 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:128
1033
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1539890 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
1202
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 547723 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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 1 Yes /classes/SpecificPrice.php:576
235
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 607623 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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 1 Yes /classes/SpecificPrice.php:576
864
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 599931 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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 1 Yes /classes/SpecificPrice.php:576
175
REPLACE INTO een_layered_filter_block (hash, data) VALUES ("6215558d3c0bdd6ac36ef7993812399f", "a:1:{s:7:\"filters\";a:5:{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:12:\"Prix réduit\";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:12:\"Prix réduit\";s:3:\"nbr\";i:83;}}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:84;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:5:{i:67738;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:17:\"Acier inoxydable \";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:151;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:11:\"Bois massif\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:145;a:4:{s:3:\"nbr\";s:1:\"6\";s:4:\"name\";s:24:\"Revêtement synthétique\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:143;a:4:{s:3:\"nbr\";s:2:\"32\";s:4:\"name\";s:5:\"Tissu\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:752871;a:4:{s:3:\"nbr\";s:2:\"39\";s:4:\"name\";s:7:\"Velours\";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:\"27\";s:6:\"values\";a:6:{i:3354;a:4:{s:3:\"nbr\";s:2:\"12\";s:4:\"name\";s:7:\"Baroque\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3353;a:5:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:9:\"Classique\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:3351;a:5:{s:3:\"nbr\";s:2:\"83\";s:4:\"name\";s:13:\"Contemporain \";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:80757;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:10:\"Industriel\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:147960;a:4:{s:3:\"nbr\";s:1:\"6\";s:4:\"name\";s:10:\"Scandinave\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:80675;a:4:{s:3:\"nbr\";s:1:\"5\";s:4:\"name\";s:7:\"Vintage\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:6:\"Styles\";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:15:{i:55029;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:11:\"Anthracite \";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:235255;a:4:{s:3:\"nbr\";s:1:\"6\";s:4:\"name\";s:6:\"Argent\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:33207;a:4:{s:3:\"nbr\";s:1:\"6\";s:4:\"name\";s:5:\"Beige\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:33201;a:4:{s:3:\"nbr\";s:2:\"12\";s:4:\"name\";s:5:\"Blanc\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:33206;a:5:{s:3:\"nbr\";s:1:\"5\";s:4:\"name\";s:4:\"Bleu\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:86884;a:4:{s:3:\"nbr\";s:1:\"7\";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:2:\"78\";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:2:\"13\";s:4:\"name\";s:5:\"Jaune\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:33202;a:4:{s:3:\"nbr\";s:2:\"22\";s:4:\"name\";s:6:\"Marron\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:33204;a:4:{s:3:\"nbr\";s:2:\"38\";s:4:\"name\";s:4:\"Noir\";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:33205;a:4:{s:3:\"nbr\";s:1:\"7\";s:4:\"name\";s:4:\"Rose\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:33209;a:5:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:5:\"Rouge\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:33208;a:4:{s:3:\"nbr\";s:2:\"15\";s:4:\"name\";s:4:\"Vert\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:33212;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:6:\"Violet\";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\";}}}")
0.210 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:211
1317
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 607749) AND (b.`id_shop` = 1) LIMIT 1
0.208 ms 1 /src/Adapter/EntityMapper.php:71
799
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 605119 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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 1 Yes /classes/SpecificPrice.php:576
1184
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 579046
ORDER BY f.position ASC
0.204 ms 7 Yes /classes/Product.php:6021
1183
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 579046 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 579046 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.204 ms 0 /classes/Cart.php:1430
216
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1530544
ORDER BY f.position ASC
0.203 ms 5 Yes /classes/Product.php:6021
1215
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 549477 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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 1 Yes /classes/SpecificPrice.php:576
1228
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 563390 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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 1 Yes /classes/SpecificPrice.php:576
154
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.202 ms 31 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
610
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 679820 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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 1 Yes /classes/SpecificPrice.php:576
819
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 600659 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 600659 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.201 ms 0 /classes/Cart.php:1430
78
SHOW TABLES LIKE "een_gmcp_1900"
0.200 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:88
215
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1530544 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1530544 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.200 ms 0 /classes/Cart.php:1430
812
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 600659 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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 1 Yes /classes/SpecificPrice.php:576
825
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 605273 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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 1 Yes /classes/SpecificPrice.php:576
315
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 607754 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.198 ms 1 Yes /classes/SpecificPrice.php:576
773
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 582015 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.198 ms 1 Yes /classes/SpecificPrice.php:576
261
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 607749 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
330
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1539920 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
681
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1540296 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
605
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6371
ORDER BY f.position ASC
0.194 ms 8 Yes /classes/Product.php:6021
666
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1539785 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
357
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 12924 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
1293
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 605953 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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 1 Yes /classes/SpecificPrice.php:576
942
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 605154 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
281
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 607333 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 607333 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
199
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 562398 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 562398 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.190 ms 0 /classes/Cart.php:1430
640
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1539431 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
256
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 561565
ORDER BY f.position ASC
0.189 ms 5 Yes /classes/Product.php:6021
1700
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (562398) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.189 ms 1 Yes Yes /classes/Product.php:4524
1176
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 579046 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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 1 Yes /classes/SpecificPrice.php:576
1280
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 576516 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.188 ms 1 Yes /classes/SpecificPrice.php:576
242
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 607623 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 607623 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.187 ms 0 /classes/Cart.php:1430
423
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1539390 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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 2 Yes /classes/SpecificPrice.php:576
1150
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 561964 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
230
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 558474
ORDER BY f.position ASC
0.187 ms 5 Yes /classes/Product.php:6021
871
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 599931 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 599931 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.187 ms 0 /classes/Cart.php:1430
255
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 561565 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 561565 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.186 ms 0 /classes/Cart.php:1430
903
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 591047 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.186 ms 1 Yes /classes/SpecificPrice.php:576
1508
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 561964) AND (b.`id_shop` = 1) LIMIT 1
0.186 ms 1 /src/Adapter/EntityMapper.php:71
994
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 12800 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.185 ms 2 Yes /classes/SpecificPrice.php:576
1526
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 563390) AND (b.`id_shop` = 1) LIMIT 1
0.185 ms 1 /src/Adapter/EntityMapper.php:71
1710
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1539920) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.185 ms 1 Yes Yes /classes/Product.php:4524
1209
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 547723 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 547723 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.184 ms 0 /classes/Cart.php:1430
1520
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 547723) AND (b.`id_shop` = 1) LIMIT 1
0.184 ms 1 /src/Adapter/EntityMapper.php:71
1301
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 605953
ORDER BY f.position ASC
0.183 ms 8 Yes /classes/Product.php:6021
1523
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 549477) AND (b.`id_shop` = 1) LIMIT 1
0.183 ms 1 /src/Adapter/EntityMapper.php:71
1701
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1530544) 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
16
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `een_hook`
0.182 ms 1104 /classes/Hook.php:1326
569
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1530593 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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 2 Yes /classes/SpecificPrice.php:576
597
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 6371 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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 2 Yes /classes/SpecificPrice.php:576
1514
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 579046) AND (b.`id_shop` = 1) LIMIT 1
0.181 ms 1 /src/Adapter/EntityMapper.php:71
187
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 562398 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
542
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1539356 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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 2 Yes /classes/SpecificPrice.php:576
604
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6371 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6371 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
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` = 592152 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
1409
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 615854) AND (b.`id_shop` = 1) LIMIT 1
0.180 ms 1 /src/Adapter/EntityMapper.php:71
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` = 1539920 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1539920 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.179 ms 0 /classes/Cart.php:1430
806
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 605119 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 605119 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.179 ms 0 /classes/Cart.php:1430
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 = 549477
ORDER BY f.position ASC
0.179 ms 8 Yes /classes/Product.php:6021
1235
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 563390 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 563390 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.179 ms 0 /classes/Cart.php:1430
1236
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 563390
ORDER BY f.position ASC
0.179 ms 8 Yes /classes/Product.php:6021
1311
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 607623) AND (b.`id_shop` = 1) LIMIT 1
0.179 ms 1 /src/Adapter/EntityMapper.php:71
243
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 607623
ORDER BY f.position ASC
0.178 ms 4 Yes /classes/Product.php:6021
1308
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 558474) AND (b.`id_shop` = 1) LIMIT 1
0.178 ms 1 /src/Adapter/EntityMapper.php:71
65
SELECT SQL_NO_CACHE *
FROM `een_category` a0
LEFT JOIN `een_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 147) AND (a0.`nright` > 180) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc
0.178 ms 296 Yes /classes/PrestaShopCollection.php:383
936
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 605278 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 605278 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
1496
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 545390) AND (b.`id_shop` = 1) LIMIT 1
0.177 ms 1 /src/Adapter/EntityMapper.php:71
695
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1540234 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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 2 Yes /classes/SpecificPrice.php:576
110
SHOW COLUMNS FROM een_gmcp_discount_association LIKE "channel"
0.176 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:128
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` = 607611 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
1736
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1540296) 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
617
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 679820 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 679820 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
767
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 604213 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 604213 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
910
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 591047 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 591047 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
1210
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 547723
ORDER BY f.position ASC
0.175 ms 7 Yes /classes/Product.php:6021
1711
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (607611) 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
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` = 549477 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 549477 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
1274
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 691488 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 691488 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
1302
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 562398) AND (b.`id_shop` = 1) LIMIT 1
0.174 ms 1 /src/Adapter/EntityMapper.php:71
1339
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 607207) AND (b.`id_shop` = 1) LIMIT 1
0.174 ms 1 /src/Adapter/EntityMapper.php:71
1499
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 548209) AND (b.`id_shop` = 1) LIMIT 1
0.174 ms 1 /src/Adapter/EntityMapper.php:71
1502
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 542040) AND (b.`id_shop` = 1) LIMIT 1
0.174 ms 1 /src/Adapter/EntityMapper.php:71
229
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 558474 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 558474 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
297
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1540034
ORDER BY f.position ASC
0.173 ms 4 Yes /classes/Product.php:6021
1287
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 576516 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 576516 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
1288
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 576516
ORDER BY f.position ASC
0.173 ms 7 Yes /classes/Product.php:6021
1753
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (591047) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.173 ms 1 Yes Yes /classes/Product.php:4524
1353
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 547667) AND (b.`id_shop` = 1) LIMIT 1
0.173 ms 1 /src/Adapter/EntityMapper.php:71
350
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 607611 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 607611 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
1517
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 544430) AND (b.`id_shop` = 1) LIMIT 1
0.172 ms 1 /src/Adapter/EntityMapper.php:71
872
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 599931
ORDER BY f.position ASC
0.171 ms 3 Yes /classes/Product.php:6021
351
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 607611
ORDER BY f.position ASC
0.170 ms 5 Yes /classes/Product.php:6021
950
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 605154
ORDER BY f.position ASC
0.170 ms 3 Yes /classes/Product.php:6021
1027
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1539888 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1539888 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
1490
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 567441) AND (b.`id_shop` = 1) LIMIT 1
0.170 ms 1 /src/Adapter/EntityMapper.php:71
1521
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 547723
ORDER BY `position`
0.170 ms 8 Yes /classes/Product.php:3545
768
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 604213
ORDER BY f.position ASC
0.169 ms 3 Yes /classes/Product.php:6021
1059
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 546118 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.169 ms 1 Yes /classes/SpecificPrice.php:576
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.168 ms 1 Yes /classes/shop/Shop.php:715
204
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1530544) AND (b.`id_shop` = 1) LIMIT 1
0.168 ms 1 /src/Adapter/EntityMapper.php:71
968
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 592156 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
1085
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 549803 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
1098
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 545390 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
1137
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 549108 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
309
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 607339 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 607339 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
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` = 542040 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
1300
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 605953 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 605953 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
1445
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 605755) AND (b.`id_shop` = 1) LIMIT 1
0.168 ms 1 /src/Adapter/EntityMapper.php:71
1800
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 = 882
AND active = 1
)
GROUP BY product_id
ORDER BY sales DESC LIMIT 5
0.168 ms 59 Yes /modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2918
111
SHOW COLUMNS FROM een_gmcp_tags LIKE "custom_label_set_postion"
0.167 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:128
820
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 600659
ORDER BY f.position ASC
0.167 ms 3 Yes /classes/Product.php:6021
200
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 562398
ORDER BY f.position ASC
0.167 ms 4 Yes /classes/Product.php:6021
296
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1540034 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1540034 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
1111
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 548209 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
1163
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 580742 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
975
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 592156 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 592156 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
1072
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 567441 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
1241
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 573714 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
1512
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 580742
ORDER BY `position`
0.166 ms 8 Yes /classes/Product.php:3545
1702
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (558474) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.166 ms 1 Yes Yes /classes/Product.php:4524
22
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.165 ms 104 /classes/module/Module.php:346
858
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 605240 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 605240 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
1041
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1539890
ORDER BY f.position ASC
0.165 ms 7 Yes /classes/Product.php:6021
1348
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 553149) AND (b.`id_shop` = 1) LIMIT 1
0.165 ms 1 /src/Adapter/EntityMapper.php:71
1415
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 566271) AND (b.`id_shop` = 1) LIMIT 1
0.165 ms 1 /src/Adapter/EntityMapper.php:71
1448
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 600820) AND (b.`id_shop` = 1) LIMIT 1
0.165 ms 1 /src/Adapter/EntityMapper.php:71
282
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 607333
ORDER BY f.position ASC
0.164 ms 5 Yes /classes/Product.php:6021
618
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 679820
ORDER BY f.position ASC
0.164 ms 3 Yes /classes/Product.php:6021
1336
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12924) AND (b.`id_shop` = 1) LIMIT 1
0.164 ms 1 /src/Adapter/EntityMapper.php:71
1524
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 549477
ORDER BY `position`
0.164 ms 8 Yes /classes/Product.php:3545
1761
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1539887) 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
1262
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 567683
ORDER BY f.position ASC
0.163 ms 6 Yes /classes/Product.php:6021
1309
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 558474
ORDER BY `position`
0.163 ms 10 Yes /classes/Product.php:3545
1346
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 553769
ORDER BY `position`
0.163 ms 10 Yes /classes/Product.php:3545
1740
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (544725) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.163 ms 1 Yes Yes /classes/Product.php:4524
1363
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 546896
ORDER BY `position`
0.162 ms 9 Yes /classes/Product.php:3545
1737
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1540234) 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
1747
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (605273) 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
302
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 607339 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
1503
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 542040
ORDER BY `position`
0.162 ms 7 Yes /classes/Product.php:3545
1748
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (592152) 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
1345
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 553769) AND (b.`id_shop` = 1) LIMIT 1
0.161 ms 1 /src/Adapter/EntityMapper.php:71
1497
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 545390
ORDER BY `position`
0.161 ms 6 Yes /classes/Product.php:3545
1541
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 605953) AND (b.`id_shop` = 1) LIMIT 1
0.161 ms 1 /src/Adapter/EntityMapper.php:71
1721
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (546896) 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
1751
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (605755) 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
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 = 1539659
ORDER BY f.position ASC
0.160 ms 12 Yes /classes/Product.php:6021
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` = 599520 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
877
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 605755 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
1040
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1539890 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1539890 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
1342
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 588053) AND (b.`id_shop` = 1) LIMIT 1
0.160 ms 1 /src/Adapter/EntityMapper.php:71
1384
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 692410) AND (b.`id_shop` = 1) LIMIT 1
0.160 ms 1 /src/Adapter/EntityMapper.php:71
1739
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (615854) 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
1741
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (566271) 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
1743
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (582015) 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
1752
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (600820) 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
383
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 588053 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.159 ms 1 Yes /classes/SpecificPrice.php:576
1509
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 561964
ORDER BY `position`
0.159 ms 7 Yes /classes/Product.php:3545
1511
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 580742) AND (b.`id_shop` = 1) LIMIT 1
0.159 ms 1 /src/Adapter/EntityMapper.php:71
1709
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (607754) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.159 ms 1 Yes Yes /classes/Product.php:4524
1738
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (615744) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.159 ms 1 Yes Yes /classes/Product.php:4524
1749
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (605240) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.159 ms 1 Yes Yes /classes/Product.php:4524
1757
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (605249) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.159 ms 1 Yes Yes /classes/Product.php:4524
1760
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (12800) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.159 ms 1 Yes Yes /classes/Product.php:4524
1766
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (567441) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.159 ms 1 Yes Yes /classes/Product.php:4524
1500
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 548209
ORDER BY `position`
0.159 ms 8 Yes /classes/Product.php:3545
1756
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (605154) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.159 ms 1 Yes Yes /classes/Product.php:4524
370
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 607207 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
807
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 605119
ORDER BY f.position ASC
0.158 ms 3 Yes /classes/Product.php:6021
1092
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 549803 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 549803 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
1742
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (604213) 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
1744
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (599520) 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
1746
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (600659) 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
1762
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1539888) 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
1427
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 605119) AND (b.`id_shop` = 1) LIMIT 1
0.158 ms 1 /src/Adapter/EntityMapper.php:71
1430
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 600659) AND (b.`id_shop` = 1) LIMIT 1
0.158 ms 1 /src/Adapter/EntityMapper.php:71
1703
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (607623) 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
1750
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (599931) 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
1755
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (605278) 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
1759
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (592056) 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
310
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 607339
ORDER BY f.position ASC
0.157 ms 4 Yes /classes/Product.php:6021
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` = 605755 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 605755 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
1118
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 548209 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 548209 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
1491
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 567441
ORDER BY `position`
0.157 ms 7 Yes /classes/Product.php:3545
1764
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (546313) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.157 ms 1 Yes Yes /classes/Product.php:4524
274
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 607333 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
396
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 553769 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
1067
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 546118
ORDER BY f.position ASC
0.157 ms 7 Yes /classes/Product.php:6021
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` = 580742 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 580742 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
1515
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 579046
ORDER BY `position`
0.157 ms 6 Yes /classes/Product.php:3545
1745
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (605119) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.157 ms 1 Yes Yes /classes/Product.php:4524
1532
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 567683) AND (b.`id_shop` = 1) LIMIT 1
0.156 ms 1 /src/Adapter/EntityMapper.php:71
1535
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 691488) AND (b.`id_shop` = 1) LIMIT 1
0.156 ms 1 /src/Adapter/EntityMapper.php:71
1722
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (542204) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.156 ms 1 Yes Yes /classes/Product.php:4524
1754
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (605251) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.156 ms 1 Yes Yes /classes/Product.php:4524
1765
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (546118) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.156 ms 1 Yes Yes /classes/Product.php:4524
622
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1539380) AND (b.`id_shop` = 1) LIMIT 1
0.156 ms 1 /src/Adapter/EntityMapper.php:71
721
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 615854 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
1066
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 546118 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 546118 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
1158
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 561964
ORDER BY f.position ASC
0.156 ms 7 Yes /classes/Product.php:6021
1391
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 679820
ORDER BY `position`
0.156 ms 8 Yes /classes/Product.php:3545
1442
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 599931) AND (b.`id_shop` = 1) LIMIT 1
0.156 ms 1 /src/Adapter/EntityMapper.php:71
1529
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 573714) AND (b.`id_shop` = 1) LIMIT 1
0.156 ms 1 /src/Adapter/EntityMapper.php:71
1758
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (592156) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.156 ms 1 Yes Yes /classes/Product.php:4524
1763
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1539890) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.156 ms 1 Yes Yes /classes/Product.php:4524
457
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 641171
ORDER BY f.position ASC
0.155 ms 8 Yes /classes/Product.php:6021
462
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 542157 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
1119
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 548209
ORDER BY f.position ASC
0.155 ms 8 Yes /classes/Product.php:6021
1131
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 542040 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 542040 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.155 ms 0 /classes/Cart.php:1430
1403
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1540234) AND (b.`id_shop` = 1) LIMIT 1
0.155 ms 1 /src/Adapter/EntityMapper.php:71
1732
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1539380) 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
327
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1539920) AND (b.`id_shop` = 1) LIMIT 1
0.154 ms 1 /src/Adapter/EntityMapper.php:71
449
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 641171 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.154 ms 1 Yes /classes/SpecificPrice.php:576
527
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 559059 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.154 ms 1 Yes /classes/SpecificPrice.php:576
851
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 605240 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.154 ms 1 Yes /classes/SpecificPrice.php:576
1015
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1539887
ORDER BY f.position ASC
0.154 ms 5 Yes /classes/Product.php:6021
1079
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 567441 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 567441 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
1105
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 545390 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 545390 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
1144
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 549108 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 549108 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
1157
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 561964 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 561964 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
1451
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 591047) AND (b.`id_shop` = 1) LIMIT 1
0.154 ms 1 /src/Adapter/EntityMapper.php:71
1460
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 605154) AND (b.`id_shop` = 1) LIMIT 1
0.154 ms 1 /src/Adapter/EntityMapper.php:71
1720
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (542157) 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
1054
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 546313
ORDER BY f.position ASC
0.154 ms 7 Yes /classes/Product.php:6021
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` = 600820 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.153 ms 1 Yes /classes/SpecificPrice.php:576
1080
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 567441
ORDER BY f.position ASC
0.153 ms 7 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 = 580742
ORDER BY f.position ASC
0.153 ms 7 Yes /classes/Product.php:6021
1254
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 567683 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.153 ms 1 Yes /classes/SpecificPrice.php:576
1382
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1530593
ORDER BY `position`
0.153 ms 13 Yes /classes/Product.php:3545
1387
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6371) AND (b.`id_shop` = 1) LIMIT 1
0.153 ms 1 /src/Adapter/EntityMapper.php:71
1449
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 600820
ORDER BY `position`
0.153 ms 10 Yes /classes/Product.php:3545
1145
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 549108
ORDER BY f.position ASC
0.153 ms 8 Yes /classes/Product.php:6021
1362
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 546896) AND (b.`id_shop` = 1) LIMIT 1
0.153 ms 1 /src/Adapter/EntityMapper.php:71
1132
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 542040
ORDER BY f.position ASC
0.152 ms 8 Yes /classes/Product.php:6021
1487
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 546118) AND (b.`id_shop` = 1) LIMIT 1
0.152 ms 1 /src/Adapter/EntityMapper.php:71
1518
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 544430
ORDER BY `position`
0.152 ms 6 Yes /classes/Product.php:3545
1538
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 576516) AND (b.`id_shop` = 1) LIMIT 1
0.152 ms 1 /src/Adapter/EntityMapper.php:71
911
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 591047
ORDER BY f.position ASC
0.152 ms 3 Yes /classes/Product.php:6021
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` = 592056 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
1053
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 546313 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 546313 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
1093
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 549803
ORDER BY f.position ASC
0.152 ms 7 Yes /classes/Product.php:6021
1356
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 641171) AND (b.`id_shop` = 1) LIMIT 1
0.152 ms 1 /src/Adapter/EntityMapper.php:71
1446
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 605755
ORDER BY `position`
0.152 ms 10 Yes /classes/Product.php:3545
1340
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 607207
ORDER BY `position`
0.151 ms 10 Yes /classes/Product.php:3545
1343
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 588053
ORDER BY `position`
0.151 ms 10 Yes /classes/Product.php:3545
780
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 582015 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 582015 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.151 ms 0 /classes/Cart.php:1430
1106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 545390
ORDER BY f.position ASC
0.151 ms 7 Yes /classes/Product.php:6021
734
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 544725 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
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` = 547667 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
708
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 615744 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
929
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 605278 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
1046
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 546313 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
1395
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1539431
ORDER BY `position`
0.150 ms 13 Yes /classes/Product.php:3545
1768
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (545390) 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
916
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 605251 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
955
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 605249 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
1028
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1539888
ORDER BY f.position ASC
0.149 ms 6 Yes /classes/Product.php:6021
1303
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 562398
ORDER BY `position`
0.149 ms 8 Yes /classes/Product.php:3545
1390
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 679820) AND (b.`id_shop` = 1) LIMIT 1
0.149 ms 1 /src/Adapter/EntityMapper.php:71
1412
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 544725) AND (b.`id_shop` = 1) LIMIT 1
0.149 ms 1 /src/Adapter/EntityMapper.php:71
1418
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 604213) AND (b.`id_shop` = 1) LIMIT 1
0.149 ms 1 /src/Adapter/EntityMapper.php:71
555
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 543316 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
747
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 566271 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
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 = 605755
ORDER BY f.position ASC
0.148 ms 3 Yes /classes/Product.php:6021
1365
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 542204) AND (b.`id_shop` = 1) LIMIT 1
0.148 ms 1 /src/Adapter/EntityMapper.php:71
514
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 546563 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
1454
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 605251) AND (b.`id_shop` = 1) LIMIT 1
0.148 ms 1 /src/Adapter/EntityMapper.php:71
1542
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 605953
ORDER BY `position`
0.148 ms 8 Yes /classes/Product.php:3545
475
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 546896 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
1379
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 543316) AND (b.`id_shop` = 1) LIMIT 1
0.147 ms 1 /src/Adapter/EntityMapper.php:71
1421
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 582015) AND (b.`id_shop` = 1) LIMIT 1
0.147 ms 1 /src/Adapter/EntityMapper.php:71
409
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 553149 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
583
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 692410 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
1267
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 691488 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
1493
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 549803) AND (b.`id_shop` = 1) LIMIT 1
0.147 ms 1 /src/Adapter/EntityMapper.php:71
1505
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 549108) AND (b.`id_shop` = 1) LIMIT 1
0.147 ms 1 /src/Adapter/EntityMapper.php:71
674
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1539785
ORDER BY f.position ASC
0.146 ms 5 Yes /classes/Product.php:6021
377
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 607207 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 607207 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
648
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1539431
ORDER BY f.position ASC
0.146 ms 7 Yes /classes/Product.php:6021
760
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 604213 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
962
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 605249 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 605249 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
1351
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1539390
ORDER BY `position`
0.146 ms 6 Yes /classes/Product.php:3545
1354
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 547667
ORDER BY `position`
0.146 ms 7 Yes /classes/Product.php:3545
1428
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 605119
ORDER BY `position`
0.146 ms 10 Yes /classes/Product.php:3545
1724
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (546563) 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
1767
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (549803) 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
1385
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 692410
ORDER BY `position`
0.145 ms 10 Yes /classes/Product.php:3545
1366
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 542204
ORDER BY `position`
0.145 ms 8 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.144 ms 104 /classes/module/Module.php:346
286
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1540034) AND (b.`id_shop` = 1) LIMIT 1
0.144 ms 1 /src/Adapter/EntityMapper.php:71
430
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1539390 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1539390 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
1410
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 615854
ORDER BY `position`
0.144 ms 7 Yes /classes/Product.php:3545
322
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 607754 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 607754 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
364
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12924 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12924 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
365
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12924
ORDER BY f.position ASC
0.143 ms 3 Yes /classes/Product.php:6021
444
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 547667
ORDER BY f.position ASC
0.143 ms 6 Yes /classes/Product.php:6021
488
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 542204 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
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 = 1530593
ORDER BY f.position ASC
0.143 ms 7 Yes /classes/Product.php:6021
673
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1539785 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1539785 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
1372
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 546563
ORDER BY `position`
0.143 ms 8 Yes /classes/Product.php:3545
1397
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1539659
ORDER BY `position`
0.143 ms 2 Yes /classes/Product.php:3545
404
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 553769
ORDER BY f.position ASC
0.143 ms 5 Yes /classes/Product.php:6021
845
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 592152 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 592152 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
897
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 600820 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 600820 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
1196
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 544430 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 544430 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
1811
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 = 882
AND active = 1
)
GROUP BY product_id
ORDER BY sales DESC LIMIT 5
0.143 ms 59 Yes /modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2918
1197
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 544430
ORDER BY f.position ASC
0.142 ms 7 Yes /classes/Product.php:6021
1314
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 561565) AND (b.`id_shop` = 1) LIMIT 1
0.142 ms 1 /src/Adapter/EntityMapper.php:71
1716
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (553149) 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
535
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 559059
ORDER BY f.position ASC
0.142 ms 7 Yes /classes/Product.php:6021
793
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 599520 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 599520 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
1371
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 546563) AND (b.`id_shop` = 1) LIMIT 1
0.142 ms 1 /src/Adapter/EntityMapper.php:71
1457
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 605278) AND (b.`id_shop` = 1) LIMIT 1
0.142 ms 1 /src/Adapter/EntityMapper.php:71
1723
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (557335) 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
1770
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (542040) 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
268
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 607749 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 607749 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
501
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 557335 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
1406
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 615744) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
1472
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12800) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
1485
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 546313
ORDER BY `position`
0.141 ms 8 Yes /classes/Product.php:3545
323
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 607754
ORDER BY f.position ASC
0.141 ms 4 Yes /classes/Product.php:6021
689
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1540296
ORDER BY f.position ASC
0.141 ms 4 Yes /classes/Product.php:6021
1527
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 563390
ORDER BY `position`
0.141 ms 7 Yes /classes/Product.php:3545
1530
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 573714
ORDER BY `position`
0.141 ms 8 Yes /classes/Product.php:3545
1712
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (12924) 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
1727
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (543316) 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
1734
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1539659) 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
632
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1539380 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1539380 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
378
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 607207
ORDER BY f.position ASC
0.140 ms 5 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` = 588053 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 588053 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
403
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 553769 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 553769 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
431
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1539390
ORDER BY f.position ASC
0.140 ms 3 Yes /classes/Product.php:6021
633
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1539380
ORDER BY f.position ASC
0.140 ms 5 Yes /classes/Product.php:6021
728
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 615854 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 615854 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
729
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 615854
ORDER BY f.position ASC
0.140 ms 4 Yes /classes/Product.php:6021
1001
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12800 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12800 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
1368
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 557335) AND (b.`id_shop` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
1377
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1539356
ORDER BY `position`
0.140 ms 7 Yes /classes/Product.php:3545
1407
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 615744
ORDER BY `position`
0.140 ms 7 Yes /classes/Product.php:3545
1419
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 604213
ORDER BY `position`
0.140 ms 8 Yes /classes/Product.php:3545
1704
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (561565) 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
1726
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1539356) 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
1735
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1539785) 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
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 = 588053
ORDER BY f.position ASC
0.139 ms 4 Yes /classes/Product.php:6021
647
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1539431 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1539431 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
688
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1540296 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1540296 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
846
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 592152
ORDER BY f.position ASC
0.139 ms 3 Yes /classes/Product.php:6021
1249
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 573714
ORDER BY f.position ASC
0.139 ms 8 Yes /classes/Product.php:6021
1312
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 607623
ORDER BY `position`
0.139 ms 10 Yes /classes/Product.php:3545
1374
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 559059) AND (b.`id_shop` = 1) LIMIT 1
0.139 ms 1 /src/Adapter/EntityMapper.php:71
1393
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1539380
ORDER BY `position`
0.139 ms 7 Yes /classes/Product.php:3545
1725
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (559059) 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
1730
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6371) 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
716
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 615744
ORDER BY f.position ASC
0.138 ms 4 Yes /classes/Product.php:6021
781
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 582015
ORDER BY f.position ASC
0.138 ms 4 Yes /classes/Product.php:6021
923
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 605251 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 605251 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
1388
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6371
ORDER BY `position`
0.138 ms 6 Yes /classes/Product.php:3545
1425
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 599520
ORDER BY `position`
0.138 ms 8 Yes /classes/Product.php:3545
417
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 553149
ORDER BY f.position ASC
0.137 ms 4 Yes /classes/Product.php:6021
549
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1539356 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1539356 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
794
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 599520
ORDER BY f.position ASC
0.137 ms 4 Yes /classes/Product.php:6021
1399
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1539785
ORDER BY `position`
0.137 ms 7 Yes /classes/Product.php:3545
1416
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 566271
ORDER BY `position`
0.137 ms 7 Yes /classes/Product.php:3545
1433
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 605273) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
1437
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 592152
ORDER BY `position`
0.137 ms 10 Yes /classes/Product.php:3545
1488
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 546118
ORDER BY `position`
0.137 ms 6 Yes /classes/Product.php:3545
1713
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (607207) 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
550
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1539356
ORDER BY f.position ASC
0.137 ms 5 Yes /classes/Product.php:6021
1443
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 599931
ORDER BY `position`
0.137 ms 10 Yes /classes/Product.php:3545
443
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 547667 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 547667 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
1002
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12800
ORDER BY f.position ASC
0.136 ms 3 Yes /classes/Product.php:6021
1424
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 599520) AND (b.`id_shop` = 1) LIMIT 1
0.136 ms 1 /src/Adapter/EntityMapper.php:71
563
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 543316
ORDER BY f.position ASC
0.136 ms 7 Yes /classes/Product.php:6021
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` = 1530593 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1530593 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
832
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 605273 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 605273 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
1248
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 573714 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 573714 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
1275
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 691488
ORDER BY f.position ASC
0.136 ms 6 Yes /classes/Product.php:6021
1436
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 592152) AND (b.`id_shop` = 1) LIMIT 1
0.136 ms 1 /src/Adapter/EntityMapper.php:71
1705
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (607749) 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
1733
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1539431) 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
833
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 605273
ORDER BY f.position ASC
0.135 ms 3 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 = 1539920
ORDER BY f.position ASC
0.135 ms 4 Yes /classes/Product.php:6021
534
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 559059 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 559059 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
715
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 615744 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 615744 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
859
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 605240
ORDER BY f.position ASC
0.135 ms 3 Yes /classes/Product.php:6021
949
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 605154 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 605154 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
988
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 592056 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 592056 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
1306
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1530544
ORDER BY `position`
0.135 ms 6 Yes /classes/Product.php:3545
1325
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 607339) AND (b.`id_shop` = 1) LIMIT 1
0.135 ms 1 /src/Adapter/EntityMapper.php:71
1404
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1540234
ORDER BY `position`
0.135 ms 6 Yes /classes/Product.php:3545
1461
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 605154
ORDER BY `position`
0.135 ms 10 Yes /classes/Product.php:3545
1706
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (607333) 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
269
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 607749
ORDER BY f.position ASC
0.134 ms 4 Yes /classes/Product.php:6021
456
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 641171 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 641171 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
562
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 543316 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 543316 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
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` = 1539659 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1539659 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
1014
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1539887 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1539887 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
1318
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 607749
ORDER BY `position`
0.134 ms 10 Yes /classes/Product.php:3545
1536
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 691488
ORDER BY `position`
0.134 ms 7 Yes /classes/Product.php:3545
1688
SELECT SQL_NO_CACHE *
FROM `een_currency` c
INNER JOIN een_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC
0.134 ms 2 Yes /classes/Currency.php:694
1717
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1539390) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.134 ms 1 Yes Yes /classes/Product.php:4524
1728
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1530593) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.134 ms 1 Yes Yes /classes/Product.php:4524
416
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 553149 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 553149 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
470
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 542157
ORDER BY f.position ASC
0.133 ms 8 Yes /classes/Product.php:6021
702
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1540234 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1540234 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
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 = 544725
ORDER BY f.position ASC
0.133 ms 7 Yes /classes/Product.php:6021
1261
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 567683 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 567683 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
1413
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 544725
ORDER BY `position`
0.133 ms 10 Yes /classes/Product.php:3545
1772
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (561964) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.133 ms 1 Yes Yes /classes/Product.php:4524
522
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 546563
ORDER BY f.position ASC
0.133 ms 8 Yes /classes/Product.php:6021
1769
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (548209) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.133 ms 1 Yes Yes /classes/Product.php:4524
590
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 692410 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 692410 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
976
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 592156
ORDER BY f.position ASC
0.132 ms 4 Yes /classes/Product.php:6021
1401
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1540296
ORDER BY `position`
0.132 ms 7 Yes /classes/Product.php:3545
1458
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 605278
ORDER BY `position`
0.132 ms 10 Yes /classes/Product.php:3545
1771
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (549108) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.132 ms 1 Yes Yes /classes/Product.php:4524
521
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 546563 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 546563 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
754
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 566271 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 566271 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
1478
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1539888) AND (b.`id_shop` = 1) LIMIT 1
0.132 ms 1 /src/Adapter/EntityMapper.php:71
1539
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 576516
ORDER BY `position`
0.132 ms 8 Yes /classes/Product.php:3545
1814
SELECT SQL_NO_CACHE `id_guest`
FROM `een_connections`
WHERE `id_guest` = 15526300
AND `date_add` > '2026-05-06 13:42:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.132 ms 1 Yes /classes/Connection.php:168
23
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.131 ms 104 /classes/module/Module.php:346
420
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1539390) AND (b.`id_shop` = 1) LIMIT 1
0.131 ms 1 /src/Adapter/EntityMapper.php:71
1320
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 607333) AND (b.`id_shop` = 1) LIMIT 1
0.131 ms 1 /src/Adapter/EntityMapper.php:71
1470
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 592056
ORDER BY `position`
0.131 ms 10 Yes /classes/Product.php:3545
1484
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 546313) AND (b.`id_shop` = 1) LIMIT 1
0.131 ms 1 /src/Adapter/EntityMapper.php:71
508
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 557335 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 557335 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
924
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 605251
ORDER BY f.position ASC
0.131 ms 4 Yes /classes/Product.php:6021
1337
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 12924
ORDER BY `position`
0.131 ms 6 Yes /classes/Product.php:3545
1380
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 543316
ORDER BY `position`
0.131 ms 8 Yes /classes/Product.php:3545
1708
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (607339) 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
1533
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 567683
ORDER BY `position`
0.130 ms 6 Yes /classes/Product.php:3545
1714
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (588053) 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
1729
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (692410) 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
1779
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (573714) 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
509
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 557335
ORDER BY f.position ASC
0.130 ms 8 Yes /classes/Product.php:6021
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` = 544725 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 544725 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
937
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 605278
ORDER BY f.position ASC
0.130 ms 3 Yes /classes/Product.php:6021
1190
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 544430)
0.130 ms 1 /classes/Product.php:3860
1333
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 607611) AND (b.`id_shop` = 1) LIMIT 1
0.130 ms 1 /src/Adapter/EntityMapper.php:71
1455
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 605251
ORDER BY `position`
0.130 ms 10 Yes /classes/Product.php:3545
1463
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 605249) AND (b.`id_shop` = 1) LIMIT 1
0.130 ms 1 /src/Adapter/EntityMapper.php:71
1466
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 592156) AND (b.`id_shop` = 1) LIMIT 1
0.130 ms 1 /src/Adapter/EntityMapper.php:71
1719
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (641171) 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
1778
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (563390) 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
115
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.129 ms 370 Yes /modules/gmerchantcenterpro/models/Feeds.php:72
192
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.129 ms 1 /classes/tax/TaxRulesTaxManager.php:109
469
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 542157 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 542157 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
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 = 546896
ORDER BY f.position ASC
0.129 ms 7 Yes /classes/Product.php:6021
989
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 592056
ORDER BY f.position ASC
0.129 ms 4 Yes /classes/Product.php:6021
1349
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 553149
ORDER BY `position`
0.129 ms 10 Yes /classes/Product.php:3545
1359
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 542157) AND (b.`id_shop` = 1) LIMIT 1
0.129 ms 1 /src/Adapter/EntityMapper.php:71
1369
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 557335
ORDER BY `position`
0.129 ms 9 Yes /classes/Product.php:3545
1469
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 592056) AND (b.`id_shop` = 1) LIMIT 1
0.129 ms 1 /src/Adapter/EntityMapper.php:71
1718
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (547667) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.129 ms 1 Yes Yes /classes/Product.php:4524
1775
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (544430) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.129 ms 1 Yes Yes /classes/Product.php:4524
249
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 561565)
0.128 ms 1 /classes/Product.php:3860
496
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 542204
ORDER BY f.position ASC
0.128 ms 8 Yes /classes/Product.php:6021
539
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1539356) AND (b.`id_shop` = 1) LIMIT 1
0.128 ms 1 /src/Adapter/EntityMapper.php:71
591
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 692410
ORDER BY f.position ASC
0.128 ms 3 Yes /classes/Product.php:6021
755
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 566271
ORDER BY f.position ASC
0.128 ms 4 Yes /classes/Product.php:6021
761
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 604213)
0.128 ms 1 /classes/Product.php:3860
898
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 600820
ORDER BY f.position ASC
0.128 ms 3 Yes /classes/Product.php:6021
1328
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 607754) AND (b.`id_shop` = 1) LIMIT 1
0.128 ms 1 /src/Adapter/EntityMapper.php:71
1422
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 582015
ORDER BY `position`
0.128 ms 2 Yes /classes/Product.php:3545
1481
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1539890) AND (b.`id_shop` = 1) LIMIT 1
0.128 ms 1 /src/Adapter/EntityMapper.php:71
1707
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1540034) 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
1773
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (580742) 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
1776
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (547723) 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
1731
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (679820) 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
1782
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (576516) 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
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` = 546896 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 546896 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.127 ms 0 /classes/Cart.php:1430
703
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1540234
ORDER BY f.position ASC
0.127 ms 3 Yes /classes/Product.php:6021
963
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 605249
ORDER BY f.position ASC
0.127 ms 3 Yes /classes/Product.php:6021
1357
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 641171
ORDER BY `position`
0.127 ms 8 Yes /classes/Product.php:3545
1715
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (553769) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.127 ms 1 Yes Yes /classes/Product.php:4524
495
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 542204 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 542204 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.127 ms 0 /classes/Cart.php:1430
201
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1530544
AND image_shop.`cover` = 1 LIMIT 1
0.126 ms 6 /classes/Product.php:3570
1774
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (579046) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.126 ms 1 Yes Yes /classes/Product.php:4524
1783
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (605953) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.126 ms 1 Yes Yes /classes/Product.php:4524
663
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1539785) AND (b.`id_shop` = 1) LIMIT 1
0.126 ms 1 /src/Adapter/EntityMapper.php:71
1547
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.126 ms 1 /classes/CartRule.php:423
1781
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (691488) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.126 ms 1 Yes Yes /classes/Product.php:4524
209
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1530544)
0.125 ms 1 /classes/Product.php:3860
217
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 558474
AND image_shop.`cover` = 1 LIMIT 1
0.125 ms 10 /classes/Product.php:3570
223
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 558474)
0.125 ms 1 /classes/Product.php:3860
1439
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 605240) AND (b.`id_shop` = 1) LIMIT 1
0.125 ms 1 /src/Adapter/EntityMapper.php:71
1780
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (567683) 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
257
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 607749
AND image_shop.`cover` = 1 LIMIT 1
0.124 ms 10 /classes/Product.php:3570
262
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 607749)
0.124 ms 1 /classes/Product.php:3860
566
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1530593) AND (b.`id_shop` = 1) LIMIT 1
0.124 ms 1 /src/Adapter/EntityMapper.php:71
1431
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 600659
ORDER BY `position`
0.124 ms 10 Yes /classes/Product.php:3545
1475
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1539887) AND (b.`id_shop` = 1) LIMIT 1
0.124 ms 1 /src/Adapter/EntityMapper.php:71
1315
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 561565
ORDER BY `position`
0.123 ms 10 Yes /classes/Product.php:3545
1452
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 591047
ORDER BY `position`
0.123 ms 10 Yes /classes/Product.php:3545
1482
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1539890
ORDER BY `position`
0.123 ms 8 Yes /classes/Product.php:3545
1777
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (549477) 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
826
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 605273)
0.122 ms 1 /classes/Product.php:3860
865
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 599931)
0.122 ms 1 /classes/Product.php:3860
1546
SELECT SQL_NO_CACHE 1 FROM `een_cart_rule` WHERE ((date_to >= "2026-05-06 00:00:00" AND date_to <= "2026-05-06 23:59:59") OR (date_from >= "2026-05-06 00:00:00" AND date_from <= "2026-05-06 23:59:59") OR (date_from < "2026-05-06 00:00:00" AND date_to > "2026-05-06 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.122 ms 1 /classes/CartRule.php:357
611
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 679820)
0.121 ms 1 /classes/Product.php:3860
1177
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 579046)
0.121 ms 1 /classes/Product.php:3860
1360
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 542157
ORDER BY `position`
0.121 ms 8 Yes /classes/Product.php:3545
231
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 607623
AND image_shop.`cover` = 1 LIMIT 1
0.120 ms 10 /classes/Product.php:3570
236
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 607623)
0.120 ms 1 /classes/Product.php:3860
1331
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1539920
ORDER BY `position`
0.120 ms 8 Yes /classes/Product.php:3545
1689
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `een_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.119 ms 1 /classes/Cart.php:1303
275
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 607333)
0.119 ms 1 /classes/Product.php:3860
678
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1540296) AND (b.`id_shop` = 1) LIMIT 1
0.119 ms 1 /src/Adapter/EntityMapper.php:71
1434
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 605273
ORDER BY `position`
0.119 ms 10 Yes /classes/Product.php:3545
1464
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 605249
ORDER BY `position`
0.119 ms 10 Yes /classes/Product.php:3545
1185
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 544430
AND image_shop.`cover` = 1 LIMIT 1
0.118 ms 6 /classes/Product.php:3570
1326
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 607339
ORDER BY `position`
0.118 ms 10 Yes /classes/Product.php:3545
1440
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 605240
ORDER BY `position`
0.118 ms 10 Yes /classes/Product.php:3545
1473
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 12800
ORDER BY `position`
0.118 ms 5 Yes /classes/Product.php:3545
1545
SELECT SQL_NO_CACHE 1 FROM een_cart_product cp INNER JOIN een_product p
ON (p.id_product = cp.id_product) INNER JOIN een_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1
0.118 ms 1 /classes/Cart.php:4255
626
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1539380)
0.117 ms 1 /classes/Product.php:3860
1323
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1540034
ORDER BY `position`
0.117 ms 9 Yes /classes/Product.php:3545
1375
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 559059
ORDER BY `position`
0.117 ms 8 Yes /classes/Product.php:3545
1467
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 592156
ORDER BY `position`
0.117 ms 10 Yes /classes/Product.php:3545
1506
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 549108
ORDER BY `position`
0.117 ms 8 Yes /classes/Product.php:3545
1494
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 549803
ORDER BY `position`
0.116 ms 7 Yes /classes/Product.php:3545
637
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1539431) AND (b.`id_shop` = 1) LIMIT 1
0.116 ms 1 /src/Adapter/EntityMapper.php:71
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.115 ms 1 /src/Adapter/EntityMapper.php:71
813
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 600659)
0.115 ms 1 /classes/Product.php:3860
1329
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 607754
ORDER BY `position`
0.115 ms 9 Yes /classes/Product.php:3545
1479
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1539888
ORDER BY `position`
0.115 ms 7 Yes /classes/Product.php:3545
808
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 600659
AND image_shop.`cover` = 1 LIMIT 1
0.114 ms 10 /classes/Product.php:3570
969
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 592156)
0.114 ms 1 /classes/Product.php:3860
1549
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.114 ms 1 /classes/CartRule.php:423
873
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 605755
AND image_shop.`cover` = 1 LIMIT 1
0.113 ms 10 /classes/Product.php:3570
1029
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1539890
AND image_shop.`cover` = 1 LIMIT 1
0.113 ms 8 /classes/Product.php:3570
1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 547723)
0.113 ms 1 /classes/Product.php:3860
1216
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 549477)
0.113 ms 1 /classes/Product.php:3860
1321
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 607333
ORDER BY `position`
0.113 ms 10 Yes /classes/Product.php:3545
177
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 562398
AND image_shop.`cover` = 1 LIMIT 1
0.112 ms 8 /classes/Product.php:3570
352
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 12924
AND image_shop.`cover` = 1 LIMIT 1
0.112 ms 6 /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` = 542040)
0.112 ms 1 /classes/Product.php:3860
800
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 605119)
0.111 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` = 600820
AND image_shop.`cover` = 1 LIMIT 1
0.111 ms 10 /classes/Product.php:3570
1294
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 605953)
0.111 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` = 592152)
0.110 ms 1 /classes/Product.php:3860
990
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 12800
AND image_shop.`cover` = 1 LIMIT 1
0.110 ms 5 /classes/Product.php:3570
1151
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 561964)
0.110 ms 1 /classes/Product.php:3860
1334
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 607611
ORDER BY `position`
0.110 ms 10 Yes /classes/Product.php:3545
283
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1540034
AND image_shop.`cover` = 1 LIMIT 1
0.110 ms 9 /classes/Product.php:3570
606
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 679820
AND image_shop.`cover` = 1 LIMIT 1
0.110 ms 8 /classes/Product.php:3570
651
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1539659) AND (b.`id_shop` = 1) LIMIT 1
0.110 ms 1 /src/Adapter/EntityMapper.php:71
821
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 605273
AND image_shop.`cover` = 1 LIMIT 1
0.110 ms 10 /classes/Product.php:3570
1229
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 563390)
0.110 ms 1 /classes/Product.php:3860
1476
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1539887
ORDER BY `position`
0.110 ms 7 Yes /classes/Product.php:3545
619
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1539380
AND image_shop.`cover` = 1 LIMIT 1
0.109 ms 7 /classes/Product.php:3570
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 = 'bellozia.com' OR su.domain_ssl = 'bellozia.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.108 ms 1 Yes /classes/shop/Shop.php:1364
316
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 607754)
0.108 ms 1 /classes/Product.php:3860
878
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 605755)
0.108 ms 1 /classes/Product.php:3860
925
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 605278
AND image_shop.`cover` = 1 LIMIT 1
0.108 ms 10 /classes/Product.php:3570
1099
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 545390)
0.108 ms 1 /classes/Product.php:3860
1242
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 573714)
0.108 ms 1 /classes/Product.php:3860
1281
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 576516)
0.107 ms 1 /classes/Product.php:3860
148
SELECT SQL_NO_CACHE fs.id_shop, fsi.id_flashsalespro, fsi.id_flashsalespro_item, fsi.id_specific_price,
fsi.stock_above, fsi.stock_below, sp.id_product
FROM `een_flashsalespro` fs INNER JOIN `een_flashsalespro_items` fsi ON fs.id_flashsalespro = fsi.id_flashsalespro
INNER JOIN `een_specific_price` sp ON fsi.id_specific_price = sp.id_specific_price
WHERE fs.sale_type = "stock" AND fs.active = 1 AND fsi.active = 1
0.106 ms 867 /modules/flashsalepro/flashsalepro.php:1027
1073
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 567441)
0.106 ms 1 /classes/Product.php:3860
1685
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` = 378) LIMIT 1
0.106 ms 1 /src/Adapter/EntityMapper.php:71
331
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1539920)
0.105 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` = 592056)
0.105 ms 1 /classes/Product.php:3860
1034
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1539890)
0.105 ms 1 /classes/Product.php:3860
1164
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 580742)
0.105 ms 1 /classes/Product.php:3860
523
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 559059
AND image_shop.`cover` = 1 LIMIT 1
0.104 ms 8 /classes/Product.php:3570
1289
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 605953
AND image_shop.`cover` = 1 LIMIT 1
0.104 ms 8 /classes/Product.php:3570
32
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` = 2) LIMIT 1
0.103 ms 1 /src/Adapter/EntityMapper.php:71
153
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM een_layered_category
WHERE controller = 'category'
AND id_category = 882
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.103 ms 9 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
769
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 582015
AND image_shop.`cover` = 1 LIMIT 1
0.103 ms 2 /classes/Product.php:3570
1060
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 546118)
0.103 ms 1 /classes/Product.php:3860
1086
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 549803)
0.103 ms 1 /classes/Product.php:3860
1112
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 548209)
0.103 ms 1 /classes/Product.php:3860
188
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 562398)
0.102 ms 1 /classes/Product.php:3860
774
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 582015)
0.102 ms 1 /classes/Product.php:3860
795
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 605119
AND image_shop.`cover` = 1 LIMIT 1
0.102 ms 10 /classes/Product.php:3570
1133
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 549108
AND image_shop.`cover` = 1 LIMIT 1
0.102 ms 8 /classes/Product.php:3570
1138
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 549108)
0.102 ms 1 /classes/Product.php:3860
1211
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 549477
AND image_shop.`cover` = 1 LIMIT 1
0.102 ms 8 /classes/Product.php:3570
1237
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 573714
AND image_shop.`cover` = 1 LIMIT 1
0.102 ms 8 /classes/Product.php:3570
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` = 253) AND (b.`id_shop` = 1) LIMIT 1
0.101 ms 1 /src/Adapter/EntityMapper.php:71
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` = 563390
AND image_shop.`cover` = 1 LIMIT 1
0.101 ms 7 /classes/Product.php:3570
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` = 1540034)
0.101 ms 1 /classes/Product.php:3860
397
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 553769)
0.100 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` = 599520)
0.100 ms 1 /classes/Product.php:3860
1068
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 567441
AND image_shop.`cover` = 1 LIMIT 1
0.100 ms 7 /classes/Product.php:3570
358
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 12924)
0.100 ms 1 /classes/Product.php:3860
1159
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 580742
AND image_shop.`cover` = 1 LIMIT 1
0.100 ms 8 /classes/Product.php:3570
709
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 615744)
0.099 ms 1 /classes/Product.php:3860
424
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1539390)
0.099 ms 1 /classes/Product.php:3860
463
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 542157)
0.099 ms 1 /classes/Product.php:3860
904
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 591047)
0.099 ms 1 /classes/Product.php:3860
1146
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 561964
AND image_shop.`cover` = 1 LIMIT 1
0.099 ms 7 /classes/Product.php:3570
150
SELECT SQL_NO_CACHE fsp1.id_flashsalespro, COUNT(*) AS "items_count",
(SELECT COUNT(*) FROM  `een_flashsalespro_items` fsp2
WHERE fsp2.id_flashsalespro = fsp1.id_flashsalespro
AND fsp2.active = 1)
AS "active_items"
FROM  `een_flashsalespro_items` fsp1, `een_flashsalespro` fs
WHERE fs.active = 1
AND fs.id_flashsalespro = fsp1.id_flashsalespro
GROUP BY fsp1.id_flashsalespro
0.098 ms 751689 Yes /modules/flashsalepro/flashsalepro.php:1106
384
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 588053)
0.098 ms 1 /classes/Product.php:3860
528
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 559059)
0.098 ms 1 /classes/Product.php:3860
1055
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 546118
AND image_shop.`cover` = 1 LIMIT 1
0.098 ms 6 /classes/Product.php:3570
1081
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 549803
AND image_shop.`cover` = 1 LIMIT 1
0.098 ms 7 /classes/Product.php:3570
1107
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 548209
AND image_shop.`cover` = 1 LIMIT 1
0.098 ms 8 /classes/Product.php:3570
1120
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 542040
AND image_shop.`cover` = 1 LIMIT 1
0.098 ms 7 /classes/Product.php:3570
298
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 607339
AND image_shop.`cover` = 1 LIMIT 1
0.097 ms 10 /classes/Product.php:3570
303
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 607339)
0.097 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` = 607611)
0.097 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` = 600820)
0.097 ms 1 /classes/Product.php:3860
1094
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 545390
AND image_shop.`cover` = 1 LIMIT 1
0.097 ms 6 /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` = 579046
AND image_shop.`cover` = 1 LIMIT 1
0.097 ms 6 /classes/Product.php:3570
450
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 641171)
0.097 ms 1 /classes/Product.php:3860
598
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6371)
0.096 ms 1 /classes/Product.php:3860
682
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1540296)
0.096 ms 1 /classes/Product.php:3860
1579
SELECT SQL_NO_CACHE c.*, cl.*
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 
LEFT JOIN `een_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `een_category` c2 ON c2.`id_category` = 945 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.096 ms 0 Yes /classes/Category.php:799
244
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 561565
AND image_shop.`cover` = 1 LIMIT 1
0.096 ms 10 /classes/Product.php:3570
51
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` = 114) AND (b.`id_shop` = 1) LIMIT 1
0.095 ms 1 /src/Adapter/EntityMapper.php:71
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` = 553769
AND image_shop.`cover` = 1 LIMIT 1
0.095 ms 10 /classes/Product.php:3570
445
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 641171
AND image_shop.`cover` = 1 LIMIT 1
0.095 ms 8 /classes/Product.php:3570
675
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1540296
AND image_shop.`cover` = 1 LIMIT 1
0.095 ms 7 /classes/Product.php:3570
1008
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1539887)
0.095 ms 1 /classes/Product.php:3860
722
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 615854)
0.095 ms 1 /classes/Product.php:3860
847
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 605240
AND image_shop.`cover` = 1 LIMIT 1
0.095 ms 10 /classes/Product.php:3570
379
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 588053
AND image_shop.`cover` = 1 LIMIT 1
0.094 ms 10 /classes/Product.php:3570
735
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 544725)
0.094 ms 1 /classes/Product.php:3860
943
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 605154)
0.094 ms 1 /classes/Product.php:3860
324
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1539920
AND image_shop.`cover` = 1 LIMIT 1
0.094 ms 8 /classes/Product.php:3570
410
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 553149)
0.094 ms 1 /classes/Product.php:3860
667
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1539785)
0.094 ms 1 /classes/Product.php:3860
748
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 566271)
0.094 ms 1 /classes/Product.php:3860
311
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 607754
AND image_shop.`cover` = 1 LIMIT 1
0.093 ms 9 /classes/Product.php:3570
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` = 547667)
0.093 ms 1 /classes/Product.php:3860
458
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 542157
AND image_shop.`cover` = 1 LIMIT 1
0.093 ms 8 /classes/Product.php:3570
543
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1539356)
0.093 ms 1 /classes/Product.php:3860
556
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 543316)
0.093 ms 1 /classes/Product.php:3860
570
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1530593)
0.093 ms 1 /classes/Product.php:3860
641
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1539431)
0.093 ms 1 /classes/Product.php:3860
860
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 599931
AND image_shop.`cover` = 1 LIMIT 1
0.093 ms 10 /classes/Product.php:3570
1021
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1539888)
0.093 ms 1 /classes/Product.php:3860
1653
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 29 AND `id_shop` = 1
0.093 ms 2 /src/Adapter/EntityMapper.php:79
37
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.092 ms 1 /src/Adapter/EntityMapper.php:71
371
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 607207)
0.092 ms 1 /classes/Product.php:3860
405
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 553149
AND image_shop.`cover` = 1 LIMIT 1
0.092 ms 10 /classes/Product.php:3570
515
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 546563)
0.092 ms 1 /classes/Product.php:3860
584
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 692410)
0.092 ms 1 /classes/Product.php:3860
730
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 544725
AND image_shop.`cover` = 1 LIMIT 1
0.092 ms 10 /classes/Product.php:3570
852
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 605240)
0.092 ms 1 /classes/Product.php:3860
1544
SELECT SQL_NO_CACHE c.id_elementor FROM een_iqit_elementor_category c WHERE c.id_category = 882 LIMIT 1
0.092 ms 56 /modules/iqitelementor/src/IqitElementorCategory.php:87
1693
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 = 882 AND s.id_shop = 1 LIMIT 1
0.092 ms 56 /modules/iqitelementor/src/IqitElementorCategory.php:87
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` = 1539785
AND image_shop.`cover` = 1 LIMIT 1
0.092 ms 7 /classes/Product.php:3570
25
SELECT SQL_NO_CACHE * FROM `een_currency` c ORDER BY `iso_code` ASC
0.091 ms 2 Yes /classes/Currency.php:709
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` = 259) AND (b.`id_shop` = 1) LIMIT 1
0.091 ms 1 /src/Adapter/EntityMapper.php:71
366
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 607207
AND image_shop.`cover` = 1 LIMIT 1
0.091 ms 10 /classes/Product.php:3570
1047
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 546313)
0.091 ms 1 /classes/Product.php:3860
418
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1539390
AND image_shop.`cover` = 1 LIMIT 1
0.090 ms 6 /classes/Product.php:3570
536
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1539356
AND image_shop.`cover` = 1 LIMIT 1
0.090 ms 7 /classes/Product.php:3570
634
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1539431
AND image_shop.`cover` = 1 LIMIT 1
0.090 ms 13 /classes/Product.php:3570
995
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 12800)
0.090 ms 1 /classes/Product.php:3860
1255
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 567683)
0.090 ms 1 /classes/Product.php:3860
24
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` = 882) AND (b.`id_shop` = 1) LIMIT 1
0.090 ms 1 /src/Adapter/EntityMapper.php:71
1548
SELECT SQL_NO_CACHE 1 FROM `een_cart_rule` WHERE ((date_to >= "2026-05-06 00:00:00" AND date_to <= "2026-05-06 23:59:59") OR (date_from >= "2026-05-06 00:00:00" AND date_from <= "2026-05-06 23:59:59") OR (date_from < "2026-05-06 00:00:00" AND date_to > "2026-05-06 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.090 ms 1 /classes/CartRule.php:357
1691
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitelementor" LIMIT 1
0.090 ms 1 /classes/module/Module.php:2659
564
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1530593
AND image_shop.`cover` = 1 LIMIT 1
0.089 ms 13 /classes/Product.php:3570
592
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6371
AND image_shop.`cover` = 1 LIMIT 1
0.089 ms 6 /classes/Product.php:3570
28
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
653
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1539659)
0.089 ms 1 /classes/Product.php:3860
690
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1540234
AND image_shop.`cover` = 1 LIMIT 1
0.089 ms 6 /classes/Product.php:3570
834
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 592152
AND image_shop.`cover` = 1 LIMIT 1
0.089 ms 10 /classes/Product.php:3570
956
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 605249)
0.089 ms 1 /classes/Product.php:3860
1550
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.089 ms 1 /classes/order/Order.php:881
1654
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` = 265) LIMIT 1
0.089 ms 1 /src/Adapter/EntityMapper.php:71
4
SELECT SQL_NO_CACHE *
FROM `een_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.088 ms 1 /src/Adapter/EntityMapper.php:71
35
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.088 ms 1 /src/Adapter/EntityMapper.php:71
52
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` = 258) AND (b.`id_shop` = 1) LIMIT 1
0.088 ms 1 /src/Adapter/EntityMapper.php:71
476
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 546896)
0.088 ms 1 /classes/Product.php:3860
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` = 692410
AND image_shop.`cover` = 1 LIMIT 1
0.088 ms 10 /classes/Product.php:3570
899
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 591047
AND image_shop.`cover` = 1 LIMIT 1
0.088 ms 10 /classes/Product.php:3570
930
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 605278)
0.088 ms 1 /classes/Product.php:3860
951
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 605249
AND image_shop.`cover` = 1 LIMIT 1
0.088 ms 10 /classes/Product.php:3570
1042
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 546313
AND image_shop.`cover` = 1 LIMIT 1
0.088 ms 8 /classes/Product.php:3570
1268
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 691488)
0.088 ms 1 /classes/Product.php:3860
1276
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 576516
AND image_shop.`cover` = 1 LIMIT 1
0.088 ms 8 /classes/Product.php:3570
1553
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.088 ms 2 /classes/Currency.php:1136
1639
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` = 940) LIMIT 1
0.088 ms 1 /src/Adapter/EntityMapper.php:71
432
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 547667
AND image_shop.`cover` = 1 LIMIT 1
0.087 ms 7 /classes/Product.php:3570
696
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1540234)
0.087 ms 1 /classes/Product.php:3860
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` = 607611
AND image_shop.`cover` = 1 LIMIT 1
0.086 ms 10 /classes/Product.php:3570
917
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 605251)
0.086 ms 1 /classes/Product.php:3860
1263
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 691488
AND image_shop.`cover` = 1 LIMIT 1
0.086 ms 7 /classes/Product.php:3570
782
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 599520
AND image_shop.`cover` = 1 LIMIT 1
0.086 ms 8 /classes/Product.php:3570
489
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 542204)
0.085 ms 1 /classes/Product.php:3860
502
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 557335)
0.085 ms 1 /classes/Product.php:3860
704
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 615744
AND image_shop.`cover` = 1 LIMIT 1
0.085 ms 7 /classes/Product.php:3570
717
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 615854
AND image_shop.`cover` = 1 LIMIT 1
0.085 ms 7 /classes/Product.php:3570
1812
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitsociallogin" LIMIT 1
0.085 ms 1 /classes/module/Module.php:2659
48
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` = 966) AND (b.`id_shop` = 1) LIMIT 1
0.084 ms 1 /src/Adapter/EntityMapper.php:71
270
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 607333
AND image_shop.`cover` = 1 LIMIT 1
0.084 ms 10 /classes/Product.php:3570
912
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 605251
AND image_shop.`cover` = 1 LIMIT 1
0.084 ms 10 /classes/Product.php:3570
964
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 592156
AND image_shop.`cover` = 1 LIMIT 1
0.084 ms 10 /classes/Product.php:3570
1630
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` = 947) LIMIT 1
0.084 ms 1 /src/Adapter/EntityMapper.php:71
1656
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` = 964) LIMIT 1
0.084 ms 1 /src/Adapter/EntityMapper.php:71
649
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1539659
AND image_shop.`cover` = 1 LIMIT 1
0.084 ms 2 /classes/Product.php:3570
977
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 592056
AND image_shop.`cover` = 1 LIMIT 1
0.084 ms 10 /classes/Product.php:3570
1650
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` = 959) LIMIT 1
0.084 ms 1 /src/Adapter/EntityMapper.php:71
1519
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 544430
0.083 ms 1 /classes/Product.php:2902
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.083 ms 2 /classes/Language.php:1216
157
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` = 882) LIMIT 1
0.083 ms 1 /src/Adapter/EntityMapper.php:71
1003
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1539887
AND image_shop.`cover` = 1 LIMIT 1
0.083 ms 7 /classes/Product.php:3570
1198
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 547723
AND image_shop.`cover` = 1 LIMIT 1
0.083 ms 8 /classes/Product.php:3570
1563
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` = 883) LIMIT 1
0.083 ms 1 /src/Adapter/EntityMapper.php:71
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.082 ms 2 /classes/Language.php:1080
50
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` = 18) AND (b.`id_shop` = 1) LIMIT 1
0.082 ms 1 /src/Adapter/EntityMapper.php:71
551
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 543316
AND image_shop.`cover` = 1 LIMIT 1
0.082 ms 8 /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` = 566271
AND image_shop.`cover` = 1 LIMIT 1
0.082 ms 7 /classes/Product.php:3570
938
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 605154
AND image_shop.`cover` = 1 LIMIT 1
0.082 ms 10 /classes/Product.php:3570
1016
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1539888
AND image_shop.`cover` = 1 LIMIT 1
0.082 ms 7 /classes/Product.php:3570
1250
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 567683
AND image_shop.`cover` = 1 LIMIT 1
0.082 ms 6 /classes/Product.php:3570
1641
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` = 941) LIMIT 1
0.082 ms 1 /src/Adapter/EntityMapper.php:71
1657
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 964 AND `id_shop` = 1
0.082 ms 2 /src/Adapter/EntityMapper.php:79
1690
SELECT SQL_NO_CACHE `iso_code`
FROM `een_country`
WHERE `id_country` = 8 LIMIT 1
0.082 ms 1 /classes/Country.php:275
497
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 557335
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 9 /classes/Product.php:3570
510
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 546563
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 8 /classes/Product.php:3570
471
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 546896
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 9 /classes/Product.php:3570
756
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 604213
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 8 /classes/Product.php:3570
59
SELECT SQL_NO_CACHE * FROM `een_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.080 ms 8 Yes /classes/ImageType.php:109
149
SELECT SQL_NO_CACHE fs.id_shop, fs.id_group_restriction, fsi.id_flashsalespro, fsi.id_flashsalespro_item, fsi.id_specific_price,
fsi.stock_above, fsi.stock_below, sp.id_product
FROM `een_flashsalespro` fs INNER JOIN `een_flashsalespro_items` fsi ON fs.id_flashsalespro = fsi.id_flashsalespro
INNER JOIN `een_specific_price` sp ON fsi.id_specific_price = sp.id_specific_price
WHERE fs.sale_type = "stock" AND fs.active = 1 AND fsi.active = 0
0.080 ms 867 /modules/flashsalepro/flashsalepro.php:1058
308
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 607339) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.080 ms 1 /classes/stock/StockAvailable.php:453
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` = 542204
AND image_shop.`cover` = 1 LIMIT 1
0.079 ms 8 /classes/Product.php:3570
1516
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 579046
0.079 ms 1 /classes/Product.php:2902
26
SELECT SQL_NO_CACHE `id_lang` FROM `een_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.079 ms 2 /classes/Language.php:883
241
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 607623) 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
1510
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 561964
0.079 ms 1 /classes/Product.php:2902
1638
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 939 AND `id_shop` = 1
0.079 ms 2 /src/Adapter/EntityMapper.php:79
1680
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 375 AND `id_shop` = 1
0.079 ms 2 /src/Adapter/EntityMapper.php:79
34
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'US' LIMIT 1
0.078 ms 1 /classes/Country.php:194
206
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1530544 LIMIT 1
0.078 ms 2 /classes/SpecificPrice.php:435
17
SELECT SQL_NO_CACHE value FROM `een_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.078 ms 1 /classes/shop/Shop.php:1183
21
SELECT SQL_NO_CACHE * FROM `een_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.078 ms 1 /classes/module/Module.php:2041
1522
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 547723
0.078 ms 1 /classes/Product.php:2902
1632
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` = 980) LIMIT 1
0.078 ms 1 /src/Adapter/EntityMapper.php:71
1687
SELECT SQL_NO_CACHE `width`, `height`
FROM een_image_type
WHERE `name` = 'home_default' LIMIT 1
0.078 ms 1 /classes/Image.php:563
15
SELECT SQL_NO_CACHE `name`, `alias` FROM `een_hook_alias`
0.077 ms 87 /classes/Hook.php:287
62
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.077 ms 1 /src/Adapter/EntityMapper.php:71
72
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.077 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
252
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 561565 LIMIT 1
0.077 ms 1 /classes/Pack.php:89
1652
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` = 29) LIMIT 1
0.077 ms 1 /src/Adapter/EntityMapper.php:71
214
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1530544) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.076 ms 1 /classes/stock/StockAvailable.php:453
1400
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1539785
0.076 ms 1 /classes/Product.php:2902
1640
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 940 AND `id_shop` = 1
0.076 ms 2 /src/Adapter/EntityMapper.php:79
233
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 607623 LIMIT 1
0.076 ms 1 /classes/SpecificPrice.php:435
1513
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 580742
0.076 ms 1 /classes/Product.php:2902
1677
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` = 149) LIMIT 1
0.076 ms 1 /src/Adapter/EntityMapper.php:71
49
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` = 13) AND (b.`id_shop` = 1) LIMIT 1
0.075 ms 1 /src/Adapter/EntityMapper.php:71
160
SELECT SQL_NO_CACHE data FROM een_layered_filter_block WHERE hash="6215558d3c0bdd6ac36ef7993812399f" LIMIT 1
0.075 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:186
195
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.075 ms 0 /classes/tax/TaxRulesTaxManager.php:109
1504
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 542040
0.075 ms 1 /classes/Product.php:2902
1660
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` = 211) LIMIT 1
0.075 ms 1 /src/Adapter/EntityMapper.php:71
1686
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 378 AND `id_shop` = 1
0.075 ms 2 /src/Adapter/EntityMapper.php:79
775
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 582015 AND id_shop=1 LIMIT 1
0.075 ms 1 /classes/Product.php:6876
1191
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 544430 AND id_shop=1 LIMIT 1
0.075 ms 1 /classes/Product.php:6876
961
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 605249) 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
1313
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 607623
0.074 ms 1 /classes/Product.php:2902
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
1551
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitlinksmanager" LIMIT 1
0.074 ms 1 /classes/module/Module.php:2659
1655
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 265 AND `id_shop` = 1
0.074 ms 2 /src/Adapter/EntityMapper.php:79
1378
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1539356
0.073 ms 1 /classes/Product.php:2902
1386
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 692410
0.073 ms 1 /classes/Product.php:2902
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.073 ms 1 /classes/shop/Shop.php:218
287
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1540034 LIMIT 1
0.073 ms 2 /classes/SpecificPrice.php:435
1182
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 579046) 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
1201
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 547723
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.073 ms 0 /classes/SpecificPrice.php:259
1525
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 549477
0.073 ms 1 /classes/Product.php:2902
1621
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 960 AND `id_shop` = 1
0.073 ms 2 /src/Adapter/EntityMapper.php:79
1628
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` = 953) LIMIT 1
0.073 ms 1 /src/Adapter/EntityMapper.php:71
1629
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 953 AND `id_shop` = 1
0.073 ms 2 /src/Adapter/EntityMapper.php:79
1635
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` = 938) LIMIT 1
0.073 ms 1 /src/Adapter/EntityMapper.php:71
1642
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 941 AND `id_shop` = 1
0.073 ms 2 /src/Adapter/EntityMapper.php:79
1696
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "productcomments" LIMIT 1
0.073 ms 1 /classes/module/Module.php:2659
57
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.072 ms 0 /classes/module/Module.php:2659
239
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 607623 LIMIT 1
0.072 ms 1 /classes/Pack.php:89
1492
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 567441
0.072 ms 1 /classes/Product.php:2902
1501
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 548209
0.072 ms 1 /classes/Product.php:2902
1560
SELECT SQL_NO_CACHE `width`, `height`
FROM een_image_type
WHERE `name` = 'small_default' LIMIT 1
0.072 ms 1 /classes/Image.php:563
1581
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` = 253) LIMIT 1
0.072 ms 1 /src/Adapter/EntityMapper.php:71
1633
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 980 AND `id_shop` = 1
0.072 ms 2 /src/Adapter/EntityMapper.php:79
1637
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` = 939) LIMIT 1
0.072 ms 1 /src/Adapter/EntityMapper.php:71
1651
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 959 AND `id_shop` = 1
0.072 ms 2 /src/Adapter/EntityMapper.php:79
196
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 562398 LIMIT 1
0.071 ms 1 /classes/Pack.php:89
202
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` = 114 LIMIT 1
0.071 ms 1 /classes/Category.php:1378
259
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 607749 LIMIT 1
0.071 ms 1 /classes/SpecificPrice.php:435
265
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 607749 LIMIT 1
0.071 ms 1 /classes/Pack.php:89
1187
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 544430 LIMIT 1
0.071 ms 1 /classes/SpecificPrice.php:435
771
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 582015 LIMIT 1
0.071 ms 1 /classes/SpecificPrice.php:435
1364
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 546896
0.071 ms 1 /classes/Product.php:2902
1389
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 6371
0.071 ms 1 /classes/Product.php:2902
1631
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 947 AND `id_shop` = 1
0.071 ms 2 /src/Adapter/EntityMapper.php:79
319
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 607754 LIMIT 1
0.070 ms 1 /classes/Pack.php:89
1367
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 542204
0.070 ms 1 /classes/Product.php:2902
1398
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1539659
0.070 ms 1 /classes/Product.php:2902
1447
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 605755
0.070 ms 1 /classes/Product.php:2902
1498
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 545390
0.070 ms 1 /classes/Product.php:2902
1600
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` = 884) LIMIT 1
0.070 ms 1 /src/Adapter/EntityMapper.php:71
1620
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` = 960) LIMIT 1
0.070 ms 1 /src/Adapter/EntityMapper.php:71
0
SELECT SQL_NO_CACHE * FROM een_memcached_servers
0.070 ms 1 /classes/cache/CacheMemcached.php:263
19
SELECT SQL_NO_CACHE name, alias FROM `een_hook_alias`
0.070 ms 87 /classes/Hook.php:339
623
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1539380 LIMIT 1
0.070 ms 2 /classes/SpecificPrice.php:435
1617
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` = 951) LIMIT 1
0.070 ms 1 /src/Adapter/EntityMapper.php:71
1682
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 157 AND `id_shop` = 1
0.070 ms 2 /src/Adapter/EntityMapper.php:79
818
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 600659) 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
842
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 592152 LIMIT 1
0.069 ms 1 /classes/Pack.php:89
1623
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 956 AND `id_shop` = 1
0.069 ms 2 /src/Adapter/EntityMapper.php:79
27
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.069 ms 1 /classes/Currency.php:893
212
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1530544 LIMIT 1
0.069 ms 1 /classes/Pack.php:89
226
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 558474 LIMIT 1
0.069 ms 1 /classes/Pack.php:89
328
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1539920 LIMIT 1
0.069 ms 2 /classes/SpecificPrice.php:435
1405
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1540234
0.069 ms 1 /classes/Product.php:2902
232
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 19 LIMIT 1
0.068 ms 1 /classes/Product.php:5659
263
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 607749 AND id_shop=1 LIMIT 1
0.068 ms 1 /classes/Product.php:6876
1180
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 579046 LIMIT 1
0.068 ms 1 /classes/Pack.php:89
1396
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1539431
0.068 ms 1 /classes/Product.php:2902
1486
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 546313
0.068 ms 1 /classes/Product.php:2902
1816
SELECT SQL_NO_CACHE data
FROM `een_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
0.068 ms 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
53
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` = 15) AND (b.`id_shop` = 1) LIMIT 1
0.068 ms 1 /src/Adapter/EntityMapper.php:71
250
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 561565 AND id_shop=1 LIMIT 1
0.068 ms 1 /classes/Product.php:6876
280
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 607333) 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
540
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1539356 LIMIT 1
0.068 ms 2 /classes/SpecificPrice.php:435
1341
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 607207
0.068 ms 1 /classes/Product.php:2902
1370
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 557335
0.068 ms 1 /classes/Product.php:2902
40
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.067 ms 1 /src/Adapter/EntityMapper.php:71
43
SELECT SQL_NO_CACHE `id_category`
FROM `een_category_shop`
WHERE `id_category` = 882
AND `id_shop` = 1 LIMIT 1
0.067 ms 1 /classes/Category.php:2450
228
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 558474) 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
779
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 582015) 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
822
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.067 ms 1 /classes/Product.php:5659
827
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 605273 AND id_shop=1 LIMIT 1
0.067 ms 1 /classes/Product.php:6876
870
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 599931) 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
1018
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1539888 LIMIT 1
0.067 ms 2 /classes/SpecificPrice.php:435
1083
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 549803 LIMIT 1
0.067 ms 1 /classes/SpecificPrice.php:435
1109
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 548209 LIMIT 1
0.067 ms 1 /classes/SpecificPrice.php:435
1178
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 579046 AND id_shop=1 LIMIT 1
0.067 ms 1 /classes/Product.php:6876
1310
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 558474
0.067 ms 1 /classes/Product.php:2902
1344
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 588053
0.067 ms 1 /classes/Product.php:2902
1347
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 553769
0.067 ms 1 /classes/Product.php:2902
1381
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 543316
0.067 ms 1 /classes/Product.php:2902
1450
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 600820
0.067 ms 1 /classes/Product.php:2902
1459
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 605278
0.067 ms 1 /classes/Product.php:2902
1564
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 883 AND `id_shop` = 1
0.067 ms 2 /src/Adapter/EntityMapper.php:79
1643
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` = 942) LIMIT 1
0.067 ms 1 /src/Adapter/EntityMapper.php:71
1645
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` = 952) LIMIT 1
0.067 ms 1 /src/Adapter/EntityMapper.php:71
66
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "pm_advancedpack" LIMIT 1
0.066 ms 0 /classes/module/Module.php:2659
246
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 561565 LIMIT 1
0.066 ms 1 /classes/SpecificPrice.php:435
258
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 19 LIMIT 1
0.066 ms 1 /classes/Product.php:5659
608
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 679820 LIMIT 1
0.066 ms 1 /classes/SpecificPrice.php:435
816
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 600659 LIMIT 1
0.066 ms 1 /classes/Pack.php:89
868
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 599931 LIMIT 1
0.066 ms 1 /classes/Pack.php:89
1057
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 546118 LIMIT 1
0.066 ms 1 /classes/SpecificPrice.php:435
1070
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 567441 LIMIT 1
0.066 ms 1 /classes/SpecificPrice.php:435
1122
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 542040 LIMIT 1
0.066 ms 1 /classes/SpecificPrice.php:435
1167
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 580742 LIMIT 1
0.066 ms 1 /classes/Pack.php:89
1186
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.066 ms 1 /classes/Product.php:5659
1355
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 547667
0.066 ms 1 /classes/Product.php:2902
1543
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 605953
0.066 ms 1 /classes/Product.php:2902
1622
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` = 956) LIMIT 1
0.066 ms 1 /src/Adapter/EntityMapper.php:71
1647
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` = 955) LIMIT 1
0.066 ms 1 /src/Adapter/EntityMapper.php:71
1683
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` = 159) LIMIT 1
0.066 ms 1 /src/Adapter/EntityMapper.php:71
1699
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 75 AND `id_shop` = 1 LIMIT 1
0.066 ms 1 /classes/module/Module.php:2132
36
SELECT SQL_NO_CACHE *
FROM `een_country_lang`
WHERE `id_country` = 21
0.066 ms 2 /src/Adapter/EntityMapper.php:79
54
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` = 226) AND (b.`id_shop` = 1) LIMIT 1
0.065 ms 1 /src/Adapter/EntityMapper.php:71
803
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 605119 LIMIT 1
0.065 ms 1 /classes/Pack.php:89
810
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 600659 LIMIT 1
0.065 ms 1 /classes/SpecificPrice.php:435
866
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 599931 AND id_shop=1 LIMIT 1
0.065 ms 1 /classes/Product.php:6876
1030
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.065 ms 1 /classes/Product.php:5659
1050
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 546313 LIMIT 1
0.065 ms 1 /classes/Pack.php:89
1148
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 561964 LIMIT 1
0.065 ms 1 /classes/SpecificPrice.php:435
1174
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 579046 LIMIT 1
0.065 ms 1 /classes/SpecificPrice.php:435
1304
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 562398
0.065 ms 1 /classes/Product.php:2902
1408
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 615744
0.065 ms 1 /classes/Product.php:2902
1531
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 573714
0.065 ms 1 /classes/Product.php:2902
1537
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 691488
0.065 ms 1 /classes/Product.php:2902
1582
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 253 AND `id_shop` = 1
0.065 ms 2 /src/Adapter/EntityMapper.php:79
1626
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` = 954) LIMIT 1
0.065 ms 1 /src/Adapter/EntityMapper.php:71
1666
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` = 165) LIMIT 1
0.065 ms 1 /src/Adapter/EntityMapper.php:71
1698
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitcountdown" LIMIT 1
0.065 ms 1 /classes/module/Module.php:2659
63
SELECT SQL_NO_CACHE *
FROM `een_country_lang`
WHERE `id_country` = 8
0.065 ms 2 /src/Adapter/EntityMapper.php:79
421
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1539390 LIMIT 1
0.065 ms 2 /classes/SpecificPrice.php:435
627
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1539380 AND id_shop=1 LIMIT 1
0.065 ms 1 /classes/Product.php:6876
1096
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 545390 LIMIT 1
0.065 ms 1 /classes/SpecificPrice.php:435
1135
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 549108 LIMIT 1
0.065 ms 1 /classes/SpecificPrice.php:435
1141
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 549108 LIMIT 1
0.065 ms 1 /classes/Pack.php:89
1161
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 580742 LIMIT 1
0.065 ms 1 /classes/SpecificPrice.php:435
210
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1530544 AND id_shop=1 LIMIT 1
0.064 ms 1 /classes/Product.php:6876
237
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 607623 AND id_shop=1 LIMIT 1
0.064 ms 1 /classes/Product.php:6876
278
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 607333 LIMIT 1
0.064 ms 1 /classes/Pack.php:89
353
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` = 258 LIMIT 1
0.064 ms 1 /classes/Category.php:1378
1000
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 12800) 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
1392
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 679820
0.064 ms 1 /classes/Product.php:2902
1534
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 567683
0.064 ms 1 /classes/Product.php:2902
218
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` = 19 LIMIT 1
0.064 ms 1 /classes/Category.php:1378
220
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 558474 LIMIT 1
0.064 ms 1 /classes/SpecificPrice.php:435
612
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 679820 AND id_shop=1 LIMIT 1
0.064 ms 1 /classes/Product.php:6876
679
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1540296 LIMIT 1
0.064 ms 2 /classes/SpecificPrice.php:435
887
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.064 ms 1 /classes/Product.php:5659
1540
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 576516
0.064 ms 1 /classes/Product.php:2902
1568
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 261 AND `id_shop` = 1
0.064 ms 2 /src/Adapter/EntityMapper.php:79
1681
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` = 157) LIMIT 1
0.064 ms 1 /src/Adapter/EntityMapper.php:71
288
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1540034
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.063 ms 1 /classes/SpecificPrice.php:259
1126
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 542040 AND id_shop=1 LIMIT 1
0.063 ms 1 /classes/Product.php:6876
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.063 ms 1 /src/Adapter/EntityMapper.php:71
60
SELECT SQL_NO_CACHE format
FROM `een_address_format`
WHERE `id_country` = 8 LIMIT 1
0.063 ms 1 /classes/AddressFormat.php:656
87
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.063 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
158
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 882 AND `id_shop` = 1
0.063 ms 2 /src/Adapter/EntityMapper.php:79
276
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 607333 AND id_shop=1 LIMIT 1
0.063 ms 1 /classes/Product.php:6876
284
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` = 259 LIMIT 1
0.063 ms 1 /classes/Category.php:1378
620
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` = 20 LIMIT 1
0.063 ms 1 /classes/Category.php:1378
881
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 605755 LIMIT 1
0.063 ms 1 /classes/Pack.php:89
1239
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 573714 LIMIT 1
0.063 ms 1 /classes/SpecificPrice.php:435
1554
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitwishlist" LIMIT 1
0.063 ms 1 /classes/module/Module.php:2659
1566
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 238 AND `id_shop` = 1
0.063 ms 2 /src/Adapter/EntityMapper.php:79
1578
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 154 AND `id_shop` = 1
0.063 ms 2 /src/Adapter/EntityMapper.php:79
1636
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 938 AND `id_shop` = 1
0.063 ms 2 /src/Adapter/EntityMapper.php:79
1678
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 149 AND `id_shop` = 1
0.063 ms 2 /src/Adapter/EntityMapper.php:79
8
SELECT SQL_NO_CACHE *
FROM `een_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.062 ms 1 /src/Adapter/EntityMapper.php:71
183
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE `id_product` != 0 LIMIT 1
0.062 ms 2535 /classes/SpecificPrice.php:297
205
SELECT SQL_NO_CACHE `name`
FROM `een_manufacturer`
WHERE `id_manufacturer` = 510
AND `active` = 1 LIMIT 1
0.062 ms 1 /classes/Manufacturer.php:316
567
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1530593 LIMIT 1
0.062 ms 2 /classes/SpecificPrice.php:435
616
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 679820) 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
664
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1539785 LIMIT 1
0.062 ms 2 /classes/SpecificPrice.php:435
801
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 605119 AND id_shop=1 LIMIT 1
0.062 ms 1 /classes/Product.php:6876
896
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 600820) 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
983
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 592056 AND id_shop=1 LIMIT 1
0.062 ms 1 /classes/Product.php:6876
1074
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 567441 AND id_shop=1 LIMIT 1
0.062 ms 1 /classes/Product.php:6876
1108
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.062 ms 1 /classes/Product.php:5659
1143
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 549108) 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
1361
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 542157
0.062 ms 1 /classes/Product.php:2902
1394
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1539380
0.062 ms 1 /classes/Product.php:2902
1489
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 546118
0.062 ms 1 /classes/Product.php:2902
1574
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 885 AND `id_shop` = 1
0.062 ms 2 /src/Adapter/EntityMapper.php:79
1576
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 270 AND `id_shop` = 1
0.062 ms 2 /src/Adapter/EntityMapper.php:79
1588
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 13 AND `id_shop` = 1
0.062 ms 2 /src/Adapter/EntityMapper.php:79
1608
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` = 124) LIMIT 1
0.062 ms 1 /src/Adapter/EntityMapper.php:71
1679
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` = 375) LIMIT 1
0.062 ms 1 /src/Adapter/EntityMapper.php:71
1692
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 76 AND `id_shop` = 1 LIMIT 1
0.062 ms 1 /classes/module/Module.php:2132
178
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` = 966 LIMIT 1
0.061 ms 1 /classes/Category.php:1378
184
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE `from` BETWEEN '2026-05-06 00:00:00' AND '2026-05-06 23:59:59' LIMIT 1
0.061 ms 1 /classes/SpecificPrice.php:377
224
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 558474 AND id_shop=1 LIMIT 1
0.061 ms 1 /classes/Product.php:6876
334
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1539920 LIMIT 1
0.061 ms 1 /classes/Pack.php:89
368
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 607207 LIMIT 1
0.061 ms 1 /classes/SpecificPrice.php:435
603
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 6371) 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
607
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 258 LIMIT 1
0.061 ms 1 /classes/Product.php:5659
762
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 604213 AND id_shop=1 LIMIT 1
0.061 ms 1 /classes/Product.php:6876
764
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 604213 LIMIT 1
0.061 ms 1 /classes/Pack.php:89
796
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.061 ms 1 /classes/Product.php:5659
805
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 605119) 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
849
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 605240 LIMIT 1
0.061 ms 1 /classes/SpecificPrice.php:435
888
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 600820 LIMIT 1
0.061 ms 1 /classes/SpecificPrice.php:435
974
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 592156) 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
1031
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1539890 LIMIT 1
0.061 ms 2 /classes/SpecificPrice.php:435
1056
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.061 ms 1 /classes/Product.php:5659
1076
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 567441 LIMIT 1
0.061 ms 1 /classes/Pack.php:89
1089
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 549803 LIMIT 1
0.061 ms 1 /classes/Pack.php:89
1091
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 549803) 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
1102
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 545390 LIMIT 1
0.061 ms 1 /classes/Pack.php:89
1115
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 548209 LIMIT 1
0.061 ms 1 /classes/Pack.php:89
1128
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 542040 LIMIT 1
0.061 ms 1 /classes/Pack.php:89
1373
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 546563
0.061 ms 1 /classes/Product.php:2902
1426
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 599520
0.061 ms 1 /classes/Product.php:2902
1565
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` = 238) LIMIT 1
0.061 ms 1 /src/Adapter/EntityMapper.php:71
1569
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` = 245) LIMIT 1
0.061 ms 1 /src/Adapter/EntityMapper.php:71
1673
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 166 AND `id_shop` = 1
0.061 ms 2 /src/Adapter/EntityMapper.php:79
1684
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 159 AND `id_shop` = 1
0.061 ms 2 /src/Adapter/EntityMapper.php:79
1063
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 546118 LIMIT 1
0.061 ms 1 /classes/Pack.php:89
33
SELECT SQL_NO_CACHE `id_lang` FROM `een_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.060 ms 2 /classes/Language.php:883
219
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 19 LIMIT 1
0.060 ms 1 /classes/Product.php:5659
355
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 12924 LIMIT 1
0.060 ms 2 /classes/SpecificPrice.php:435
367
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 19 LIMIT 1
0.060 ms 1 /classes/Product.php:5659
797
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 605119 LIMIT 1
0.060 ms 1 /classes/SpecificPrice.php:435
1052
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 546313) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.060 ms 1 /classes/stock/StockAvailable.php:453
1130
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 542040) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.060 ms 1 /classes/stock/StockAvailable.php:453
1154
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 561964 LIMIT 1
0.060 ms 1 /classes/Pack.php:89
1169
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 580742) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.060 ms 1 /classes/stock/StockAvailable.php:453
1181
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 579046 LIMIT 1
0.060 ms 1 /classes/Pack.php:90
1200
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 547723 LIMIT 1
0.060 ms 1 /classes/SpecificPrice.php:435
1338
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 12924
0.060 ms 1 /classes/Product.php:2902
1383
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1530593
0.060 ms 1 /classes/Product.php:2902
1507
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 549108
0.060 ms 1 /classes/Product.php:2902
1552
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 79 AND `id_shop` = 1 LIMIT 1
0.060 ms 1 /classes/module/Module.php:2132
1583
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` = 259) LIMIT 1
0.060 ms 1 /src/Adapter/EntityMapper.php:71
1592
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 114 AND `id_shop` = 1
0.060 ms 2 /src/Adapter/EntityMapper.php:79
1603
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 286 AND `id_shop` = 1
0.060 ms 2 /src/Adapter/EntityMapper.php:79
1605
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 247 AND `id_shop` = 1
0.060 ms 2 /src/Adapter/EntityMapper.php:79
1627
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 954 AND `id_shop` = 1
0.060 ms 2 /src/Adapter/EntityMapper.php:79
1661
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 211 AND `id_shop` = 1
0.060 ms 2 /src/Adapter/EntityMapper.php:79
1663
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 73 AND `id_shop` = 1
0.060 ms 2 /src/Adapter/EntityMapper.php:79
1664
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` = 162) LIMIT 1
0.060 ms 1 /src/Adapter/EntityMapper.php:71
1697
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 109 AND `id_shop` = 1 LIMIT 1
0.060 ms 1 /classes/module/Module.php:2132
55
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "facebookproductsfeed" LIMIT 1
0.060 ms 0 /classes/module/Module.php:2659
614
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 679820 LIMIT 1
0.060 ms 1 /classes/Pack.php:89
814
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 600659 AND id_shop=1 LIMIT 1
0.060 ms 1 /classes/Product.php:6876
1278
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 576516 LIMIT 1
0.060 ms 1 /classes/SpecificPrice.php:435
1291
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 605953 LIMIT 1
0.060 ms 1 /classes/SpecificPrice.php:435
1350
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 553149
0.060 ms 1 /classes/Product.php:2902
1590
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 18 AND `id_shop` = 1
0.060 ms 2 /src/Adapter/EntityMapper.php:79
1609
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 124 AND `id_shop` = 1
0.060 ms 2 /src/Adapter/EntityMapper.php:79
1668
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` = 72) LIMIT 1
0.060 ms 1 /src/Adapter/EntityMapper.php:71
529
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 559059 AND id_shop=1 LIMIT 1
0.059 ms 1 /classes/Product.php:6876
823
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 605273 LIMIT 1
0.059 ms 1 /classes/SpecificPrice.php:435
1078
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 567441) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.059 ms 1 /classes/stock/StockAvailable.php:453
1252
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 567683 LIMIT 1
0.059 ms 1 /classes/SpecificPrice.php:435
1286
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 576516) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.059 ms 1 /classes/stock/StockAvailable.php:453
1429
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 605119
0.059 ms 1 /classes/Product.php:2902
1462
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 605154
0.059 ms 1 /classes/Product.php:2902
1672
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` = 166) LIMIT 1
0.059 ms 1 /src/Adapter/EntityMapper.php:71
64
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM een_required_field
0.059 ms 1 /classes/ObjectModel.php:1592
207
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1530544
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.059 ms 1 /classes/SpecificPrice.php:259
264
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 607749 AND `id_group` = 1 LIMIT 1
0.059 ms 0 /classes/GroupReduction.php:156
266
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 607749 LIMIT 1
0.059 ms 1 /classes/Pack.php:90
313
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 607754 LIMIT 1
0.059 ms 1 /classes/SpecificPrice.php:435
766
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 604213) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.059 ms 1 /classes/stock/StockAvailable.php:453
777
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 582015 LIMIT 1
0.059 ms 1 /classes/Pack.php:89
1065
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 546118) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.059 ms 1 /classes/stock/StockAvailable.php:453
1104
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 545390) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.059 ms 1 /classes/stock/StockAvailable.php:453
1117
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 548209) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.059 ms 1 /classes/stock/StockAvailable.php:453
1438
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 592152
0.059 ms 1 /classes/Product.php:2902
1495
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 549803
0.059 ms 1 /classes/Product.php:2902
1646
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 952 AND `id_shop` = 1
0.059 ms 2 /src/Adapter/EntityMapper.php:79
1674
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` = 427) LIMIT 1
0.059 ms 1 /src/Adapter/EntityMapper.php:71
126
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'XOF') LIMIT 1
0.058 ms 1 /classes/Currency.php:893
240
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 607623 LIMIT 1
0.058 ms 1 /classes/Pack.php:90
394
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 553769 LIMIT 1
0.058 ms 1 /classes/SpecificPrice.php:435
638
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1539431 LIMIT 1
0.058 ms 2 /classes/SpecificPrice.php:435
772
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 582015
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.058 ms 1 /classes/SpecificPrice.php:259
874
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.058 ms 1 /classes/Product.php:5659
1121
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.058 ms 1 /classes/Product.php:5659
1165
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 580742 AND id_shop=1 LIMIT 1
0.058 ms 1 /classes/Product.php:6876
1179
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 579046 AND `id_group` = 1 LIMIT 1
0.058 ms 0 /classes/GroupReduction.php:156
1376
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 559059
0.058 ms 1 /classes/Product.php:2902
1584
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 259 AND `id_shop` = 1
0.058 ms 2 /src/Adapter/EntityMapper.php:79
1614
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` = 915) LIMIT 1
0.058 ms 1 /src/Adapter/EntityMapper.php:71
1624
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` = 950) LIMIT 1
0.058 ms 1 /src/Adapter/EntityMapper.php:71
41
SELECT SQL_NO_CACHE *
FROM `een_group_lang`
WHERE `id_group` = 1
0.058 ms 2 /src/Adapter/EntityMapper.php:79
318
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 607754 AND `id_group` = 1 LIMIT 1
0.058 ms 0 /classes/GroupReduction.php:156
672
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1539785) 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
770
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.058 ms 1 /classes/Product.php:5659
1100
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 545390 AND id_shop=1 LIMIT 1
0.058 ms 1 /classes/Product.php:6876
1134
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.058 ms 1 /classes/Product.php:5659
1152
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 561964 AND id_shop=1 LIMIT 1
0.058 ms 1 /classes/Product.php:6876
1156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 561964) 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
1420
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 604213
0.058 ms 1 /classes/Product.php:2902
1468
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 592156
0.058 ms 1 /classes/Product.php:2902
1567
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` = 261) LIMIT 1
0.058 ms 1 /src/Adapter/EntityMapper.php:71
1601
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 884 AND `id_shop` = 1
0.058 ms 2 /src/Adapter/EntityMapper.php:79
1602
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` = 286) LIMIT 1
0.058 ms 1 /src/Adapter/EntityMapper.php:71
1618
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 951 AND `id_shop` = 1
0.058 ms 2 /src/Adapter/EntityMapper.php:79
1625
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 950 AND `id_shop` = 1
0.058 ms 2 /src/Adapter/EntityMapper.php:79
1662
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` = 73) LIMIT 1
0.058 ms 1 /src/Adapter/EntityMapper.php:71
922
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 605251) 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
1035
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1539890 AND id_shop=1 LIMIT 1
0.057 ms 1 /classes/Product.php:6876
1665
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 162 AND `id_shop` = 1
0.057 ms 2 /src/Adapter/EntityMapper.php:79
38
SELECT SQL_NO_CACHE *
FROM `een_currency_lang`
WHERE `id_currency` = 1
0.057 ms 2 /src/Adapter/EntityMapper.php:79
151
SELECT SQL_NO_CACHE id_flashsalespro, date_end FROM een_flashsalespro
WHERE active = 1 AND date_end < NOW() AND date_end != "0000-00-00 00:00:00"
0.057 ms 1 /modules/flashsalepro/flashsalepro.php:1573
227
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 558474 LIMIT 1
0.057 ms 1 /classes/Pack.php:90
336
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1539920) 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
680
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1540296
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.057 ms 1 /classes/SpecificPrice.php:259
920
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 605251 LIMIT 1
0.057 ms 1 /classes/Pack.php:89
1061
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 546118 AND id_shop=1 LIMIT 1
0.057 ms 1 /classes/Product.php:6876
1087
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 549803 AND id_shop=1 LIMIT 1
0.057 ms 1 /classes/Product.php:6876
1147
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.057 ms 1 /classes/Product.php:5659
1160
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.057 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 = 253 LIMIT 1
0.057 ms 1 /classes/Product.php:5659
1213
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 549477 LIMIT 1
0.057 ms 1 /classes/SpecificPrice.php:435
1226
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 563390 LIMIT 1
0.057 ms 1 /classes/SpecificPrice.php:435
1471
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 592056
0.057 ms 1 /classes/Product.php:2902
1483
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1539890
0.057 ms 1 /classes/Product.php:2902
1572
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 264 AND `id_shop` = 1
0.057 ms 2 /src/Adapter/EntityMapper.php:79
1586
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 966 AND `id_shop` = 1
0.057 ms 2 /src/Adapter/EntityMapper.php:79
1604
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` = 247) LIMIT 1
0.057 ms 1 /src/Adapter/EntityMapper.php:71
1670
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` = 164) LIMIT 1
0.057 ms 1 /src/Adapter/EntityMapper.php:71
1675
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 427 AND `id_shop` = 1
0.057 ms 2 /src/Adapter/EntityMapper.php:79
1784
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "supercheckout" LIMIT 1
0.057 ms 0 /classes/module/Module.php:2659
238
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 607623 AND `id_group` = 1 LIMIT 1
0.056 ms 0 /classes/GroupReduction.php:156
447
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 641171 LIMIT 1
0.056 ms 1 /classes/SpecificPrice.php:435
811
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 600659
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.056 ms 0 /classes/SpecificPrice.php:259
1022
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1539888 AND id_shop=1 LIMIT 1
0.056 ms 1 /classes/Product.php:6876
1024
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1539888 LIMIT 1
0.056 ms 1 /classes/Pack.php:89
1069
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.056 ms 1 /classes/Product.php:5659
1082
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.056 ms 1 /classes/Product.php:5659
1095
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.056 ms 1 /classes/Product.php:5659
1113
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 548209 AND id_shop=1 LIMIT 1
0.056 ms 1 /classes/Product.php:6876
1238
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.056 ms 1 /classes/Product.php:5659
1273
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 691488) 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
1319
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 607749
0.056 ms 1 /classes/Product.php:2902
1330
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 607754
0.056 ms 1 /classes/Product.php:2902
1555
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 88 AND `id_shop` = 1 LIMIT 1
0.056 ms 1 /classes/module/Module.php:2132
1571
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` = 264) LIMIT 1
0.056 ms 1 /src/Adapter/EntityMapper.php:71
1589
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` = 18) LIMIT 1
0.056 ms 1 /src/Adapter/EntityMapper.php:71
1606
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` = 250) LIMIT 1
0.056 ms 1 /src/Adapter/EntityMapper.php:71
1648
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 955 AND `id_shop` = 1
0.056 ms 2 /src/Adapter/EntityMapper.php:79
1671
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 164 AND `id_shop` = 1
0.056 ms 2 /src/Adapter/EntityMapper.php:79
894
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 600820 LIMIT 1
0.056 ms 1 /classes/Pack.php:89
1528
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 563390
0.056 ms 1 /classes/Product.php:2902
133
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.055 ms 1 /src/Adapter/EntityMapper.php:71
181
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 0 LIMIT 1
0.055 ms 1 /classes/SpecificPrice.php:426
185
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE `to` BETWEEN '2026-05-06 00:00:00' AND '2026-05-06 23:59:59' LIMIT 1
0.055 ms 1 /classes/SpecificPrice.php:381
247
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 561565
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.055 ms 0 /classes/SpecificPrice.php:259
652
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1539659 LIMIT 1
0.055 ms 1 /classes/SpecificPrice.php:435
875
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 605755 LIMIT 1
0.055 ms 1 /classes/SpecificPrice.php:435
957
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 605249 AND id_shop=1 LIMIT 1
0.055 ms 1 /classes/Product.php:6876
1009
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1539887 AND id_shop=1 LIMIT 1
0.055 ms 1 /classes/Product.php:6876
1084
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 549803
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.055 ms 1 /classes/SpecificPrice.php:259
1139
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 549108 AND id_shop=1 LIMIT 1
0.055 ms 1 /classes/Product.php:6876
1217
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 549477 AND id_shop=1 LIMIT 1
0.055 ms 1 /classes/Product.php:6876
1324
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1540034
0.055 ms 1 /classes/Product.php:2902
1327
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 607339
0.055 ms 1 /classes/Product.php:2902
1358
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 641171
0.055 ms 1 /classes/Product.php:2902
1453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 591047
0.055 ms 1 /classes/Product.php:2902
1573
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` = 885) LIMIT 1
0.055 ms 1 /src/Adapter/EntityMapper.php:71
1585
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` = 966) LIMIT 1
0.055 ms 1 /src/Adapter/EntityMapper.php:71
1595
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` = 15) LIMIT 1
0.055 ms 1 /src/Adapter/EntityMapper.php:71
1610
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` = 221) LIMIT 1
0.055 ms 1 /src/Adapter/EntityMapper.php:71
1644
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 942 AND `id_shop` = 1
0.055 ms 2 /src/Adapter/EntityMapper.php:79
285
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 259 LIMIT 1
0.055 ms 1 /classes/Product.php:5659
544
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1539356 AND id_shop=1 LIMIT 1
0.055 ms 1 /classes/Product.php:6876
719
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 615854 LIMIT 1
0.055 ms 1 /classes/SpecificPrice.php:435
869
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 599931 LIMIT 1
0.055 ms 1 /classes/Pack.php:90
933
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 605278 LIMIT 1
0.055 ms 1 /classes/Pack.php:89
1026
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1539888) 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
1295
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 605953 AND id_shop=1 LIMIT 1
0.055 ms 1 /classes/Product.php:6876
1577
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` = 154) LIMIT 1
0.055 ms 1 /src/Adapter/EntityMapper.php:71
1813
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 94 AND `id_shop` = 1 LIMIT 1
0.055 ms 1 /classes/module/Module.php:2132
116
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.054 ms 1 /classes/Country.php:194
225
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 558474 AND `id_group` = 1 LIMIT 1
0.054 ms 0 /classes/GroupReduction.php:156
277
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 607333 AND `id_group` = 1 LIMIT 1
0.054 ms 0 /classes/GroupReduction.php:156
460
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 542157 LIMIT 1
0.054 ms 1 /classes/SpecificPrice.php:435
861
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.054 ms 1 /classes/Product.php:5659
991
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.054 ms 1 /classes/Product.php:5659
1204
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 547723 AND id_shop=1 LIMIT 1
0.054 ms 1 /classes/Product.php:6876
1208
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 547723) 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
1305
SELECT SQL_NO_CACHE state FROM een_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.054 ms 0 /classes/FeatureFlag.php:105
1417
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 566271
0.054 ms 1 /classes/Product.php:2902
1465
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 605249
0.054 ms 1 /classes/Product.php:2902
1575
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` = 270) LIMIT 1
0.054 ms 1 /src/Adapter/EntityMapper.php:71
1594
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 258 AND `id_shop` = 1
0.054 ms 2 /src/Adapter/EntityMapper.php:79
1695
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 67 AND `id_shop` = 1 LIMIT 1
0.054 ms 1 /classes/module/Module.php:2132
180
SELECT SQL_NO_CACHE `name`
FROM `een_manufacturer`
WHERE `id_manufacturer` = 11523
AND `active` = 1 LIMIT 1
0.054 ms 0 /classes/Manufacturer.php:316
213
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1530544 LIMIT 1
0.054 ms 1 /classes/Pack.php:90
251
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 561565 AND `id_group` = 1 LIMIT 1
0.054 ms 0 /classes/GroupReduction.php:156
434
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 547667 LIMIT 1
0.054 ms 1 /classes/SpecificPrice.php:435
809
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.054 ms 1 /classes/Product.php:5659
817
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 600659 LIMIT 1
0.054 ms 1 /classes/Pack.php:90
1039
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1539890) 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
1212
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.054 ms 1 /classes/Product.php:5659
1299
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 605953) 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
1352
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1539390
0.054 ms 1 /classes/Product.php:2902
1411
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 615854
0.054 ms 1 /classes/Product.php:2902
1570
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 245 AND `id_shop` = 1
0.054 ms 2 /src/Adapter/EntityMapper.php:79
1587
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` = 13) LIMIT 1
0.054 ms 1 /src/Adapter/EntityMapper.php:71
1591
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` = 114) LIMIT 1
0.054 ms 1 /src/Adapter/EntityMapper.php:71
1593
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` = 258) LIMIT 1
0.054 ms 1 /src/Adapter/EntityMapper.php:71
118
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'EUR') LIMIT 1
0.053 ms 1 /classes/Currency.php:893
211
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1530544 AND `id_group` = 1 LIMIT 1
0.053 ms 0 /classes/GroupReduction.php:156
1297
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 605953 LIMIT 1
0.053 ms 1 /classes/Pack.php:89
1597
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` = 226) LIMIT 1
0.053 ms 1 /src/Adapter/EntityMapper.php:71
29
SELECT SQL_NO_CACHE `id_lang` FROM `een_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.053 ms 2 /classes/Language.php:883
141
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.053 ms 1 /src/Adapter/EntityMapper.php:71
189
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 562398 AND id_shop=1 LIMIT 1
0.053 ms 1 /classes/Product.php:6876
203
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 114 LIMIT 1
0.053 ms 1 /classes/Product.php:5659
306
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 607339 LIMIT 1
0.053 ms 1 /classes/Pack.php:89
314
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 607754
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.053 ms 0 /classes/SpecificPrice.php:259
363
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 12924) 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
624
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1539380
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.053 ms 1 /classes/SpecificPrice.php:259
676
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` = 148 LIMIT 1
0.053 ms 1 /classes/Category.php:1378
790
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 599520 LIMIT 1
0.053 ms 1 /classes/Pack.php:89
798
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 605119
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.053 ms 0 /classes/SpecificPrice.php:259
802
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 605119 AND `id_group` = 1 LIMIT 1
0.053 ms 0 /classes/GroupReduction.php:156
829
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 605273 LIMIT 1
0.053 ms 1 /classes/Pack.php:89
848
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.053 ms 1 /classes/Product.php:5659
921
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 605251 LIMIT 1
0.053 ms 1 /classes/Pack.php:90
970
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 592156 AND id_shop=1 LIMIT 1
0.053 ms 1 /classes/Product.php:6876
1017
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.053 ms 1 /classes/Product.php:5659
1290
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.053 ms 1 /classes/Product.php:5659
1307
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1530544
0.053 ms 1 /classes/Product.php:2902
1322
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 607333
0.053 ms 1 /classes/Product.php:2902
1332
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1539920
0.053 ms 1 /classes/Product.php:2902
1402
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1540296
0.053 ms 1 /classes/Product.php:2902
1435
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 605273
0.053 ms 1 /classes/Product.php:2902
1456
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 605251
0.053 ms 1 /classes/Product.php:2902
1474
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 12800
0.053 ms 1 /classes/Product.php:2902
1611
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 221 AND `id_shop` = 1
0.053 ms 2 /src/Adapter/EntityMapper.php:79
1669
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 72 AND `id_shop` = 1
0.053 ms 2 /src/Adapter/EntityMapper.php:79
332
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1539920 AND id_shop=1 LIMIT 1
0.052 ms 1 /classes/Product.php:6876
361
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 12924 LIMIT 1
0.052 ms 1 /classes/Pack.php:89
398
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 553769 AND id_shop=1 LIMIT 1
0.052 ms 1 /classes/Product.php:6876
668
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1539785 AND id_shop=1 LIMIT 1
0.052 ms 1 /classes/Product.php:6876
1011
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1539887 LIMIT 1
0.052 ms 1 /classes/Pack.php:89
1206
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 547723 LIMIT 1
0.052 ms 1 /classes/Pack.php:89
1219
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 549477 LIMIT 1
0.052 ms 1 /classes/Pack.php:89
1612
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` = 969) LIMIT 1
0.052 ms 1 /src/Adapter/EntityMapper.php:71
42
SELECT SQL_NO_CACHE id_shop
FROM `een_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.052 ms 1 /classes/ObjectModel.php:1729
44
SELECT SQL_NO_CACHE ctg.`id_group`
FROM een_category_group ctg
WHERE ctg.`id_category` = 882 AND ctg.`id_group` = 1 LIMIT 1
0.052 ms 1 /classes/Category.php:1754
120
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'TND') LIMIT 1
0.052 ms 1 /classes/Currency.php:893
152
SELECT SQL_NO_CACHE `id_category`
FROM `een_category_shop`
WHERE `id_category` = 882
AND `id_shop` = 1 LIMIT 1
0.052 ms 1 /classes/Category.php:2450
279
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 607333 LIMIT 1
0.052 ms 1 /classes/Pack.php:90
299
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 19 LIMIT 1
0.052 ms 1 /classes/Product.php:5659
317
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 607754 AND id_shop=1 LIMIT 1
0.052 ms 1 /classes/Product.php:6876
325
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` = 226 LIMIT 1
0.052 ms 1 /classes/Category.php:1378
335
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1539920 LIMIT 1
0.052 ms 1 /classes/Pack.php:90
374
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 607207 LIMIT 1
0.052 ms 1 /classes/Pack.php:89
393
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 19 LIMIT 1
0.052 ms 1 /classes/Product.php:5659
438
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 547667 AND id_shop=1 LIMIT 1
0.052 ms 1 /classes/Product.php:6876
459
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 258 LIMIT 1
0.052 ms 1 /classes/Product.php:5659
464
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 542157 AND id_shop=1 LIMIT 1
0.052 ms 1 /classes/Product.php:6876
585
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 692410 AND id_shop=1 LIMIT 1
0.052 ms 1 /classes/Product.php:6876
732
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 544725 LIMIT 1
0.052 ms 1 /classes/SpecificPrice.php:435
836
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 592152 LIMIT 1
0.052 ms 1 /classes/SpecificPrice.php:435
840
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 592152 AND id_shop=1 LIMIT 1
0.052 ms 1 /classes/Product.php:6876
895
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 600820 LIMIT 1
0.052 ms 1 /classes/Pack.php:90
1019
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1539888
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.052 ms 0 /classes/SpecificPrice.php:259
1023
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1539888 AND `id_group` = 1 LIMIT 1
0.052 ms 0 /classes/GroupReduction.php:156
1048
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 546313 AND id_shop=1 LIMIT 1
0.052 ms 1 /classes/Product.php:6876
1058
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 546118
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.052 ms 0 /classes/SpecificPrice.php:259
1116
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 548209 LIMIT 1
0.052 ms 1 /classes/Pack.php:90
1243
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 573714 AND id_shop=1 LIMIT 1
0.052 ms 1 /classes/Product.php:6876
1282
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 576516 AND id_shop=1 LIMIT 1
0.052 ms 1 /classes/Product.php:6876
1335
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 607611
0.052 ms 1 /classes/Product.php:2902
1414
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 544725
0.052 ms 1 /classes/Product.php:2902
1441
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 605240
0.052 ms 1 /classes/Product.php:2902
1480
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1539888
0.052 ms 1 /classes/Product.php:2902
1596
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 15 AND `id_shop` = 1
0.052 ms 2 /src/Adapter/EntityMapper.php:79
1598
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 226 AND `id_shop` = 1
0.052 ms 2 /src/Adapter/EntityMapper.php:79
1607
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 250 AND `id_shop` = 1
0.052 ms 2 /src/Adapter/EntityMapper.php:79
1613
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 969 AND `id_shop` = 1
0.052 ms 2 /src/Adapter/EntityMapper.php:79
1803
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "attributewizardpro" LIMIT 1
0.052 ms 0 /classes/module/Module.php:2659
31
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (iso_code = 'GBP') LIMIT 1
0.051 ms 1 /classes/Currency.php:893
67
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "gsnippetsreviews" LIMIT 1
0.051 ms 0 /classes/module/Module.php:2659
179
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 966 LIMIT 1
0.051 ms 1 /classes/Product.php:5659
300
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 607339 LIMIT 1
0.051 ms 1 /classes/SpecificPrice.php:435
304
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 607339 AND id_shop=1 LIMIT 1
0.051 ms 1 /classes/Product.php:6876
354
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 258 LIMIT 1
0.051 ms 1 /classes/Product.php:5659
406
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 19 LIMIT 1
0.051 ms 1 /classes/Product.php:5659
419
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 258 LIMIT 1
0.051 ms 1 /classes/Product.php:5659
446
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 258 LIMIT 1
0.051 ms 1 /classes/Product.php:5659
451
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 641171 AND id_shop=1 LIMIT 1
0.051 ms 1 /classes/Product.php:6876
466
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 542157 LIMIT 1
0.051 ms 1 /classes/Pack.php:89
621
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 20 LIMIT 1
0.051 ms 1 /classes/Product.php:5659
700
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1540234 LIMIT 1
0.051 ms 1 /classes/Pack.php:90
765
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 604213 LIMIT 1
0.051 ms 1 /classes/Pack.php:90
784
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 599520 LIMIT 1
0.051 ms 1 /classes/SpecificPrice.php:435
828
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 605273 AND `id_group` = 1 LIMIT 1
0.051 ms 0 /classes/GroupReduction.php:156
843
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 592152 LIMIT 1
0.051 ms 1 /classes/Pack.php:90
844
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 592152) 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
1051
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 546313 LIMIT 1
0.051 ms 1 /classes/Pack.php:90
1162
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 580742
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.051 ms 0 /classes/SpecificPrice.php:259
1175
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 579046
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.051 ms 0 /classes/SpecificPrice.php:259
1221
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 549477) 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
1230
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 563390 AND id_shop=1 LIMIT 1
0.051 ms 1 /classes/Product.php:6876
1477
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1539887
0.051 ms 1 /classes/Product.php:2902
1667
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 165 AND `id_shop` = 1
0.051 ms 2 /src/Adapter/EntityMapper.php:79
706
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 615744 LIMIT 1
0.051 ms 1 /classes/SpecificPrice.php:435
1234
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 563390) 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
100
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.050 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
113
SELECT SQL_NO_CACHE id_feed
FROM `een_gmcp_feeds` ff
WHERE (ff.id_shop=1) LIMIT 1
0.050 ms 370 /modules/gmerchantcenterpro/models/Feeds.php:53
137
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.050 ms 1 /src/Adapter/EntityMapper.php:71
267
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 607749) 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
312
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 19 LIMIT 1
0.050 ms 1 /classes/Product.php:5659
381
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 588053 LIMIT 1
0.050 ms 1 /classes/SpecificPrice.php:435
385
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 588053 AND id_shop=1 LIMIT 1
0.050 ms 1 /classes/Product.php:6876
387
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 588053 LIMIT 1
0.050 ms 1 /classes/Pack.php:89
411
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 553149 AND id_shop=1 LIMIT 1
0.050 ms 1 /classes/Product.php:6876
429
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1539390) 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
524
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 258 LIMIT 1
0.050 ms 1 /classes/Product.php:5659
525
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 559059 LIMIT 1
0.050 ms 1 /classes/SpecificPrice.php:435
642
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1539431 AND id_shop=1 LIMIT 1
0.050 ms 1 /classes/Product.php:6876
691
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` = 13 LIMIT 1
0.050 ms 1 /classes/Category.php:1378
778
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 582015 LIMIT 1
0.050 ms 1 /classes/Pack.php:90
783
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.050 ms 1 /classes/Product.php:5659
862
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 599931 LIMIT 1
0.050 ms 1 /classes/SpecificPrice.php:435
909
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 591047) 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
992
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 12800 LIMIT 1
0.050 ms 2 /classes/SpecificPrice.php:435
1090
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 549803 LIMIT 1
0.050 ms 1 /classes/Pack.php:90
1103
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 545390 LIMIT 1
0.050 ms 1 /classes/Pack.php:90
1123
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 542040
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.050 ms 0 /classes/SpecificPrice.php:259
1129
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 542040 LIMIT 1
0.050 ms 1 /classes/Pack.php:90
1136
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 549108
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.050 ms 0 /classes/SpecificPrice.php:259
1142
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 549108 LIMIT 1
0.050 ms 1 /classes/Pack.php:90
1149
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 561964
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.050 ms 0 /classes/SpecificPrice.php:259
1188
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 544430
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.050 ms 0 /classes/SpecificPrice.php:259
1225
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.050 ms 1 /classes/Product.php:5659
1232
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 563390 LIMIT 1
0.050 ms 1 /classes/Pack.php:89
1284
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 576516 LIMIT 1
0.050 ms 1 /classes/Pack.php:89
1423
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 582015
0.050 ms 1 /classes/Product.php:2902
1444
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 599931
0.050 ms 1 /classes/Product.php:2902
1615
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 915 AND `id_shop` = 1
0.050 ms 2 /src/Adapter/EntityMapper.php:79
473
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 546896 LIMIT 1
0.050 ms 1 /classes/SpecificPrice.php:435
593
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.050 ms 1 /classes/Category.php:1378
876
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 605755
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.050 ms 0 /classes/SpecificPrice.php:259
1097
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 545390
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.050 ms 0 /classes/SpecificPrice.php:259
1110
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 548209
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.050 ms 0 /classes/SpecificPrice.php:259
1168
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 580742 LIMIT 1
0.050 ms 1 /classes/Pack.php:90
1316
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 561565
0.050 ms 1 /classes/Product.php:2902
121
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.049 ms 1 /classes/Country.php:194
198
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 562398) 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
380
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 19 LIMIT 1
0.049 ms 1 /classes/Product.php:5659
389
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 588053) 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
400
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 553769 LIMIT 1
0.049 ms 1 /classes/Pack.php:89
731
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.049 ms 1 /classes/Product.php:5659
776
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 582015 AND `id_group` = 1 LIMIT 1
0.049 ms 0 /classes/GroupReduction.php:156
857
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 605240) 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
940
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 605154 LIMIT 1
0.049 ms 1 /classes/SpecificPrice.php:435
1064
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 546118 LIMIT 1
0.049 ms 1 /classes/Pack.php:90
1071
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 567441
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.049 ms 0 /classes/SpecificPrice.php:259
1077
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 567441 LIMIT 1
0.049 ms 1 /classes/Pack.php:90
186
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 562398
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.049 ms 0 /classes/SpecificPrice.php:259
234
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 607623
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.049 ms 0 /classes/SpecificPrice.php:259
291
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1540034 AND id_shop=1 LIMIT 1
0.049 ms 1 /classes/Product.php:6876
359
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 12924 AND id_shop=1 LIMIT 1
0.049 ms 1 /classes/Product.php:6876
402
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 553769) 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
548
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1539356) 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
587
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 692410 LIMIT 1
0.049 ms 1 /classes/Pack.php:89
615
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 679820 LIMIT 1
0.049 ms 1 /classes/Pack.php:90
628
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1539380 AND `id_group` = 1 LIMIT 1
0.049 ms 0 /classes/GroupReduction.php:156
644
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1539431 LIMIT 1
0.049 ms 1 /classes/Pack.php:89
736
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 544725 AND id_shop=1 LIMIT 1
0.049 ms 1 /classes/Product.php:6876
867
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 599931 AND `id_group` = 1 LIMIT 1
0.049 ms 0 /classes/GroupReduction.php:156
892
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 600820 AND id_shop=1 LIMIT 1
0.049 ms 1 /classes/Product.php:6876
979
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 592056 LIMIT 1
0.049 ms 1 /classes/SpecificPrice.php:435
999
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 12800 LIMIT 1
0.049 ms 1 /classes/Pack.php:90
1044
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 546313 LIMIT 1
0.049 ms 1 /classes/SpecificPrice.php:435
1155
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 561964 LIMIT 1
0.049 ms 1 /classes/Pack.php:90
427
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1539390 LIMIT 1
0.048 ms 1 /classes/Pack.php:89
455
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 641171) 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
565
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 22 LIMIT 1
0.048 ms 1 /classes/Product.php:5659
573
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1530593 LIMIT 1
0.048 ms 1 /classes/Pack.php:89
601
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 6371 LIMIT 1
0.048 ms 1 /classes/Pack.php:89
662
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 20 LIMIT 1
0.048 ms 1 /classes/Product.php:5659
723
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 615854 AND id_shop=1 LIMIT 1
0.048 ms 1 /classes/Product.php:6876
855
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 605240 LIMIT 1
0.048 ms 1 /classes/Pack.php:89
883
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 605755) 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
1114
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 548209 AND `id_group` = 1 LIMIT 1
0.048 ms 0 /classes/GroupReduction.php:156
147
SELECT SQL_NO_CACHE id_order
FROM `een_orders` o
WHERE (o.id_cart=0) LIMIT 1
0.048 ms 1 /modules/gmerchantcenterpro/lib/dao/moduleDao.php:450
182
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 562398 LIMIT 1
0.048 ms 1 /classes/SpecificPrice.php:435
295
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1540034) 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
329
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1539920
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.048 ms 1 /classes/SpecificPrice.php:259
372
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 607207 AND id_shop=1 LIMIT 1
0.048 ms 1 /classes/Product.php:6876
453
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 641171 LIMIT 1
0.048 ms 1 /classes/Pack.php:89
499
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 557335 LIMIT 1
0.048 ms 1 /classes/SpecificPrice.php:435
553
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 543316 LIMIT 1
0.048 ms 1 /classes/SpecificPrice.php:435
571
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1530593 AND id_shop=1 LIMIT 1
0.048 ms 1 /classes/Product.php:6876
599
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 6371 AND id_shop=1 LIMIT 1
0.048 ms 1 /classes/Product.php:6876
629
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1539380 LIMIT 1
0.048 ms 1 /classes/Pack.php:89
646
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1539431) 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
701
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1540234) 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
727
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 615854) 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
738
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 544725 LIMIT 1
0.048 ms 1 /classes/Pack.php:89
815
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 600659 AND `id_group` = 1 LIMIT 1
0.048 ms 0 /classes/GroupReduction.php:156
926
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.048 ms 1 /classes/Product.php:5659
972
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 592156 LIMIT 1
0.048 ms 1 /classes/Pack.php:89
1005
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1539887 LIMIT 1
0.048 ms 2 /classes/SpecificPrice.php:435
1166
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 580742 AND `id_group` = 1 LIMIT 1
0.048 ms 0 /classes/GroupReduction.php:156
1193
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 544430 LIMIT 1
0.047 ms 1 /classes/Pack.php:89
122
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'DZD') LIMIT 1
0.047 ms 1 /classes/Currency.php:893
134
SELECT SQL_NO_CACHE *
FROM `een_country_lang`
WHERE `id_country` = 19
0.047 ms 2 /src/Adapter/EntityMapper.php:79
135
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'CA' LIMIT 1
0.047 ms 1 /classes/Country.php:194
145
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.047 ms 1 /src/Adapter/EntityMapper.php:71
253
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 561565 LIMIT 1
0.047 ms 1 /classes/Pack.php:90
272
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 607333 LIMIT 1
0.047 ms 1 /classes/SpecificPrice.php:435
293
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1540034 LIMIT 1
0.047 ms 1 /classes/Pack.php:89
320
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 607754 LIMIT 1
0.047 ms 1 /classes/Pack.php:90
407
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 553149 LIMIT 1
0.047 ms 1 /classes/SpecificPrice.php:435
440
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 547667 LIMIT 1
0.047 ms 1 /classes/Pack.php:89
448
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 641171
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.047 ms 0 /classes/SpecificPrice.php:259
512
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 546563 LIMIT 1
0.047 ms 1 /classes/SpecificPrice.php:435
516
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 546563 AND id_shop=1 LIMIT 1
0.047 ms 1 /classes/Product.php:6876
537
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` = 22 LIMIT 1
0.047 ms 1 /classes/Category.php:1378
557
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 543316 AND id_shop=1 LIMIT 1
0.047 ms 1 /classes/Product.php:6876
579
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 22 LIMIT 1
0.047 ms 1 /classes/Product.php:5659
609
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 679820
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.047 ms 0 /classes/SpecificPrice.php:259
613
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 679820 AND `id_group` = 1 LIMIT 1
0.047 ms 0 /classes/GroupReduction.php:156
631
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1539380) 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
635
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` = 18 LIMIT 1
0.047 ms 1 /classes/Category.php:1378
712
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 615744 LIMIT 1
0.047 ms 1 /classes/Pack.php:89
714
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 615744) 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
853
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 605240 AND id_shop=1 LIMIT 1
0.047 ms 1 /classes/Product.php:6876
907
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 591047 LIMIT 1
0.047 ms 1 /classes/Pack.php:89
914
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 605251 LIMIT 1
0.047 ms 1 /classes/SpecificPrice.php:435
935
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 605278) 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
939
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.047 ms 1 /classes/Product.php:5659
960
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 605249 LIMIT 1
0.047 ms 1 /classes/Pack.php:90
1075
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 567441 AND `id_group` = 1 LIMIT 1
0.047 ms 0 /classes/GroupReduction.php:156
1088
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 549803 AND `id_group` = 1 LIMIT 1
0.047 ms 0 /classes/GroupReduction.php:156
1127
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 542040 AND `id_group` = 1 LIMIT 1
0.047 ms 0 /classes/GroupReduction.php:156
1153
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 561964 AND `id_group` = 1 LIMIT 1
0.047 ms 0 /classes/GroupReduction.php:156
1199
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.047 ms 1 /classes/Product.php:5659
1251
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.047 ms 1 /classes/Product.php:5659
1265
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 691488 LIMIT 1
0.047 ms 1 /classes/SpecificPrice.php:435
1432
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 600659
0.047 ms 1 /classes/Product.php:2902
1556
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitcompare" LIMIT 1
0.047 ms 1 /classes/module/Module.php:2659
1694
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "ps_facetedsearch" LIMIT 1
0.047 ms 1 /classes/module/Module.php:2659
61
SELECT SQL_NO_CACHE `need_identification_number`
FROM `een_country`
WHERE `id_country` = 8 LIMIT 1
0.046 ms 1 /classes/Country.php:405
101
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.046 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
143
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'SA' LIMIT 1
0.046 ms 1 /classes/Country.php:194
194
SELECT SQL_NO_CACHE `reduction`
FROM `een_group`
WHERE `id_group` = 1 LIMIT 1
0.046 ms 1 /classes/Group.php:154
197
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 562398 LIMIT 1
0.046 ms 1 /classes/Pack.php:90
254
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 561565) 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 name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 19 LIMIT 1
0.046 ms 1 /classes/Product.php:5659
341
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 607611 LIMIT 1
0.046 ms 1 /classes/SpecificPrice.php:435
345
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 607611 AND id_shop=1 LIMIT 1
0.046 ms 1 /classes/Product.php:6876
376
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 607207) 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
395
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 553769
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.046 ms 0 /classes/SpecificPrice.php:259
442
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 547667) 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
461
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 542157
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.046 ms 0 /classes/SpecificPrice.php:259
498
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 258 LIMIT 1
0.046 ms 1 /classes/Product.php:5659
533
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 559059) 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
559
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 543316 LIMIT 1
0.046 ms 1 /classes/Pack.php:89
654
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1539659 AND id_shop=1 LIMIT 1
0.046 ms 1 /classes/Product.php:6876
665
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1539785
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.046 ms 1 /classes/SpecificPrice.php:259
683
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1540296 AND id_shop=1 LIMIT 1
0.046 ms 1 /classes/Product.php:6876
693
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1540234 LIMIT 1
0.046 ms 2 /classes/SpecificPrice.php:435
705
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.046 ms 1 /classes/Product.php:5659
718
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.046 ms 1 /classes/Product.php:5659
757
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.046 ms 1 /classes/Product.php:5659
824
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 605273
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.046 ms 0 /classes/SpecificPrice.php:259
901
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 591047 LIMIT 1
0.046 ms 1 /classes/SpecificPrice.php:435
927
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 605278 LIMIT 1
0.046 ms 1 /classes/SpecificPrice.php:435
966
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 592156 LIMIT 1
0.046 ms 1 /classes/SpecificPrice.php:435
1062
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 546118 AND `id_group` = 1 LIMIT 1
0.046 ms 0 /classes/GroupReduction.php:156
1101
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 545390 AND `id_group` = 1 LIMIT 1
0.046 ms 0 /classes/GroupReduction.php:156
1140
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 549108 AND `id_group` = 1 LIMIT 1
0.046 ms 0 /classes/GroupReduction.php:156
1227
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 563390
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.046 ms 0 /classes/SpecificPrice.php:259
1245
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 573714 LIMIT 1
0.046 ms 1 /classes/Pack.php:89
518
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 546563 LIMIT 1
0.046 ms 1 /classes/Pack.php:89
745
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 566271 LIMIT 1
0.046 ms 1 /classes/SpecificPrice.php:435
879
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 605755 AND id_shop=1 LIMIT 1
0.046 ms 1 /classes/Product.php:6876
953
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 605249 LIMIT 1
0.046 ms 1 /classes/SpecificPrice.php:435
193
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 562398 AND `id_group` = 1 LIMIT 1
0.045 ms 0 /classes/GroupReduction.php:156
221
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 558474
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.045 ms 0 /classes/SpecificPrice.php:259
245
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 19 LIMIT 1
0.045 ms 1 /classes/Product.php:5659
271
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 19 LIMIT 1
0.045 ms 1 /classes/Product.php:5659
321
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 607754) 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
386
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 588053 AND `id_group` = 1 LIMIT 1
0.045 ms 0 /classes/GroupReduction.php:156
435
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 547667
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.045 ms 0 /classes/SpecificPrice.php:259
485
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 258 LIMIT 1
0.045 ms 1 /classes/Product.php:5659
520
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 546563) 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
561
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 543316) 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
581
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 692410 LIMIT 1
0.045 ms 1 /classes/SpecificPrice.php:435
595
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 6371 LIMIT 1
0.045 ms 2 /classes/SpecificPrice.php:435
636
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 18 LIMIT 1
0.045 ms 1 /classes/Product.php:5659
670
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1539785 LIMIT 1
0.045 ms 1 /classes/Pack.php:89
687
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1540296) 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
710
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 615744 AND id_shop=1 LIMIT 1
0.045 ms 1 /classes/Product.php:6876
758
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 604213 LIMIT 1
0.045 ms 1 /classes/SpecificPrice.php:435
788
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 599520 AND id_shop=1 LIMIT 1
0.045 ms 1 /classes/Product.php:6876
850
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 605240
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.045 ms 0 /classes/SpecificPrice.php:259
959
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 605249 LIMIT 1
0.045 ms 1 /classes/Pack.php:89
1032
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1539890
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.045 ms 0 /classes/SpecificPrice.php:259
1220
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 549477 LIMIT 1
0.045 ms 1 /classes/Pack.php:90
1292
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 605953
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.045 ms 0 /classes/SpecificPrice.php:259
130
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'MAD') LIMIT 1
0.045 ms 1 /classes/Currency.php:893
639
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1539431
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.045 ms 1 /classes/SpecificPrice.php:259
725
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 615854 LIMIT 1
0.045 ms 1 /classes/Pack.php:89
905
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 591047 AND id_shop=1 LIMIT 1
0.045 ms 1 /classes/Product.php:6876
1195
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 544430) 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
1240
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 573714
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.045 ms 0 /classes/SpecificPrice.php:259
1277
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.045 ms 1 /classes/Product.php:5659
1298
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 605953 LIMIT 1
0.045 ms 1 /classes/Pack.php:90
79
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.044 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
125
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.044 ms 1 /classes/Country.php:194
128
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'MGA') LIMIT 1
0.044 ms 1 /classes/Currency.php:893
425
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1539390 AND id_shop=1 LIMIT 1
0.044 ms 1 /classes/Product.php:6876
433
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 258 LIMIT 1
0.044 ms 1 /classes/Product.php:5659
650
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 20 LIMIT 1
0.044 ms 1 /classes/Product.php:5659
749
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 566271 AND id_shop=1 LIMIT 1
0.044 ms 1 /classes/Product.php:6876
804
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 605119 LIMIT 1
0.044 ms 1 /classes/Pack.php:90
893
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 600820 AND `id_group` = 1 LIMIT 1
0.044 ms 0 /classes/GroupReduction.php:156
1037
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1539890 LIMIT 1
0.044 ms 1 /classes/Pack.php:89
1214
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 549477
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.044 ms 0 /classes/SpecificPrice.php:259
1256
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 567683 AND id_shop=1 LIMIT 1
0.044 ms 1 /classes/Product.php:6876
124
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'XAF') LIMIT 1
0.044 ms 1 /classes/Currency.php:893
138
SELECT SQL_NO_CACHE *
FROM `een_country_lang`
WHERE `id_country` = 4
0.044 ms 2 /src/Adapter/EntityMapper.php:79
142
SELECT SQL_NO_CACHE *
FROM `een_country_lang`
WHERE `id_country` = 3
0.044 ms 2 /src/Adapter/EntityMapper.php:79
401
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 553769 LIMIT 1
0.044 ms 1 /classes/Pack.php:90
413
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 553149 LIMIT 1
0.044 ms 1 /classes/Pack.php:89
486
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 542204 LIMIT 1
0.044 ms 1 /classes/SpecificPrice.php:435
792
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 599520) 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
831
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 605273) 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
835
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.044 ms 1 /classes/Product.php:5659
900
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.044 ms 1 /classes/Product.php:5659
952
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.044 ms 1 /classes/Product.php:5659
985
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 592056 LIMIT 1
0.044 ms 1 /classes/Pack.php:89
1013
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1539887) 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
1043
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.044 ms 1 /classes/Product.php:5659
1279
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 576516
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.044 ms 0 /classes/SpecificPrice.php:259
356
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 12924
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.043 ms 0 /classes/SpecificPrice.php:259
531
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 559059 LIMIT 1
0.043 ms 1 /classes/Pack.php:89
575
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1530593) 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
685
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1540296 LIMIT 1
0.043 ms 1 /classes/Pack.php:89
856
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 605240 LIMIT 1
0.043 ms 1 /classes/Pack.php:90
1004
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
1253
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 567683
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.043 ms 0 /classes/SpecificPrice.php:259
58
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.043 ms 0 /classes/module/Module.php:2132
88
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.043 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
119
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.043 ms 1 /classes/Country.php:194
139
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'BE' LIMIT 1
0.043 ms 1 /classes/Country.php:194
146
SELECT SQL_NO_CACHE *
FROM `een_country_lang`
WHERE `id_country` = 186
0.043 ms 2 /src/Adapter/EntityMapper.php:79
362
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 12924 LIMIT 1
0.043 ms 1 /classes/Pack.php:90
422
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1539390
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.043 ms 0 /classes/SpecificPrice.php:259
468
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 542157) 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
472
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 258 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
477
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 546896 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
552
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 258 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
589
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 692410) 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
656
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1539659 LIMIT 1
0.043 ms 1 /classes/Pack.php:89
658
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1539659) 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
740
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 544725) 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
753
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 566271) 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
763
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 604213 AND `id_group` = 1 LIMIT 1
0.043 ms 0 /classes/GroupReduction.php:156
913
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
931
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 605278 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
944
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 605154 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
965
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
978
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
996
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 12800 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
1025
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1539888 LIMIT 1
0.043 ms 1 /classes/Pack.php:90
1218
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 549477 AND `id_group` = 1 LIMIT 1
0.043 ms 0 /classes/GroupReduction.php:156
1247
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 573714) 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
1264
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
1269
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 691488 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
1272
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 691488 LIMIT 1
0.043 ms 1 /classes/Pack.php:90
568
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1530593
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.042 ms 1 /classes/SpecificPrice.php:259
973
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 592156 LIMIT 1
0.042 ms 1 /classes/Pack.php:90
1207
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 547723 LIMIT 1
0.042 ms 1 /classes/Pack.php:90
1260
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 567683) 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
69
SELECT SQL_NO_CACHE * FROM `een_image_type`
0.042 ms 8 /classes/ImageType.php:161
117
SELECT SQL_NO_CACHE `name`
FROM `een_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 8 LIMIT 1
0.042 ms 1 /classes/Country.php:252
260
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 607749
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.042 ms 0 /classes/SpecificPrice.php:259
307
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 607339 LIMIT 1
0.042 ms 1 /classes/Pack.php:90
382
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 588053
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.042 ms 0 /classes/SpecificPrice.php:259
388
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 588053 LIMIT 1
0.042 ms 1 /classes/Pack.php:90
490
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 542204 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
503
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 557335 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
511
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 258 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
602
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 6371 LIMIT 1
0.042 ms 1 /classes/Pack.php:90
697
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1540234 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
707
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 615744
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.042 ms 0 /classes/SpecificPrice.php:259
726
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 615854 LIMIT 1
0.042 ms 1 /classes/Pack.php:90
744
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
785
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 599520
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.042 ms 0 /classes/SpecificPrice.php:259
791
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 599520 LIMIT 1
0.042 ms 1 /classes/Pack.php:90
841
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 592152 AND `id_group` = 1 LIMIT 1
0.042 ms 0 /classes/GroupReduction.php:156
882
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 605755 LIMIT 1
0.042 ms 1 /classes/Pack.php:90
918
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 605251 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
987
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 592056) 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
1558
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitmegamenu" LIMIT 1
0.042 ms 1 /classes/module/Module.php:2659
10
SELECT SQL_NO_CACHE id_shop
FROM `een_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.041 ms 1 /classes/ObjectModel.php:1729
30
SELECT SQL_NO_CACHE `id_lang` FROM `een_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.041 ms 2 /classes/Language.php:883
86
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.041 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
123
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.041 ms 1 /classes/Country.php:194
127
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.041 ms 1 /classes/Country.php:194
131
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'CH' LIMIT 1
0.041 ms 1 /classes/Country.php:194
301
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 607339
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.041 ms 0 /classes/SpecificPrice.php:259
347
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 607611 LIMIT 1
0.041 ms 1 /classes/Pack.php:89
375
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 607207 LIMIT 1
0.041 ms 1 /classes/Pack.php:90
415
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 553149) 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
454
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 641171 LIMIT 1
0.041 ms 1 /classes/Pack.php:90
481
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 546896) 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
494
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 542204) 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
541
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1539356
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.041 ms 0 /classes/SpecificPrice.php:259
546
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1539356 LIMIT 1
0.041 ms 1 /classes/Pack.php:89
596
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 6371
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.041 ms 0 /classes/SpecificPrice.php:259
645
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1539431 LIMIT 1
0.041 ms 1 /classes/Pack.php:90
948
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 605154) 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
984
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 592056 AND `id_group` = 1 LIMIT 1
0.041 ms 0 /classes/GroupReduction.php:156
998
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 12800 LIMIT 1
0.041 ms 1 /classes/Pack.php:89
1192
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 544430 AND `id_group` = 1 LIMIT 1
0.041 ms 0 /classes/GroupReduction.php:156
1205
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 547723 AND `id_group` = 1 LIMIT 1
0.041 ms 0 /classes/GroupReduction.php:156
1233
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 563390 LIMIT 1
0.041 ms 1 /classes/Pack.php:90
1258
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 567683 LIMIT 1
0.041 ms 1 /classes/Pack.php:89
1266
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 691488
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.041 ms 0 /classes/SpecificPrice.php:259
1285
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 576516 LIMIT 1
0.041 ms 1 /classes/Pack.php:90
1296
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 605953 AND `id_group` = 1 LIMIT 1
0.041 ms 0 /classes/GroupReduction.php:156
1559
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 80 AND `id_shop` = 1 LIMIT 1
0.041 ms 1 /classes/module/Module.php:2132
39
SELECT SQL_NO_CACHE id_shop
FROM `een_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.040 ms 1 /classes/ObjectModel.php:1729
56
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
369
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 607207
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.040 ms 0 /classes/SpecificPrice.php:259
428
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1539390 LIMIT 1
0.040 ms 1 /classes/Pack.php:90
479
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 546896 LIMIT 1
0.040 ms 1 /classes/Pack.php:89
492
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 542204 LIMIT 1
0.040 ms 1 /classes/Pack.php:89
507
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 557335) 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
526
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 559059
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.040 ms 0 /classes/SpecificPrice.php:259
580
SELECT SQL_NO_CACHE `name`
FROM `een_manufacturer`
WHERE `id_manufacturer` = 11804
AND `active` = 1 LIMIT 1
0.040 ms 0 /classes/Manufacturer.php:316
671
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1539785 LIMIT 1
0.040 ms 1 /classes/Pack.php:90
684
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1540296 AND `id_group` = 1 LIMIT 1
0.040 ms 0 /classes/GroupReduction.php:156
720
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 615854
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.040 ms 0 /classes/SpecificPrice.php:259
733
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 544725
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.040 ms 0 /classes/SpecificPrice.php:259
751
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 566271 LIMIT 1
0.040 ms 1 /classes/Pack.php:89
908
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 591047 LIMIT 1
0.040 ms 1 /classes/Pack.php:90
934
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 605278 LIMIT 1
0.040 ms 1 /classes/Pack.php:90
946
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 605154 LIMIT 1
0.040 ms 1 /classes/Pack.php:89
1231
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 563390 AND `id_group` = 1 LIMIT 1
0.040 ms 0 /classes/GroupReduction.php:156
1283
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 576516 AND `id_group` = 1 LIMIT 1
0.040 ms 0 /classes/GroupReduction.php:156
1809
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "blockwishlist" LIMIT 1
0.040 ms 1 /classes/module/Module.php:2659
349
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 607611) 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
1036
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1539890 AND `id_group` = 1 LIMIT 1
0.040 ms 0 /classes/GroupReduction.php:156
129
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.039 ms 1 /classes/Country.php:194
399
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 553769 AND `id_group` = 1 LIMIT 1
0.039 ms 0 /classes/GroupReduction.php:156
505
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 557335 LIMIT 1
0.039 ms 1 /classes/Pack.php:89
519
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 546563 LIMIT 1
0.039 ms 1 /classes/Pack.php:90
545
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1539356 AND `id_group` = 1 LIMIT 1
0.039 ms 0 /classes/GroupReduction.php:156
554
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 543316
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.039 ms 0 /classes/SpecificPrice.php:259
574
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1530593 LIMIT 1
0.039 ms 1 /classes/Pack.php:90
669
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1539785 AND `id_group` = 1 LIMIT 1
0.039 ms 0 /classes/GroupReduction.php:156
699
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1540234 LIMIT 1
0.039 ms 1 /classes/Pack.php:89
906
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 591047 AND `id_group` = 1 LIMIT 1
0.039 ms 0 /classes/GroupReduction.php:156
1785
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.039 ms 0 /classes/module/Module.php:2132
294
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1540034 LIMIT 1
0.039 ms 1 /classes/Pack.php:90
326
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 226 LIMIT 1
0.039 ms 1 /classes/Product.php:5659
333
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1539920 AND `id_group` = 1 LIMIT 1
0.039 ms 0 /classes/GroupReduction.php:156
412
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 553149 AND `id_group` = 1 LIMIT 1
0.039 ms 0 /classes/GroupReduction.php:156
513
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 546563
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.039 ms 0 /classes/SpecificPrice.php:259
630
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1539380 LIMIT 1
0.039 ms 1 /classes/Pack.php:90
713
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 615744 LIMIT 1
0.039 ms 1 /classes/Pack.php:90
830
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 605273 LIMIT 1
0.039 ms 1 /classes/Pack.php:90
837
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 592152
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.039 ms 0 /classes/SpecificPrice.php:259
1271
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 691488 LIMIT 1
0.039 ms 1 /classes/Pack.php:89
136
SELECT SQL_NO_CACHE `name`
FROM `een_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 4 LIMIT 1
0.038 ms 1 /classes/Country.php:252
441
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 547667 LIMIT 1
0.038 ms 1 /classes/Pack.php:90
530
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 559059 AND `id_group` = 1 LIMIT 1
0.038 ms 0 /classes/GroupReduction.php:156
586
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 692410 AND `id_group` = 1 LIMIT 1
0.038 ms 0 /classes/GroupReduction.php:156
1049
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 546313 AND `id_group` = 1 LIMIT 1
0.038 ms 0 /classes/GroupReduction.php:156
1194
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 544430 LIMIT 1
0.038 ms 1 /classes/Pack.php:90
68
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "gremarketing" LIMIT 1
0.038 ms 0 /classes/module/Module.php:2659
132
SELECT SQL_NO_CACHE `name`
FROM `een_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 19 LIMIT 1
0.038 ms 1 /classes/Country.php:252
292
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1540034 AND `id_group` = 1 LIMIT 1
0.038 ms 0 /classes/GroupReduction.php:156
465
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 542157 AND `id_group` = 1 LIMIT 1
0.038 ms 0 /classes/GroupReduction.php:156
487
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 542204
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.038 ms 0 /classes/SpecificPrice.php:259
560
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 543316 LIMIT 1
0.038 ms 1 /classes/Pack.php:90
588
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 692410 LIMIT 1
0.038 ms 1 /classes/Pack.php:90
694
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1540234
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.038 ms 1 /classes/SpecificPrice.php:259
746
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 566271
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.038 ms 0 /classes/SpecificPrice.php:259
863
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 599931
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.038 ms 0 /classes/SpecificPrice.php:259
1012
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1539887 LIMIT 1
0.038 ms 1 /classes/Pack.php:90
346
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 607611 AND `id_group` = 1 LIMIT 1
0.037 ms 0 /classes/GroupReduction.php:156
752
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 566271 LIMIT 1
0.037 ms 1 /classes/Pack.php:90
74
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.037 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
105
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.037 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
305
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 607339 AND `id_group` = 1 LIMIT 1
0.037 ms 0 /classes/GroupReduction.php:156
360
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 12924 AND `id_group` = 1 LIMIT 1
0.037 ms 0 /classes/GroupReduction.php:156
408
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 553149
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.037 ms 0 /classes/SpecificPrice.php:259
452
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 641171 AND `id_group` = 1 LIMIT 1
0.037 ms 0 /classes/GroupReduction.php:156
467
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 542157 LIMIT 1
0.037 ms 1 /classes/Pack.php:90
547
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1539356 LIMIT 1
0.037 ms 1 /classes/Pack.php:90
677
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 148 LIMIT 1
0.037 ms 1 /classes/Product.php:5659
686
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1540296 LIMIT 1
0.037 ms 1 /classes/Pack.php:90
737
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 544725 AND `id_group` = 1 LIMIT 1
0.037 ms 0 /classes/GroupReduction.php:156
739
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 544725 LIMIT 1
0.037 ms 1 /classes/Pack.php:90
854
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 605240 AND `id_group` = 1 LIMIT 1
0.037 ms 0 /classes/GroupReduction.php:156
889
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 600820
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.037 ms 0 /classes/SpecificPrice.php:259
82
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.036 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
102
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.036 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
140
SELECT SQL_NO_CACHE `name`
FROM `een_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 3 LIMIT 1
0.036 ms 1 /classes/Country.php:252
144
SELECT SQL_NO_CACHE `name`
FROM `een_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 186 LIMIT 1
0.036 ms 1 /classes/Country.php:252
273
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 607333
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.036 ms 0 /classes/SpecificPrice.php:259
342
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 607611
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.036 ms 0 /classes/SpecificPrice.php:259
373
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 607207 AND `id_group` = 1 LIMIT 1
0.036 ms 0 /classes/GroupReduction.php:156
474
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 546896
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.036 ms 0 /classes/SpecificPrice.php:259
572
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1530593 AND `id_group` = 1 LIMIT 1
0.036 ms 0 /classes/GroupReduction.php:156
594
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.036 ms 1 /classes/Product.php:5659
600
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 6371 AND `id_group` = 1 LIMIT 1
0.036 ms 0 /classes/GroupReduction.php:156
657
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1539659 LIMIT 1
0.036 ms 1 /classes/Pack.php:90
692
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.036 ms 1 /classes/Product.php:5659
759
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 604213
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.036 ms 0 /classes/SpecificPrice.php:259
902
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 591047
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.036 ms 0 /classes/SpecificPrice.php:259
915
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 605251
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.036 ms 0 /classes/SpecificPrice.php:259
941
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 605154
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.036 ms 0 /classes/SpecificPrice.php:259
958
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 605249 AND `id_group` = 1 LIMIT 1
0.036 ms 0 /classes/GroupReduction.php:156
993
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 12800
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.036 ms 0 /classes/SpecificPrice.php:259
1006
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1539887
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.036 ms 0 /classes/SpecificPrice.php:259
1246
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 573714 LIMIT 1
0.036 ms 1 /classes/Pack.php:90
1557
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 71 AND `id_shop` = 1 LIMIT 1
0.036 ms 1 /classes/module/Module.php:2132
439
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 547667 AND `id_group` = 1 LIMIT 1
0.035 ms 0 /classes/GroupReduction.php:156
532
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 559059 LIMIT 1
0.035 ms 1 /classes/Pack.php:90
643
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1539431 AND `id_group` = 1 LIMIT 1
0.035 ms 0 /classes/GroupReduction.php:156
711
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 615744 AND `id_group` = 1 LIMIT 1
0.035 ms 0 /classes/GroupReduction.php:156
947
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 605154 LIMIT 1
0.035 ms 1 /classes/Pack.php:90
967
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 592156
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:259
971
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 592156 AND `id_group` = 1 LIMIT 1
0.035 ms 0 /classes/GroupReduction.php:156
980
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 592056
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:259
986
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 592056 LIMIT 1
0.035 ms 1 /classes/Pack.php:90
1038
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1539890 LIMIT 1
0.035 ms 1 /classes/Pack.php:90
1045
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 546313
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:259
1804
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
73
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.035 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
414
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 553149 LIMIT 1
0.035 ms 1 /classes/Pack.php:90
517
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 546563 AND `id_group` = 1 LIMIT 1
0.035 ms 0 /classes/GroupReduction.php:156
538
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 22 LIMIT 1
0.035 ms 1 /classes/Product.php:5659
928
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 605278
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:259
480
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 546896 LIMIT 1
0.034 ms 1 /classes/Pack.php:90
500
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 557335
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
558
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 543316 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:156
1010
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1539887 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:156
1244
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 573714 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:156
1259
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 567683 LIMIT 1
0.034 ms 1 /classes/Pack.php:90
348
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 607611 LIMIT 1
0.034 ms 1 /classes/Pack.php:90
426
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1539390 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:156
493
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 542204 LIMIT 1
0.034 ms 1 /classes/Pack.php:90
582
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 692410
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
954
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 605249
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.034 ms 0 /classes/SpecificPrice.php:259
84
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.033 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
506
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 557335 LIMIT 1
0.033 ms 1 /classes/Pack.php:90
655
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1539659 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
750
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 566271 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
789
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 599520 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
76
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.033 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
89
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.033 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
724
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 615854 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
880
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 605755 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
1786
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "onepagecheckout" LIMIT 1
0.033 ms 0 /classes/module/Module.php:2659
1257
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 567683 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
945
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 605154 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
997
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 12800 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
83
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.031 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
95
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.031 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
478
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 546896 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
504
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 557335 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
698
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1540234 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
919
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 605251 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
932
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 605278 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
1270
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 691488 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:156
1787
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.031 ms 0 /classes/module/Module.php:2132
1810
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 3 AND `id_shop` = 1 LIMIT 1
0.031 ms 0 /classes/module/Module.php:2132
85
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.030 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
94
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.030 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
103
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.030 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
92
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.030 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
93
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.030 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
491
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 542204 AND `id_group` = 1 LIMIT 1
0.030 ms 0 /classes/GroupReduction.php:156
1805
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "cdesigner" LIMIT 1
0.030 ms 0 /classes/module/Module.php:2659
75
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.029 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
90
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.029 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
91
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.029 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
106
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.029 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
1789
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
80
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.028 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
1788
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "onepagecheckoutps" LIMIT 1
0.028 ms 0 /classes/module/Module.php:2659
1807
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "configurator" LIMIT 1
0.028 ms 0 /classes/module/Module.php:2659
1790
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "steasycheckout" LIMIT 1
0.028 ms 0 /classes/module/Module.php:2659
1806
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.028 ms 0 /classes/module/Module.php:2132
1808
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.028 ms 0 /classes/module/Module.php:2132
97
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.027 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
1797
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.027 ms 0 /classes/module/Module.php:2132
77
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.027 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
81
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
98
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.027 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
99
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.027 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
1791
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.027 ms 0 /classes/module/Module.php:2132
1792
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "thecheckout" LIMIT 1
0.026 ms 0 /classes/module/Module.php:2659
1793
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.026 ms 0 /classes/module/Module.php:2132
1794
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "idxropc" LIMIT 1
0.026 ms 0 /classes/module/Module.php:2659
1795
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.026 ms 0 /classes/module/Module.php:2132
1796
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "pwpaysoncheckout" LIMIT 1
0.026 ms 0 /classes/module/Module.php:2659
1799
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.026 ms 0 /classes/module/Module.php:2132
96
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.025 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
104
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.025 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
1798
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "easycheckout" LIMIT 1
0.025 ms 0 /classes/module/Module.php:2659
70
BEGIN
0.022 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:81
112
COMMIT
0.021 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:155
107
COMMIT
0.019 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:107
108
BEGIN
0.016 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:121

Doubles

85 queries
SELECT XX FROM `een_specific_price` WHERE id_product = XX LIMIT XX
84 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
84 queries
SELECT name FROM een_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
84 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)
84 queries
                            SELECT `id_tax_rules_group`
                            FROM `een_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
84 queries
			SELECT `reduction`
			FROM `een_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
84 queries
SELECT COUNT(*) FROM `een_pack` WHERE id_product_pack = XX LIMIT XX
84 queries
SELECT product_type FROM `een_product` WHERE id_product = XX LIMIT XX
84 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
84 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
84 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
84 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
84 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`
84 queries
SELECT `id_product_attribute`
            FROM `een_product_attribute`
            WHERE `id_product` = XX
84 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;
83 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
83 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
58 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
58 queries
SELECT *
							FROM `een_category_lang`
							WHERE `id_category` = XX AND `id_shop` = XX
23 queries
SELECT `id_module` FROM `een_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
12 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
11 queries
				SELECT c.*, cl.*
				FROM `een_category` c
				 INNER JOIN een_category_shop category_shop
        ON (category_shop.id_category = c.id_category AND category_shop.id_shop = XX)
				LEFT JOIN `een_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = XX 
				LEFT JOIN `een_category_group` cg ON c.`id_category` = cg.`id_category`
				RIGHT JOIN `een_category` cXX ON cXX.`id_category` = XX AND c.`nleft` >= cXX.`nleft` AND c.`nright` <= cXX.`nright`
				WHERE XX  AND `id_lang` = XX
				 AND c.`active` = XX
				 AND cg.`id_group` IN (XX)
				 GROUP BY c.`id_category`
				 ORDER BY c.`level_depth` ASC
				, category_shop.`position` ASC
				
10 queries
SELECT *
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 `id_country`
			FROM `een_country`
			WHERE `iso_code` = 'FR' LIMIT XX
6 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
6 queries
SELECT *
							FROM `een_country_lang`
							WHERE `id_country` = 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) LEFT JOIN een_feature_product fp_XX ON (p.id_product = fp_XX.id_product) WHERE ((fp.id_feature_value IN (XX, XX))) AND ((fp_XX.id_feature_value IN (XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, 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) 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))) AND ((fp_XX.id_feature_value IN (XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX))) GROUP BY fp.id_feature_value
4 queries
SELECT `id_lang` FROM `een_lang`
                    WHERE `locale` = 'fr-fr'
                    OR `language_code` = 'fr-fr' LIMIT XX
3 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
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 `name`
				FROM `een_manufacturer`
				WHERE `id_manufacturer` = XX
				AND `active` = XX LIMIT XX
2 queries
SELECT *
FROM `een_currency` a
LEFT JOIN `een_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = XX
LEFT JOIN `een_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = XX
WHERE (a.`id_currency` = XX) LIMIT XX
2 queries
		SELECT `id_category`
		FROM `een_category_shop`
		WHERE `id_category` = XX
		AND `id_shop` = 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 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
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
2 queries
SELECT 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 = XX AND cl.id_lang = XX ORDER BY `een_category`.`id_parent` ASC, `een_category`.`id_category` ASC

Tables stress

352 product
266 product_shop
180 category_lang
179 product_attribute
174 specific_price
170 cart_product
168 image
168 image_shop
168 product_attribute_shop
168 pack
131 feature_product
107 category
96 stock_available
95 product_attribute_combination
89 feature_value_lang
85 category_shop
85 feature
85 feature_shop
85 feature_lang
85 product_lang
84 product_group_reduction_cache
84 image_lang
84 attribute
84 attribute_lang
84 attribute_group
83 specific_price_priority
31 module
27 module_shop
25 category_group
21 country
16 category_product
15 currency
12 country_lang
11 product_sale
7 lang
7 country_shop
6 hook
6 currency_shop
5 feature_value
5 layered_indexable_feature_value_lang_value
4 shop_url
4 shop
4 lang_shop
4 image_type
4 gmcp_feeds
4 flashsalespro_items
4 cart_rule
3 hook_alias
3 currency_lang
3 flashsalespro
3 manufacturer
2 shop_group
2 configuration
2 hook_module
2 group
2 group_shop
2 orders
2 tax_rule
2 tax_rules_group
2 iqit_elementor_category
2 cart_rule_lang
2 order_detail
1 memcached_servers
1 configuration_lang
1 module_group
1 meta
1 meta_lang
1 hook_module_exceptions
1 group_lang
1 address_format
1 required_field
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 iqitmegamenu_tabs_shop
1 iqitmegamenu_tabs
1 iqitmegamenu_tabs_lang
1 iqit_elementor_category_shop
1 connections
1 ganalytics_data

ObjectModel instances

Name Instances Source
Product 106 /classes/Link.php:113 (__construct) [id: 1530544]
/classes/Link.php:113 (__construct) [id: 1540034]
/classes/Link.php:113 (__construct) [id: 1539920]
/classes/Link.php:113 (__construct) [id: 1539390]
/classes/Link.php:113 (__construct) [id: 1539356]
/classes/Link.php:113 (__construct) [id: 1530593]
/classes/Link.php:113 (__construct) [id: 1539380]
/classes/Link.php:113 (__construct) [id: 1539431]
/classes/Link.php:113 (__construct) [id: 1539659]
/classes/Link.php:113 (__construct) [id: 1539785]
/classes/Link.php:113 (__construct) [id: 1540296]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 562398]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1530544]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 558474]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 607623]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 561565]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 607749]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 607333]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1540034]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 607339]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 607754]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1539920]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 607611]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 12924]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 607207]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 588053]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 553769]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 553149]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1539390]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 547667]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 641171]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 542157]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 546896]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 542204]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 557335]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 546563]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 559059]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1539356]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 543316]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1530593]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 692410]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6371]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 679820]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1539380]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1539431]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1539659]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1539785]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1540296]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1540234]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 615744]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 615854]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 544725]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 566271]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 604213]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 582015]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 599520]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 605119]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 600659]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 605273]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 592152]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 605240]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 599931]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 605755]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 600820]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 591047]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 605251]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 605278]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 605154]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 605249]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 592156]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 592056]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 12800]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1539887]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1539888]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1539890]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 546313]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 546118]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 567441]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 549803]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 545390]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 548209]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 542040]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 549108]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 561964]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 580742]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 579046]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 544430]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 547723]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 549477]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 563390]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 573714]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 567683]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 691488]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 576516]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 605953]
/classes/Link.php:113 (__construct) [id: 1530544]
/classes/Link.php:113 (__construct) [id: 1540034]
/classes/Link.php:113 (__construct) [id: 1539920]
/classes/Link.php:113 (__construct) [id: 1539390]
/classes/Link.php:113 (__construct) [id: 1539356]
/classes/Link.php:113 (__construct) [id: 1530593]
/classes/Link.php:113 (__construct) [id: 1539380]
/classes/Link.php:113 (__construct) [id: 1539431]
/classes/Link.php:113 (__construct) [id: 1539659]
/classes/Link.php:113 (__construct) [id: 1539785]
/classes/Link.php:113 (__construct) [id: 1540296]
Category 76 /controllers/front/listing/CategoryController.php:78 (__construct) [id: 882]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 253]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 259]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 966]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 13]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 18]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 114]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 258]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 15]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 226]
/classes/Meta.php:380 (__construct) [id: 882]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct) [id: 882]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 883]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 238]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 261]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 245]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 264]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 885]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 270]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 154]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 882]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 253]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 259]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 966]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 13]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 18]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 114]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 258]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 15]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 226]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 884]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 286]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 247]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 250]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 124]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 221]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 969]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 915]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 951]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 960]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 956]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 950]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 954]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 953]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 947]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 980]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 938]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 939]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 940]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 941]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 942]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 952]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 955]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 959]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 29]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 265]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 964]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 211]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 73]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 162]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 165]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 72]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 164]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 166]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 427]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 149]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 375]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 157]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 159]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 378]
/classes/Link.php:402 (__construct) [id: 882]
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3085 (__construct) [id: 882]
/classes/Link.php:402 (__construct) [id: 882]
/modules/facebookconversiontrackingplus/classes/ConversionApi.php:518 (__construct) [id: 882]
Country 17 /config/config.inc.php:146 (__construct) [id: 8]
/classes/controller/FrontController.php:946 (__construct) [id: 21]
/classes/AddressFormat.php:404 (__construct) [id: 8]
/classes/controller/FrontController.php:1779 (__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: 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]
/modules/paypal/paypal.php:363 (__construct) [id: 8]
/modules/paypal/classes/AbstractMethodPaypal.php:86 (__construct) [id: 8]
Language 13 /config/config.inc.php:211 (__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]
Currency 11 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 2]
/classes/Tools.php:690 (getCurrencyInstance) [id: 1]
/modules/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]
/modules/gmerchantcenterpro/lib/moduleTools.php:213 (__construct) [id: 1]
Address 4 /classes/shop/Shop.php:486 (__construct) [id: ]
/classes/Product.php:3694 (initialize) [id: ]
/classes/Product.php:3804 (__construct) [id: ]
/classes/Product.php:5964 (__construct) [id: ]
Cart 2 /classes/controller/FrontController.php:467 (__construct) [id: ]
/classes/controller/FrontController.php:541 (__construct) [id: ]
Shop 1 /config/config.inc.php:117 (initialize) [id: 1]
IqitElementorCategory 1 /modules/iqitelementor/iqitelementor.php:853 (isJustElementor) [id: ]
State 1 /classes/controller/FrontController.php:1778 (__construct) [id: 0]
AddressFormat 1 /classes/controller/FrontController.php:1773 (generateAddress) [id: ]
Group 1 /classes/Cart.php:249 (getCurrent) [id: 1]
Risk 1 /classes/controller/FrontController.php:1705 (__construct) [id: ]
Gender 1 /classes/controller/FrontController.php:1702 (__construct) [id: 0]
Customer 1 /config/config.inc.php:264 (__construct) [id: ]
ShopGroup 1 /classes/shop/Shop.php:561 (__construct) [id: 1]
ConnectionsSource 1 /modules/statsdata/statsdata.php:119 (logHttpReferer) [id: ]

Included Files

# Filename
0 /index.php
1 /config/config.inc.php
2 /config/defines.inc.php
3 /config/autoload.php
4 /vendor/autoload.php
5 /vendor/composer/autoload_real.php
6 /vendor/composer/platform_check.php
7 /vendor/composer/ClassLoader.php
8 /vendor/composer/include_paths.php
9 /vendor/composer/autoload_static.php
10 /vendor/symfony/polyfill-php72/bootstrap.php
11 /vendor/symfony/polyfill-mbstring/bootstrap.php
12 /vendor/symfony/polyfill-mbstring/bootstrap80.php
13 /vendor/symfony/polyfill-intl-normalizer/bootstrap.php
14 /vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
15 /vendor/symfony/polyfill-intl-idn/bootstrap.php
16 /vendor/symfony/deprecation-contracts/function.php
17 /vendor/ralouphie/getallheaders/src/getallheaders.php
18 /vendor/symfony/polyfill-ctype/bootstrap.php
19 /vendor/symfony/polyfill-ctype/bootstrap80.php
20 /vendor/symfony/polyfill-php80/bootstrap.php
21 /vendor/guzzlehttp/promises/src/functions_include.php
22 /vendor/guzzlehttp/promises/src/functions.php
23 /vendor/guzzlehttp/guzzle/src/functions_include.php
24 /vendor/guzzlehttp/guzzle/src/functions.php
25 /vendor/symfony/polyfill-iconv/bootstrap.php
26 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
27 /vendor/jakeasmith/http_build_url/src/http_build_url.php
28 /vendor/lcobucci/jwt/compat/class-aliases.php
29 /vendor/lcobucci/jwt/src/Token.php
30 /vendor/lcobucci/jwt/src/Signature.php
31 /vendor/lcobucci/jwt/compat/json-exception-polyfill.php
32 /vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
33 /vendor/swiftmailer/swiftmailer/lib/swift_required.php
34 /vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
35 /vendor/symfony/polyfill-intl-icu/bootstrap.php
36 /vendor/symfony/polyfill-php73/bootstrap.php
37 /vendor/symfony/polyfill-php81/bootstrap.php
38 /vendor/api-platform/core/src/deprecation.php
39 /vendor/api-platform/core/src/Api/FilterInterface.php
40 /vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php
41 /vendor/api-platform/core/src/deprecated_interfaces.php
42 /vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php
43 /vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php
44 /vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php
45 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php
46 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/ExistsFilterInterface.php
47 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php
48 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/RangeFilterInterface.php
49 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php
50 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationCollectionExtensionInterface.php
51 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationItemExtensionInterface.php
52 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultCollectionExtensionInterface.php
53 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultItemExtensionInterface.php
54 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Filter/FilterInterface.php
55 /vendor/api-platform/core/src/Doctrine/Orm/QueryAwareInterface.php
56 /vendor/api-platform/core/src/Doctrine/Orm/Util/QueryNameGeneratorInterface.php
57 /vendor/api-platform/core/src/Elasticsearch/Metadata/Document/Factory/DocumentMetadataFactoryInterface.php
58 /vendor/api-platform/core/src/Symfony/Validator/ValidationGroupsGeneratorInterface.php
59 /vendor/api-platform/core/src/Symfony/Validator/Exception/ConstraintViolationListAwareExceptionInterface.php
60 /vendor/api-platform/core/src/Exception/ExceptionInterface.php
61 /vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php
62 /vendor/api-platform/core/src/State/Pagination/PaginatorInterface.php
63 /vendor/api-platform/core/src/State/Pagination/PartialPaginatorInterface.php
64 /vendor/api-platform/core/src/Documentation/DocumentationInterface.php
65 /vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php
66 /vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php
67 /vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php
68 /vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php
69 /vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php
70 /vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php
71 /vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php
72 /vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php
73 /vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php
74 /vendor/api-platform/core/src/Validator/ValidatorInterface.php
75 /vendor/api-platform/core/src/Api/UrlGeneratorInterface.php
76 /vendor/api-platform/core/src/GraphQl/ExecutorInterface.php
77 /vendor/api-platform/core/src/GraphQl/Error/ErrorHandlerInterface.php
78 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ValidateStageInterface.php
79 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ReadStageInterface.php
80 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityPostDenormalizeStageInterface.php
81 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityStageInterface.php
82 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/WriteStageInterface.php
83 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SerializeStageInterface.php
84 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/DeserializeStageInterface.php
85 /vendor/api-platform/core/src/GraphQl/Resolver/QueryItemResolverInterface.php
86 /vendor/api-platform/core/src/GraphQl/Resolver/QueryCollectionResolverInterface.php
87 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/ResolverFactoryInterface.php
88 /vendor/api-platform/core/src/GraphQl/Resolver/MutationResolverInterface.php
89 /vendor/api-platform/core/src/Core/GraphQl/Subscription/MercureSubscriptionIriGeneratorInterface.php
90 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionIdentifierGeneratorInterface.php
91 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionManagerInterface.php
92 /vendor/api-platform/core/src/Core/GraphQl/Serializer/SerializerContextBuilderInterface.php
93 /vendor/api-platform/core/src/GraphQl/Type/TypesFactoryInterface.php
94 /vendor/api-platform/core/src/GraphQl/Type/Definition/TypeInterface.php
95 /vendor/api-platform/core/src/GraphQl/Type/TypesContainerInterface.php
96 /vendor/psr/container/src/ContainerInterface.php
97 /vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php
98 /vendor/ircmaxell/password-compat/lib/password.php
99 /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
100 /vendor/prestashop/laminas-code-lts/polyfill/ReflectionEnumPolyfill.php
101 /src/Core/Version.php
102 /config/alias.php
103 /vendor/prestashop/autoload/src/PrestashopAutoload.php
104 /vendor/prestashop/autoload/src/LegacyClassLoader.php
105 /vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php
106 /vendor/prestashop/autoload/src/Autoloader.php
107 /config/bootstrap.php
108 /src/Core/ContainerBuilder.php
109 /src/Core/Foundation/IoC/Container.php
110 /src/Adapter/ServiceLocator.php
111 /var/cache/prod/appParameters.php
114 /var/cache/prod/class_index.php
115 /classes/controller/Controller.php
117 /classes/ObjectModel.php
118 /src/Core/Foundation/Database/EntityInterface.php
120 /classes/db/Db.php
122 /classes/Hook.php
124 /classes/module/Module.php
125 /src/Core/Module/Legacy/ModuleInterface.php
127 /classes/Tools.php
128 /classes/Context.php
129 /classes/shop/Shop.php
130 /src/Core/Security/PasswordGenerator.php
131 /classes/db/DbPDO.php
132 /classes/AddressFormat.php
133 /classes/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 /classes/Link.php
221 /classes/shop/ShopUrl.php
222 /classes/Dispatcher.php
223 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
224 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php
225 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php
226 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
227 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
228 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderUtils.php
229 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
230 /src/Adapter/SymfonyContainer.php
231 /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
232 /modules/ph_simpleblog/ph_simpleblog.php
233 /modules/ph_simpleblog/assets/phpthumb/ThumbLib.inc.php
234 /modules/ph_simpleblog/assets/phpthumb/PhpThumb.inc.php
235 /modules/ph_simpleblog/assets/phpthumb/ThumbBase.inc.php
236 /modules/ph_simpleblog/assets/phpthumb/GdThumb.inc.php
237 /modules/ph_simpleblog/vendor/autoload.php
238 /modules/ph_simpleblog/vendor/composer/autoload_real.php
239 /modules/ph_simpleblog/vendor/composer/platform_check.php
240 /modules/ph_simpleblog/vendor/composer/autoload_static.php
241 /modules/ph_simpleblog/models/SimpleBlogCategory.php
242 /modules/ph_simpleblog/models/SimpleBlogPost.php
243 /modules/ph_simpleblog/models/SimpleBlogPostType.php
244 /modules/ph_simpleblog/models/SimpleBlogPostImage.php
245 /modules/ph_simpleblog/models/SimpleBlogTag.php
246 /modules/ph_simpleblog/models/SimpleBlogComment.php
247 /modules/ph_simpleblog/models/SimpleBlogPostAuthor.php
248 /modules/ph_simpleblog/classes/SimpleBlogHelper.php
249 /modules/ph_simpleblog/classes/BlogPostsFinder.php
250 /modules/ph_simpleblog/controllers/front/default_list.php
251 /classes/controller/ModuleFrontController.php
252 /classes/controller/FrontController.php
253 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
254 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
255 /classes/Translate.php
256 /modules/ph_simpleblog/translations/fr.php
257 /src/PrestaShopBundle/Translation/TranslatorComponent.php
258 /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
259 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
260 /vendor/symfony/contracts/Translation/LocaleAwareInterface.php
261 /vendor/symfony/contracts/Translation/TranslatorInterface.php
262 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
263 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
264 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
265 /src/PrestaShopBundle/Translation/TranslatorInterface.php
266 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
267 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatter.php
268 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php
269 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
270 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
271 /vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php
272 /vendor/symfony/contracts/Translation/TranslatorTrait.php
273 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
274 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
275 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
276 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
277 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
278 /var/cache/prod/translations/catalogue.fr-FR.NXhscRe.php
279 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
280 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
281 /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
282 /modules/ps_eventbus/ps_eventbus.php
283 /modules/ps_eventbus/vendor/autoload.php
284 /modules/ps_eventbus/vendor/composer/autoload_real.php
285 /modules/ps_eventbus/vendor/composer/autoload_static.php
286 /modules/ps_eventbus/src/Traits/UseHooks.php
287 /modules/ps_eventbus/src/Traits/Hooks/UseCarrierHooks.php
288 /modules/ps_eventbus/src/Traits/Hooks/UseCartHooks.php
289 /modules/ps_eventbus/src/Traits/Hooks/UseCartRuleHooks.php
290 /modules/ps_eventbus/src/Traits/Hooks/UseCategoryHooks.php
291 /modules/ps_eventbus/src/Traits/Hooks/UseCombinationHooks.php
292 /modules/ps_eventbus/src/Traits/Hooks/UseCurrencyHooks.php
293 /modules/ps_eventbus/src/Traits/Hooks/UseCustomerHooks.php
294 /modules/ps_eventbus/src/Traits/Hooks/UseEmployeeHooks.php
295 /modules/ps_eventbus/src/Traits/Hooks/UseImageHooks.php
296 /modules/ps_eventbus/src/Traits/Hooks/UseImageTypeHooks.php
297 /modules/ps_eventbus/src/Traits/Hooks/UseLanguageHooks.php
298 /modules/ps_eventbus/src/Traits/Hooks/UseManufacturerHooks.php
299 /modules/ps_eventbus/src/Traits/Hooks/UseOrderCarrierHooks.php
300 /modules/ps_eventbus/src/Traits/Hooks/UseOrderCartRuleHooks.php
301 /modules/ps_eventbus/src/Traits/Hooks/UseOrderDetailHooks.php
302 /modules/ps_eventbus/src/Traits/Hooks/UseOrderHistoryHooks.php
303 /modules/ps_eventbus/src/Traits/Hooks/UseOrderHooks.php
304 /modules/ps_eventbus/src/Traits/Hooks/UseProductHooks.php
305 /modules/ps_eventbus/src/Traits/Hooks/UseSpecificPriceHooks.php
306 /modules/ps_eventbus/src/Traits/Hooks/UseStockHooks.php
307 /modules/ps_eventbus/src/Traits/Hooks/UseStockMvtHooks.php
308 /modules/ps_eventbus/src/Traits/Hooks/UseStoreHooks.php
309 /modules/ps_eventbus/src/Traits/Hooks/UseSupplierHooks.php
310 /modules/ps_eventbus/src/Traits/Hooks/UseWishlistHooks.php
311 /modules/ps_eventbus/translations/fr.php
312 /controllers/front/listing/CategoryController.php
313 /classes/controller/ProductListingFrontController.php
314 /classes/controller/ProductPresentingFrontController.php
315 /src/Adapter/Presenter/Object/ObjectPresenter.php
316 /src/Adapter/Presenter/PresenterInterface.php
317 /src/Adapter/Presenter/Cart/CartPresenter.php
318 /src/Adapter/Image/ImageRetriever.php
319 /classes/tax/TaxConfiguration.php
320 /classes/Smarty/TemplateFinder.php
321 /classes/assets/StylesheetManager.php
322 /classes/assets/AbstractAssetManager.php
323 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
324 /classes/assets/JavascriptManager.php
325 /classes/assets/CccReducer.php
326 /modules/iqitthemeeditor/iqitthemeeditor.php
327 /modules/iqitthemeeditor/src/IqitSmartyModifiers.php
328 /modules/iqitthemeeditor/translations/fr.php
329 /classes/Category.php
330 /classes/webservice/WebserviceRequest.php
331 /src/Adapter/ContainerBuilder.php
332 /src/Adapter/Environment.php
333 /src/Core/EnvironmentInterface.php
334 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
335 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
336 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
337 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
338 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
339 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
340 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
341 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
342 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
343 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
344 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
345 /vendor/symfony/contracts/Service/ResetInterface.php
346 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
347 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
348 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
349 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
350 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
351 /vendor/symfony/contracts/Cache/ItemInterface.php
352 /vendor/psr/cache/src/CacheItemInterface.php
353 /vendor/psr/cache/src/CacheItemPoolInterface.php
354 /vendor/symfony/contracts/Cache/CacheInterface.php
355 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
356 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
357 /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php
358 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
359 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
360 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
361 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
362 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
363 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
364 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
365 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
366 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
367 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
368 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
369 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
370 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
371 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
372 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
373 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
374 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
375 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
376 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
377 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
378 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
379 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
380 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
381 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
382 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
383 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
384 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
385 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
386 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
387 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
388 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
389 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
390 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
391 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
392 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
393 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
394 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
395 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
396 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
397 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
398 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
399 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
400 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
401 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
402 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
403 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
404 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
405 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
406 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
407 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
408 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
409 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
410 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
411 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
412 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
413 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
414 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
415 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
416 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
417 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
418 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
419 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
420 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
421 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
422 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php
423 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
424 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
425 /var/cache/prod/FrontContainer.php
426 /src/Adapter/Container/LegacyContainer.php
427 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
428 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php
429 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php
430 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
431 /vendor/symfony/contracts/Service/ServiceLocatorTrait.php
432 /vendor/psr/container/src/ContainerExceptionInterface.php
433 /vendor/psr/container/src/NotFoundExceptionInterface.php
434 /vendor/symfony/contracts/Service/ServiceProviderInterface.php
435 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
436 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
437 /src/Adapter/Container/LegacyContainerInterface.php
438 /modules/ps_categorytree/vendor/autoload.php
439 /modules/ps_categorytree/vendor/composer/autoload_real.php
440 /modules/ps_categorytree/vendor/composer/autoload_static.php
441 /modules/contactform/vendor/autoload.php
442 /modules/contactform/vendor/composer/autoload_real.php
443 /modules/contactform/vendor/composer/autoload_static.php
444 /modules/ps_sharebuttons/vendor/autoload.php
445 /modules/ps_sharebuttons/vendor/composer/autoload_real.php
446 /modules/ps_sharebuttons/vendor/composer/autoload_static.php
447 /modules/ps_crossselling/vendor/autoload.php
448 /modules/ps_crossselling/vendor/composer/autoload_real.php
449 /modules/ps_crossselling/vendor/composer/platform_check.php
450 /modules/ps_crossselling/vendor/composer/autoload_static.php
451 /modules/ps_themecusto/vendor/autoload.php
452 /modules/ps_themecusto/vendor/composer/autoload_real.php
453 /modules/ps_themecusto/vendor/composer/platform_check.php
454 /modules/ps_themecusto/vendor/composer/autoload_static.php
455 /modules/statsdata/vendor/autoload.php
456 /modules/statsdata/vendor/composer/autoload_real.php
457 /modules/statsdata/vendor/composer/platform_check.php
458 /modules/statsdata/vendor/composer/autoload_static.php
459 /modules/ps_categoryproducts/vendor/autoload.php
460 /modules/ps_categoryproducts/vendor/composer/autoload_real.php
461 /modules/ps_categoryproducts/vendor/composer/platform_check.php
462 /modules/ps_categoryproducts/vendor/composer/autoload_static.php
463 /modules/ps_emailalerts/vendor/autoload.php
464 /modules/ps_emailalerts/vendor/composer/autoload_real.php
465 /modules/ps_emailalerts/vendor/composer/autoload_static.php
466 /modules/ps_viewedproduct/vendor/autoload.php
467 /modules/ps_viewedproduct/vendor/composer/autoload_real.php
468 /modules/ps_viewedproduct/vendor/composer/platform_check.php
469 /modules/ps_viewedproduct/vendor/composer/autoload_static.php
470 /modules/ps_facetedsearch/vendor/autoload.php
471 /modules/ps_facetedsearch/vendor/composer/autoload_real.php
472 /modules/ps_facetedsearch/vendor/composer/platform_check.php
473 /modules/ps_facetedsearch/vendor/composer/autoload_static.php
474 /modules/iqitsociallogin/vendor/autoload.php
475 /modules/iqitsociallogin/vendor/composer/autoload_real.php
476 /modules/iqitsociallogin/vendor/composer/platform_check.php
477 /modules/iqitsociallogin/vendor/composer/autoload_static.php
478 /modules/gmerchantcenterpro/vendor/autoload.php
479 /modules/gmerchantcenterpro/vendor/composer/autoload_real.php
480 /modules/gmerchantcenterpro/vendor/composer/platform_check.php
481 /modules/gmerchantcenterpro/vendor/composer/autoload_static.php
482 /modules/productcomments/vendor/autoload.php
483 /modules/productcomments/vendor/composer/autoload_real.php
484 /modules/productcomments/vendor/composer/platform_check.php
485 /modules/productcomments/vendor/composer/autoload_static.php
486 /modules/psgdpr/vendor/autoload.php
487 /modules/psgdpr/vendor/composer/autoload_real.php
488 /modules/psgdpr/vendor/composer/autoload_static.php
489 /modules/stripe_official/vendor/autoload.php
490 /modules/stripe_official/vendor/composer/autoload_real.php
491 /modules/stripe_official/vendor/composer/platform_check.php
492 /modules/stripe_official/vendor/composer/autoload_static.php
493 /modules/paypal/vendor/autoload.php
494 /modules/paypal/vendor/composer/autoload_real.php
495 /modules/paypal/vendor/composer/autoload_static.php
496 /modules/flashsalepro/vendor/autoload.php
497 /modules/flashsalepro/vendor/composer/autoload_real.php
498 /modules/flashsalepro/vendor/composer/platform_check.php
499 /modules/flashsalepro/vendor/composer/autoload_static.php
500 /src/Core/Localization/Locale/Repository.php
501 /src/Core/Localization/Locale/RepositoryInterface.php
502 /src/Core/Localization/CLDR/LocaleRepository.php
503 /src/Core/Localization/CLDR/LocaleDataSource.php
504 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
505 /src/Core/Data/Layer/AbstractDataLayer.php
506 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
507 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
508 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
509 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php
510 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
511 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php
512 /vendor/symfony/contracts/Cache/CacheTrait.php
513 /vendor/psr/cache/src/InvalidArgumentException.php
514 /vendor/psr/cache/src/CacheException.php
515 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
516 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
517 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php
518 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php
519 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
520 /src/Core/Localization/CLDR/Reader.php
521 /src/Core/Localization/CLDR/ReaderInterface.php
522 /src/Core/Localization/Currency/Repository.php
523 /src/Core/Localization/Currency/RepositoryInterface.php
524 /src/Core/Localization/Currency/CurrencyDataSource.php
525 /src/Core/Localization/Currency/DataSourceInterface.php
526 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
527 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
528 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
529 /src/Adapter/Currency/CurrencyDataProvider.php
530 /src/Core/Currency/CurrencyDataProviderInterface.php
531 /src/Adapter/LegacyContext.php
532 /src/Adapter/Tools.php
533 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
534 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
535 /vendor/prestashop/decimal/src/Operation/Rounding.php
536 /src/Core/Localization/Locale.php
537 /src/Core/Localization/LocaleInterface.php
538 /src/Core/Localization/Specification/Price.php
539 /src/Core/Localization/Specification/Number.php
540 /src/Core/Localization/Specification/NumberInterface.php
541 /src/Core/Localization/Specification/Factory.php
542 /src/Core/Localization/CLDR/LocaleData.php
543 /src/Core/Localization/CLDR/NumberSymbolsData.php
544 /src/Core/Localization/CLDR/CurrencyData.php
545 /src/Core/Localization/CLDR/Locale.php
546 /src/Core/Localization/CLDR/LocaleInterface.php
547 /src/Core/Localization/Specification/NumberSymbolList.php
548 /classes/Currency.php
549 /src/Core/Localization/Currency/LocalizedCurrencyId.php
550 /src/Core/Localization/Currency/CurrencyData.php
551 /src/Core/Localization/Currency/CurrencyCollection.php
552 /src/Core/Localization/Currency.php
553 /src/Core/Localization/CurrencyInterface.php
554 /src/Core/Localization/Specification/NumberCollection.php
555 /src/Core/Localization/Number/Formatter.php
556 /classes/Cart.php
557 /src/Adapter/AddressFactory.php
558 /classes/CartRule.php
559 /classes/Product.php
560 /src/Core/Domain/Product/ValueObject/RedirectType.php
561 /src/Core/Util/DateTime/DateTime.php
562 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
563 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
564 /src/Core/Domain/Product/ValueObject/ProductType.php
565 /src/Core/Domain/Product/ValueObject/Reference.php
566 /src/Core/Domain/Product/ValueObject/Ean13.php
567 /src/Core/Domain/Product/ValueObject/Isbn.php
568 /src/Core/Domain/Product/ValueObject/Upc.php
569 /src/Core/Domain/Product/ProductSettings.php
570 /src/Core/Domain/Shop/ValueObject/ShopId.php
571 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
572 /modules/ps_emailsubscription/ps_emailsubscription.php
573 /src/Core/Module/WidgetInterface.php
574 /src/PrestaShopBundle/Translation/DomainNormalizer.php
575 /classes/Media.php
576 /modules/ps_emailalerts/ps_emailalerts.php
577 /modules/ps_emailalerts/MailAlert.php
578 /modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php
579 /modules/facebookconversiontrackingplus/classes/autoload.php
580 /modules/facebookconversiontrackingplus/translations/fr.php
581 /modules/facebookconversiontrackingplus/classes/ConversionApi.php
582 /modules/facebookconversiontrackingplus/classes/PixelTools.php
583 /modules/facebookconversiontrackingplus/classes/IpGeolocation.php
584 /src/Core/Security/OpenSsl/OpenSSL.php
585 /src/Core/Security/OpenSsl/OpenSSLInterface.php
586 /modules/facebookconversiontrackingplus/classes/SmartForm.php
587 /src/Adapter/Presenter/Cart/CartLazyArray.php
588 /src/Adapter/Presenter/AbstractLazyArray.php
589 /src/Adapter/Product/PriceFormatter.php
590 /src/Core/Util/Inflector.php
591 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
592 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
593 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
594 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
595 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
596 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
597 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
598 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
599 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
600 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
601 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
602 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
603 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
604 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
605 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
606 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
607 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
608 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
609 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
610 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
611 /classes/Gender.php
612 /classes/Risk.php
613 /classes/Meta.php
614 /classes/Address.php
615 /classes/ImageType.php
616 /classes/State.php
617 /src/Core/Security/PasswordPolicyConfiguration.php
618 /src/Core/Configuration/DataConfigurationInterface.php
619 /src/Core/Filter/FrontEndObject/MainFilter.php
620 /src/Core/Filter/FilterInterface.php
621 /src/Core/Filter/FrontEndObject/CartFilter.php
622 /src/Core/Filter/HashMapWhitelistFilter.php
623 /src/Core/Filter/CollectionFilter.php
624 /src/Core/Filter/FrontEndObject/ProductFilter.php
625 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
626 /src/Core/Filter/FrontEndObject/CustomerFilter.php
627 /src/Core/Filter/FrontEndObject/ShopFilter.php
628 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
629 /modules/ps_shoppingcart/ps_shoppingcart.php
630 /modules/iqitcompare/iqitcompare.php
631 /modules/iqitcompare/translations/fr.php
632 /modules/iqitcountdown/iqitcountdown.php
633 /modules/iqitcountdown/translations/fr.php
634 /modules/iqitelementor/iqitelementor.php
635 /modules/iqitelementor/src/IqitElementorLanding.php
636 /modules/iqitelementor/src/IqitElementorTemplate.php
637 /modules/iqitelementor/src/IqitElementorProduct.php
638 /modules/iqitelementor/src/IqitElementorCategory.php
639 /modules/iqitelementor/src/IqitElementorContent.php
640 /modules/iqitelementor/src/iqitElementorWpHelper.php
641 /modules/iqitelementor/includes/plugin-elementor.php
642 /modules/iqitelementor/src/widgets/IqitElementorWidget_Brands.php
643 /modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php
644 /modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php
645 /modules/iqitelementor/src/widgets/IqitElementorWidget_Modules.php
646 /modules/iqitelementor/src/widgets/IqitElementorWidget_CustomTpl.php
647 /modules/iqitelementor/src/widgets/IqitElementorWidget_Menu.php
648 /modules/iqitelementor/src/widgets/IqitElementorWidget_RevolutionSlider.php
649 /modules/iqitelementor/src/widgets/IqitElementorWidget_Newsletter.php
650 /modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php
651 /modules/iqitelementor/src/widgets/IqitElementorWidget_Search.php
652 /modules/iqitelementor/src/widgets/IqitElementorWidget_Links.php
653 /modules/iqitelementor/src/widgets/IqitElementorWidget_ContactForm.php
654 /modules/iqitelementor/translations/fr.php
655 /modules/iqitfreedeliverycount/iqitfreedeliverycount.php
656 /modules/iqitfreedeliverycount/translations/fr.php
657 /modules/iqitmegamenu/iqitmegamenu.php
658 /modules/iqitmegamenu/models/IqitMenuTab.php
659 /modules/iqitmegamenu/models/IqitMenuHtml.php
660 /modules/iqitmegamenu/models/IqitMenuLinks.php
661 /modules/iqitmegamenu/translations/fr.php
662 /modules/iqitwishlist/iqitwishlist.php
663 /modules/iqitwishlist/src/IqitWishlistProduct.php
664 /modules/iqitwishlist/translations/fr.php
665 /classes/assets/PrestashopAssetsLibraries.php
666 /modules/iqitsociallogin/iqitsociallogin.php
667 /modules/iqitsociallogin/translations/fr.php
668 /modules/iqitcontactpage/iqitcontactpage.php
669 /modules/iqitcontactpage/translations/fr.php
670 /modules/gmerchantcenterpro/gmerchantcenterpro.php
671 /modules/gmerchantcenterpro/translations/fr.php
672 /modules/gmerchantcenterpro/fr.php
673 /modules/gmerchantcenterpro/lib/moduleTools.php
674 /modules/gmerchantcenterpro/conf/moduleConfiguration.php
675 /modules/gmerchantcenterpro/lib/moduleUpdate.php
676 /modules/gmerchantcenterpro/lib/install/installController.php
677 /modules/gmerchantcenterpro/lib/install/installSql.php
678 /modules/gmerchantcenterpro/lib/install/installInterface.php
679 /modules/gmerchantcenterpro/models/Feeds.php
680 /modules/gmerchantcenterpro/lib/hook/hookController.php
681 /modules/gmerchantcenterpro/lib/hook/hookDisplay.php
682 /modules/gmerchantcenterpro/lib/hook/hookBase.php
683 /modules/gmerchantcenterpro/lib/dao/moduleDao.php
684 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
685 /var/cache/prod/smarty/compile/warehouse/dc/a4/87/dca48721660835bf05b3368e956682c8928932a5_2.file.header.tpl.php
686 /modules/iqitreviews/iqitreviews.php
687 /modules/iqitreviews/src/IqitProductReview.php
688 /src/Adapter/Localization/LegacyTranslator.php
689 /modules/iqitreviews/translations/fr.php
690 /modules/productcomments/productcomments.php
691 /modules/multifeatures/multifeatures.php
692 /modules/multifeatures/translations/fr.php
693 /modules/ps_googleanalytics/ps_googleanalytics.php
694 /modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php
695 /modules/ps_googleanalytics/classes/Hook/HookInterface.php
696 /var/cache/prod/smarty/compile/warehouse/71/72/cf/7172cfb11e2393cd81f02fa38a3880cea97caa9e_2.file.ps_googleanalytics.tpl.php
697 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
698 /modules/stripe_official/stripe_official.php
699 /classes/PaymentModule.php
700 /modules/stripe_official/vendor/stripe/stripe-php/lib/Event.php
701 /modules/stripe_official/vendor/stripe/stripe-php/lib/ApiResource.php
702 /modules/stripe_official/vendor/stripe/stripe-php/lib/StripeObject.php
703 /modules/stripe_official/vendor/stripe/stripe-php/lib/ApiOperations/Request.php
704 /modules/stripe_official/classes/services/PrestashopTranslationService.php
705 /modules/stripe_official/smarty/plugins/modifier.stripelreplace.php
706 /modules/stripe_official/vendor/stripe/stripe-php/lib/Stripe.php
707 /modules/stripe_official/vendor/stripe/stripe-php/lib/Util/ApiVersion.php
708 /modules/stripe_official/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php
709 /modules/stripe_official/classes/services/StripeDisplayHeaderService.php
710 /modules/paypal/paypal.php
711 /modules/paypal/config_prod.php
712 /modules/paypal/classes/Shortcut/ShortcutConfiguration.php
713 /modules/paypal/smarty/plugins/modifier.paypalreplace.php
714 /modules/paypal/translations/fr.php
715 /modules/paypal/services/ToolKit.php
716 /modules/paypal/classes/Constants/PaypalConfigurations.php
717 /modules/paypal/classes/InstallmentBanner/ConfigurationMap.php
718 /modules/paypal/classes/Constants/WebHookConf.php
719 /modules/paypal/vendor/ppbtlib/src/Extensions/ProcessLogger/ProcessLoggerExtension.php
720 /modules/paypal/vendor/ppbtlib/src/Extensions/AbstractModuleExtension.php
721 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/DiagnosticExtension.php
722 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/Constant/DiagnosticHook.php
723 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/StubStorage.php
724 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/DiagnosticRetriever.php
725 /modules/paypal/diagnostic.php
726 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/ModuleConfigModel.php
727 /modules/paypal/classes/AbstractMethodPaypal.php
728 /modules/paypal/vendor/ppbtlib/src/AbstractMethod.php
729 /modules/paypal/classes/MethodEC.php
730 /modules/paypal/classes/WhiteList/WhiteListService.php
731 /modules/paypal/classes/API/PaypalApiManager.php
732 /modules/paypal/classes/API/PaypalApiManagerInterface.php
733 /modules/paypal/classes/API/PaypalVaultApiManagerInterface.php
734 /modules/paypal/classes/API/PaypalWebhookApiManagerInterface.php
735 /modules/paypal/classes/API/PaypalClient.php
736 /modules/paypal/classes/API/Client/HttpClient.php
737 /modules/paypal/classes/API/ClientInterface.php
738 /modules/paypal/classes/API/Environment/PaypalEnvironment.php
739 /modules/paypal/classes/API/EnvironmentInterface.php
740 /modules/paypal/classes/API/Injector/AuthorizationInjector.php
741 /modules/paypal/classes/API/InjectorInterface.php
742 /modules/paypal/classes/API/Injector/BnCodeInjector.php
743 /modules/paypal/classes/API/Injector/UserAgentInjector.php
744 /var/cache/prod/smarty/compile/1f/b5/b4/1fb5b414db934f3cbce1f81a5328eb449f2525ce_2.module.paypalviewstemplatesfrontprefetch.tpl.php
745 /modules/flashsalepro/flashsalepro.php
746 /modules/flashsalepro/classes/FlashSale.php
747 /modules/flashsalepro/translations/fr.php
748 /src/Core/Product/Search/ProductSearchContext.php
749 /src/Core/Product/Search/ProductSearchQuery.php
750 /src/Core/Product/Search/SortOrder.php
751 /modules/ps_facetedsearch/ps_facetedsearch.php
752 /modules/ps_facetedsearch/src/HookDispatcher.php
753 /modules/ps_facetedsearch/src/Hook/Attribute.php
754 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
755 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
756 /modules/ps_facetedsearch/src/Hook/Category.php
757 /modules/ps_facetedsearch/src/Hook/Configuration.php
758 /modules/ps_facetedsearch/src/Hook/Design.php
759 /modules/ps_facetedsearch/src/Hook/Feature.php
760 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
761 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
762 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
763 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
764 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
765 /modules/ps_facetedsearch/src/Hook/Product.php
766 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
767 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
768 /modules/ps_facetedsearch/src/Filters/Provider.php
769 /modules/ps_facetedsearch/src/URLSerializer.php
770 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
771 /modules/ps_facetedsearch/src/Product/SearchProvider.php
772 /src/Core/Product/Search/FacetsRendererInterface.php
773 /src/Core/Product/Search/ProductSearchProviderInterface.php
774 /modules/ps_facetedsearch/src/Filters/Converter.php
775 /modules/ps_facetedsearch/src/Product/SearchFactory.php
776 /src/Core/Product/Search/ProductSearchResult.php
777 /modules/ps_facetedsearch/src/Product/Search.php
778 /modules/ps_facetedsearch/src/Adapter/MySQL.php
779 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
780 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
781 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
782 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
783 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
784 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
785 /modules/ps_facetedsearch/src/Filters/Products.php
786 /classes/stock/StockAvailable.php
787 /modules/ps_facetedsearch/src/Filters/Block.php
788 /src/Core/Product/Search/Facet.php
789 /src/Core/Product/Search/Filter.php
790 /vendor/prestashop/decimal/src/DecimalNumber.php
791 /vendor/prestashop/decimal/src/Builder.php
792 /src/Core/Product/Search/FacetCollection.php
793 /classes/ProductAssembler.php
794 /classes/Combination.php
795 /classes/tax/Tax.php
796 /classes/Manufacturer.php
797 /classes/SpecificPrice.php
798 /classes/tax/TaxManagerFactory.php
799 /classes/tax/TaxRulesTaxManager.php
800 /classes/tax/TaxManagerInterface.php
801 /classes/tax/TaxCalculator.php
802 /classes/GroupReduction.php
803 /src/Core/Localization/CLDR/ComputingPrecision.php
804 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
805 /classes/Pack.php
806 /override/classes/order/Order.php
807 /classes/order/Order.php
808 /classes/Feature.php
809 /vendor/prestashop/decimal/src/Operation/Addition.php
810 /classes/ProductPresenterFactory.php
811 /src/Adapter/Presenter/Product/ProductListingPresenter.php
812 /src/Adapter/Presenter/Product/ProductPresenter.php
813 /src/Adapter/Product/ProductColorsRetriever.php
814 /src/Adapter/HookManager.php
815 /src/Core/Product/ProductPresentationSettings.php
816 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
817 /src/Adapter/Presenter/Product/ProductLazyArray.php
818 /classes/Image.php
819 /src/Core/Image/ImageFormatConfiguration.php
820 /src/Core/Image/ImageFormatConfigurationInterface.php
821 /classes/FeatureFlag.php
822 /src/Core/FeatureFlag/FeatureFlagSettings.php
823 /vendor/prestashop/decimal/src/Operation/Multiplication.php
824 /var/cache/prod/smarty/compile/warehouse/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.ps_facetedsearchviewstemplatesfrontcatalogfacets.tpl.php
825 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
826 /vendor/smarty/smarty/libs/plugins/modifier.count.php
827 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
828 /var/cache/prod/smarty/compile/warehouse/fb/ea/98/fbea98a84e509d7477392fb3e2519b1e908ae1d0_2.module.ps_facetedsearchviewstemplatesfrontcatalogfacetsdropdown.tpl.php
829 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
830 /var/cache/prod/smarty/compile/warehouse/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
831 /src/Core/Product/Search/Pagination.php
832 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/29/5f/62/295f62639b2ea3032742d1d89156bac52262fbba_2.file.category.tpl.php
833 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
834 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/42/a2/de/42a2de4363bc92fe8935ae33d292f39447c55cef_2.file.product-list.tpl.php
835 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/68/97/fd6897a658f4cbeeac6d254e3248b3d0b46cda0f_2.file.layout-full-width.tpl.php
836 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/0a/2f/9d/0a2f9de6c9b9250dac6fd270a8812f5eeefb705d_2.file.layout-both-columns.tpl.php
837 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/fb/a4/86/fba486f3c47852566595cdbefd800144bfd57e41_2.file.helpers.tpl.php
838 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
839 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/aa/d3/f3/aad3f369a562b2e4ee953d19e3f0e5cfe7e20708_2.file.head.tpl.php
840 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/4a/b4/16/4ab416d7e7a4b17721fdbc238bdc7ed02e31b64c_2.file.head-jsonld.tpl.php
841 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/1a/44/9f1a4490a80aca72cc5aa24a15d1d6641886e219_2.file.product-list-jsonld.tpl.php
842 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/55/33/1d/55331d170501f4fb369b171c5eee0c0e00a5ff5c_2.file.pagination-seo.tpl.php
843 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
844 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/62/58/bd/6258bdbed2fa920e4bbf9d2dbe7c662173dad5a4_2.file.stylesheets.tpl.php
845 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/01/61/89/01618947eddb784a4d6c16adb3f7bffc2786b5a3_2.file.javascript.tpl.php
846 /classes/ProductDownload.php
847 /src/Core/Cart/Calculator.php
848 /src/Core/Cart/CartRowCollection.php
849 /src/Core/Cart/Fees.php
850 /src/Core/Cart/AmountImmutable.php
851 /src/Core/Cart/CartRuleCollection.php
852 /src/Core/Cart/CartRuleCalculator.php
853 /src/Adapter/Product/PriceCalculator.php
854 /src/Core/Cart/CartRow.php
855 /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php
856 /src/Core/Util/String/StringModifier.php
857 /src/Core/Util/String/StringModifierInterface.php
858 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/18/c7/4b/18c74b2f88d858a3b6c16092c2fafe508e76692a_2.file.product-activation.tpl.php
859 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b4/1b/59/b41b59f7e1f469898fe36cc707c84a9eb3fe8ef1_2.file.header.tpl.php
860 /modules/iqitlinksmanager/iqitlinksmanager.php
861 /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php
862 /modules/iqitlinksmanager/src/IqitLinkBlock.php
863 /modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php
864 /modules/iqitlinksmanager/translations/fr.php
865 /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
866 /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
867 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
868 /var/cache/prod/smarty/cache/iqitlinksmanager/1/1/1/21/displayNav1/warehouse/8b/ae/4b/8bae4b7bf1f89e576dd89aae3aee81ca7a392976.iqitlinksmanagerviewstemplateshookiqitlinksmanager.tpl.php
869 /var/cache/prod/smarty/compile/warehouse/73/27/77/73277702161b17505d668b28b8368941cf42c568_2.module.iqitwishlistviewstemplateshookdisplaynav.tpl.php
870 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/3e/b8/c0/3eb8c0240560b6d34aad41514963b528928fc887_2.file.header-4.tpl.php
871 /var/cache/prod/smarty/cache/iqitmegamenu/index/1/1/1/21/warehouse/c2/92/8d/c2928d84c8e30f1daff0d56cafc80f9f3e7248fa.iqitmegamenuviewstemplateshookhorizontal.tpl.php
872 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php
873 /var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplateshookhorizontal.tpl.cache.php
874 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
875 /var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplateshook_partialssubmenu_content.tpl.cache.php
876 /var/cache/prod/smarty/compile/warehouse/98/cb/9e/98cb9e3fbf4c879e219db3109049550b02a2da1b_2.module.iqitmegamenuviewstemplateshookmobile.tpl.cache.php
877 /var/cache/prod/smarty/compile/warehouse/56/f0/d4/56f0d4faf7cc1ec9240e891fedda6e0b4794dc62_2.module.iqitmegamenuviewstemplateshook_partialssubmenu_content_mobile.tpl.cache.php
878 /modules/ps_languageselector/ps_languageselector.php
879 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
880 /var/cache/prod/smarty/compile/warehouse/9b/b6/a9/9bb6a9970aa01b8fd3c752c16e574cb1b14bf323_2.module.ps_languageselectorps_languageselectormobilemenu.tpl.cache.php
881 /modules/ps_currencyselector/ps_currencyselector.php
882 /var/cache/prod/smarty/compile/warehouse/dd/65/22/dd6522dbacb2ead7139cef7a64e59ac80e0726fc_2.module.ps_currencyselectorps_currencyselectormobilemenu.tpl.cache.php
883 /modules/ps_customersignin/ps_customersignin.php
884 /var/cache/prod/smarty/compile/warehouse/d3/f6/c8/d3f6c8247111f1ef9bebabfff451b9cb9207ba0b_2.module.ps_customersigninps_customersigninmobilemenu.tpl.cache.php
885 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php
886 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php
887 /modules/iqitsearch/iqitsearch.php
888 /modules/iqitsearch/translations/fr.php
889 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d9/9b/94/d99b947421dcff226f28b1d6cb674c91f17399db_2.module.iqitsearchviewstemplateshookiqitsearchbtn.tpl.php
890 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/46/29/db/4629dbb3c4efa13c090c633dc2e46e5f2b42bed3_2.module.iqitsearchviewstemplateshooksearchbar.tpl.php
891 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/72/be/19/72be192e406191c1cad554abe284e159adeb4234_2.module.ps_customersigninps_customersigninbtn.tpl.php
892 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b4/a4/76/b4a476e0a8201677b298f7c0f8ca1ac698e1bac3_2.module.ps_shoppingcartps_shoppingcartbtn.tpl.php
893 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php
894 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f6/e9/f2/f6e9f2b1680a466582d2199d038efe2cfa3a83f7_2.module.ps_shoppingcartps_shoppingcartcontent.tpl.php
895 /modules/paypal/classes/InstallmentBanner/BannerManager.php
896 /modules/paypal/classes/InstallmentBanner/Banner.php
897 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/fd/33/62/fd33629e921c22297e8232aad03f553738dc74d0_2.file.mobile-header-3.tpl.php
898 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7a/30/38/7a3038780284d52e9fcd7a66e51e5b86a166106b_2.module.iqitsearchviewstemplateshooksearchbarmobile.tpl.php
899 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/be/ee/e6/beeee6f3d87613010f8af1cabc4c4562f8cf600a_2.module.ps_customersigninps_customersigninmobile.tpl.php
900 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d4/e1/57/d4e1571b6b210795247564db06deb17061778b51_2.module.ps_shoppingcartps_shoppingcartmqty.tpl.php
901 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/db/22/bc/db22bc88f1619fcb4b0304c97bdb6d714855a499_2.file.breadcrumb.tpl.php
902 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/95/82/f9/9582f9588b9699fd8cead5468036e7226637ee71_2.file.notifications.tpl.php
903 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/5c/2c/7a/5c2c7a1e5575968e71b011805d0f903c7d11c802_2.file.category-header.tpl.php
904 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/fc/fd/32/fcfd32d1043ddee6ee311ebb932d6074ec40712d_2.file.category-subcategories.tpl.php
905 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/c5/ba/f2/c5baf2ee827aa692b107673990755f9bd38dab23_2.file.products-top.tpl.php
906 /vendor/smarty/smarty/libs/plugins/modifier.regex_replace.php
907 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/5e/27/0e/5e270e2ec79d84314d29ce1d22194c6ecf6ebe22_2.file.sort-orders.tpl.php
908 /var/cache/prod/smarty/compile/warehouse/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
909 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/c8/4d/ef/c84def705a1b82e53f8cebbffd4da48bafe95c1a_2.file.products.tpl.php
910 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/84/9d/5a/849d5a33975edd17162a57a621eda5fa75af6077_2.file.product.tpl.php
911 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/2f/36/e62f36ef38af501b1deb6c26599d06f1dc09c399_2.file.product-miniature-1.tpl.php
912 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e2/01/0b/e2010b7f4c2c631bd89cc88920acb46377d0cc98_2.file.product-miniature-thumb.tpl.php
913 /var/cache/prod/smarty/compile/warehouse/e9/21/d5/e921d51c062189725606e51308456f33ad945843_2.module.iqitwishlistviewstemplateshookproductminiature.tpl.php
914 /var/cache/prod/smarty/compile/warehouse/90/53/a0/9053a0dd520a39bef75969a0e9efeeae750df91b_2.module.iqitcompareviewstemplateshookproductminiature.tpl.php
915 /src/Adapter/ContainerFinder.php
916 /modules/productcomments/src/Repository/ProductCommentRepository.php
917 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php
918 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php
919 /vendor/doctrine/persistence/src/Persistence/ObjectRepository.php
920 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php
921 /vendor/doctrine/doctrine-bundle/Registry.php
922 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ManagerRegistry.php
923 /vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php
924 /vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php
925 /vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php
926 /vendor/doctrine/doctrine-bundle/ConnectionFactory.php
927 /src/PrestaShopBundle/DependencyInjection/RuntimeConstEnvVarProcessor.php
928 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessorInterface.php
929 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php
930 /vendor/doctrine/event-manager/src/EventManager.php
931 /vendor/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php
932 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/MySQL/Driver.php
933 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php
934 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php
935 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver.php
936 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php
937 /vendor/doctrine/dbal/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php
938 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php
939 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php
940 /vendor/doctrine/dbal/lib/Doctrine/DBAL/TransactionIsolationLevel.php
941 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ParameterType.php
942 /vendor/doctrine/dbal/lib/Doctrine/DBAL/FetchMode.php
943 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php
944 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Connection.php
945 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
946 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOQueryImplementation.php
947 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php
948 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Statement.php
949 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
950 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatementImplementations.php
951 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Statement.php
952 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ResultStatement.php
953 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Result.php
954 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Events.php
955 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MariaDb1027Platform.php
956 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
957 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php
958 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DateIntervalUnit.php
959 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/TrimMode.php
960 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Types.php
961 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Type.php
962 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ArrayType.php
963 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/AsciiStringType.php
964 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/StringType.php
965 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BigIntType.php
966 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpIntegerMappingType.php
967 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BinaryType.php
968 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BlobType.php
969 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BooleanType.php
970 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateType.php
971 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateImmutableType.php
972 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateIntervalType.php
973 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeType.php
974 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpDateTimeMappingType.php
975 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeImmutableType.php
976 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzType.php
977 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzImmutableType.php
978 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DecimalType.php
979 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/FloatType.php
980 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/GuidType.php
981 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/IntegerType.php
982 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonType.php
983 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonArrayType.php
984 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ObjectType.php
985 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SimpleArrayType.php
986 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SmallIntType.php
987 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TextType.php
988 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeType.php
989 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeImmutableType.php
990 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TypeRegistry.php
991 /modules/productcomments/src/Entity/ProductComment.php
992 /vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Proxy.php
993 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php
994 /vendor/doctrine/persistence/src/Persistence/Proxy.php
995 /src/PrestaShopBundle/DependencyInjection/CacheAdapterFactory.php
996 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/MemcachedAdapter.php
997 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/MemcachedTrait.php
998 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php
999 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ImplicitlyIgnoredAnnotationNames.php
1000 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php
1001 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php
1002 /src/PrestaShopBundle/Service/Database/DoctrineNamingStrategy.php
1003 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php
1004 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php
1005 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php
1006 /vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php
1007 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php
1008 /vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php
1009 /vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php
1010 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php
1011 /vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php
1012 /vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php
1013 /vendor/doctrine/orm/lib/Doctrine/ORM/Exception/NotSupported.php
1014 /vendor/doctrine/orm/lib/Doctrine/ORM/Exception/ORMException.php
1015 /vendor/doctrine/orm/lib/Doctrine/ORM/ORMException.php
1016 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php
1017 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php
1018 /vendor/doctrine/persistence/src/Persistence/ObjectManager.php
1019 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php
1020 /vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php
1021 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadataFactory.php
1022 /vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php
1023 /vendor/doctrine/persistence/src/Persistence/PropertyChangedListener.php
1024 /vendor/doctrine/orm/lib/Doctrine/ORM/Event/ListenersInvoker.php
1025 /vendor/doctrine/orm/lib/Doctrine/ORM/Utility/IdentifierFlattener.php
1026 /vendor/doctrine/orm/lib/Doctrine/ORM/Internal/HydrationCompleteHandler.php
1027 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Reflection/ReflectionPropertiesGetter.php
1028 /vendor/doctrine/persistence/src/Persistence/Mapping/RuntimeReflectionService.php
1029 /vendor/doctrine/persistence/src/Persistence/Mapping/ReflectionService.php
1030 /vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/ProxyFactory.php
1031 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php
1032 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php
1033 /vendor/doctrine/doctrine-bundle/ManagerConfigurator.php
1034 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php
1035 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php
1036 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php
1037 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php
1038 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/NamedArgumentConstructor.php
1039 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/NamedArgumentConstructorAnnotation.php
1040 /vendor/doctrine/persistence/src/Persistence/Mapping/ProxyClassNameResolver.php
1041 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php
1042 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php
1043 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php
1044 /vendor/doctrine/orm/lib/Doctrine/ORM/Id/IdentityGenerator.php
1045 /vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php
1046 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php
1047 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php
1048 /vendor/doctrine/persistence/src/Persistence/Reflection/RuntimeReflectionProperty.php
1049 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php
1050 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php
1051 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/Result.php
1052 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/DriverStatement.php
1053 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Result.php
1054 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Abstraction/Result.php
1055 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/DriverResultStatement.php
1056 /vendor/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtils.php
1057 /var/cache/prod/smarty/compile/warehouse/e9/e4/d0/e9e4d0b935584380ea8beb3f467908e1cd2486f5_2.module.productcommentsviewstemplateshookproductlistreviews.tpl.php
1058 /vendor/smarty/smarty/libs/plugins/function.math.php
1059 /var/cache/prod/smarty/compile/warehouse/55/c7/a8/55c7a89f423f7f64b1b84881dcb668e4d788f013_2.module.iqitcountdownviewstemplateshookproduct.tpl.php
1060 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/14/5f/e6145fec4c6b4a00030feb7e3ea97708024240bb_2.file.product-miniature-btn.tpl.php
1061 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/38/cb/a2/38cba28b7e64962f3edd4a31278386d3bbcdf7c0_2.file.pagination.tpl.php
1062 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b5/dd/21/b5dd21dbfd19ad9c19227337e513e8c646e87358_2.file.products-bottom.tpl.php
1063 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f3/89/26/f3892643a4493f51d658e4b2caea54ca3c74fb50_2.file.category-footer.tpl.php
1064 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/68/33/0b/68330b5ab6070d9bf9bef9f81383e047c770bbd9_2.file.footer.tpl.php
1065 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/74/c0/b8/74c0b8226514983a7f9c0e463f744d9f0dc19acc_2.file.footer-3.tpl.php
1066 /var/cache/prod/smarty/cache/iqitlinksmanager/1/1/1/21/displayFooter/warehouse/8b/ae/4b/8bae4b7bf1f89e576dd89aae3aee81ca7a392976.iqitlinksmanagerviewstemplateshookiqitlinksmanager.tpl.php
1067 /var/cache/prod/smarty/compile/warehouse/17/33/3c/17333c9a8aa6c8410d3c0419869afa8513f7dfcb_2.file.pixelheader.tpl.php
1068 /var/cache/prod/smarty/compile/warehouse/e8/c9/d2/e8c9d257c74962fb271a7fcb9937cd3efeb18e58_2.file.pages_viewed.tpl.php
1069 /var/cache/prod/smarty/compile/warehouse/c0/1d/b0/c01db01f7e6b890185c560eda9edc3998a6812ba_2.file.addtocart17.tpl.php
1070 /var/cache/prod/smarty/compile/warehouse/54/11/6d/54116d350f3cb2ea88bd2b1b32c923a12a8b0365_2.file.wishlist-iqitwishlist.tpl.php
1071 /var/cache/prod/smarty/compile/warehouse/fd/a2/15/fda2150bfb16ea62b216142896147dfbf6ca685e_2.file.category.tpl.php
1072 /var/cache/prod/smarty/compile/warehouse/35/28/e5/3528e5d765e3c4702cb09927cc53f6062948ee1b_2.file.newsletter.tpl.php
1073 /var/cache/prod/smarty/compile/warehouse/98/60/61/986061503f2da76abdfb0bcd0d6437086cf54556_2.file.page_time_event.tpl.php
1074 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/84/e7/b0/84e7b07e9ab8eaa492ef8ee3f310217805e3183d_2.file.footer-copyrights-2.tpl.php
1075 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/18/6e/0a/186e0a9a64b139a2b0ed755f39750088ef380d50_2.file.password-policy-template.tpl.php
1076 /classes/form/CustomerLoginForm.php
1077 /classes/form/AbstractForm.php
1078 /classes/form/FormInterface.php
1079 /src/Core/Foundation/Templating/RenderableInterface.php
1080 /classes/form/CustomerLoginFormatter.php
1081 /classes/form/FormFormatterInterface.php
1082 /classes/ValidateConstraintTranslator.php
1083 /src/Core/Util/InternationalizedDomainNameConverter.php
1084 /src/Core/Foundation/Templating/RenderableProxy.php
1085 /var/cache/prod/smarty/compile/warehouse/52/f1/b8/52f1b8b385d74962f57df5c0ac1b0e91d62e4760_2.module.iqitwishlistviewstemplateshookdisplaymodal.tpl.php
1086 /classes/form/FormField.php
1087 /var/cache/prod/smarty/compile/warehouse/38/32/bc/3832bc41fd7b821a9c80d8366be742d30481be5b_2.file.login-form.tpl.php
1088 /var/cache/prod/smarty/compile/warehouse/ad/34/c1/ad34c1588b0016de5bdc0a841d4e1672aa062791_2.file.form-errors.tpl.php
1089 /var/cache/prod/smarty/compile/ef/1a/a0/ef1aa08dbdbbd4e5589e4355cd1091a2ca52ef01_2.file.form-fields.tpl.php
1090 /var/cache/prod/smarty/compile/ad/34/c1/ad34c1588b0016de5bdc0a841d4e1672aa062791_2.file.form-errors.tpl.php
1091 /var/cache/prod/smarty/cache/iqitsociallogin/1/1/1/21/warehouse/ae/fd/65/aefd654713d830575e580c6fdcaf6b4c701210ee.iqitsocialloginviewstemplateshookauthentication.tpl.php
1092 /var/cache/prod/smarty/compile/warehouse/d4/a2/00/d4a200912ea9e133f46cf39b7eadc37ea7dd3d2f_2.module.iqitcompareviewstemplateshookdisplaymodal.tpl.php
1093 /modules/statsdata/statsdata.php
1094 /classes/Connection.php
1095 /classes/ConnectionsSource.php
1096 /modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php
1097 /modules/ps_googleanalytics/classes/Handler/GanalyticsJsHandler.php
1098 /modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php
1099 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php
1100 /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php
1101 /modules/ps_googleanalytics/classes/GoogleAnalyticsTools.php
1102 /var/cache/prod/smarty/compile/warehouse/a9/ab/b4/a9abb426501c85c3fffd38c02fc77cafd37d4de8_2.file.ga_tag.tpl.php