Product added to wishlist
Product added to compare.
Load Time 429.062 ms
Querying Time 114 ms
Queries 1174
Memory Peak Usage 37.7 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.225 ms 1.225 ms 5.14 Mb 6.5 Mb
__construct 0.005 ms 1.230 ms - Mb 6.5 Mb
init 6.493 ms 7.723 ms 1.02 Mb 6.5 Mb
setMedia 0.817 ms 8.540 ms 0.10 Mb 6.5 Mb
postProcess 0.001 ms 8.541 ms - Mb 6.5 Mb
initHeader 0.000 ms 8.541 ms - Mb 6.5 Mb
initContent 134.541 ms 143.082 ms 15.46 Mb 22.3 Mb
initFooter 0.001 ms 143.083 ms - Mb 22.3 Mb
display 285.979 ms 429.062 ms 14.79 Mb 37.7 Mb
Hook Time Memory Usage
DisplayFooter 187.434 ms 0.94 Mb
displayProductListReviews 26.782 ms 2.28 Mb
displayMainMenu 18.366 ms 5.00 Mb
displayProductListFunctionalButtons 10.139 ms 0.08 Mb
displayCountDown 3.774 ms 0.10 Mb
displayBeforeBodyClosingTag 3.501 ms 0.65 Mb
DisplayBeforeBodyClosingTag 2.875 ms 0.34 Mb
DisplayHeader 1.849 ms 0.14 Mb
displayCategoryElementor 0.517 ms 0.08 Mb
displayNav1 0.491 ms 0.09 Mb
displayNav2 0.467 ms 0.09 Mb
Header 0.457 ms 0.01 Mb
displayCustomerLoginFormAfter 0.448 ms 0.07 Mb
renderWidget 0.269 ms 0.10 Mb
displayFooter 0.230 ms 0.10 Mb
DisplayNavFullWidth 0.203 ms 0.03 Mb
ProductSearchProvider 0.128 ms - Mb
IsJustElementor 0.123 ms 0.02 Mb
ActionFrontControllerSetMedia 0.090 ms 0.01 Mb
DisplayContentWrapperTop 0.008 ms - Mb
ModuleRoutes 0.005 ms - Mb
ActionDispatcher 0.003 ms - Mb
ActionProductSearchAfter 0.003 ms - Mb
23 hook(s) 258.162 ms 10.15 Mb
Module Time Memory Usage
ph_simpleblog 3.175 ms 1.84 Mb
ps_eventbus 0.512 ms 0.06 Mb
iqitthemeeditor 0.327 ms 0.09 Mb
ps_emailsubscription 0.109 ms 0.01 Mb
ps_emailalerts 0.052 ms 0.01 Mb
facebookconversiontrackingplus 187.990 ms 1.02 Mb
ps_shoppingcart 0.046 ms 0.01 Mb
iqitcompare 4.880 ms 0.16 Mb
iqitcountdown 3.884 ms 0.05 Mb
iqitelementor 0.832 ms 0.11 Mb
iqitfreedeliverycount 0.046 ms 0.01 Mb
iqitmegamenu 18.464 ms 5.01 Mb
iqitwishlist 9.468 ms 0.76 Mb
iqitsociallogin 0.506 ms 0.08 Mb
iqitcontactpage 0.036 ms 0.01 Mb
gmerchantcenterpro 6.706 ms 1.04 Mb
iqitreviews 0.218 ms 0.01 Mb
productcomments 26.913 ms 2.31 Mb
multifeatures 0.077 ms - Mb
ps_googleanalytics 2.257 ms 0.26 Mb
stripe_official 0.367 ms 0.13 Mb
paypal 1.083 ms 0.13 Mb
flashsalepro 0.698 ms 0.02 Mb
ps_facetedsearch 0.557 ms 0.12 Mb
iqitlinksmanager 0.859 ms 0.20 Mb
ps_languageselector 0.042 ms 0.01 Mb
ps_currencyselector 0.028 ms 0.01 Mb
ps_customersignin 0.031 ms 0.01 Mb
iqitsearch 0.097 ms 0.01 Mb
statsdata 1.101 ms 0.16 Mb
30 module(s) 271.359 ms 13.59 Mb

Stopwatch SQL - 1174 queries

# Query Time (ms) Rows Filesort Group By Location
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` = 29 ORDER BY vl.`value` ASC
3.918 ms 1275 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
158
SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM een_product p LEFT JOIN een_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN een_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN een_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN een_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN een_category_product cp ON (p.id_product = cp.id_product) INNER JOIN een_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN een_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN een_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN een_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (231438, 231975, 33207, 231370, 231635, 231567, 231573, 33202, 250711, 250715, 231274, 249271, 230682, 231305, 33211, 256444, 33205, 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
1.571 ms 2130048 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.477 ms 3410 /classes/Configuration.php:180
174
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
1.078 ms 0 /classes/Hook.php:1326
160
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 (3874,542226,545042,3971,4188,1530543,11358,1530533,1539331,1539787,1540069,12925,553407,559283,1540310,1539389,1540315,545896,647776,1539222,663060,695093,593228,1539585,1540226,13098,602886,544323,1530945,1530791,1539469,1539767,1539771,596405,598872,596208,605854,573471,610286,596063,546937,670486,546251,670763,542739,691488,561965)
0.913 ms 47 /classes/ProductAssembler.php:95
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.905 ms 355 Yes Yes /classes/Hook.php:1267
175
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.750 ms 559 /classes/Hook.php:456
1173
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 (3874,542226,545042,3971,4188,1530543,11358,1530533,1539331,1539787,1540069,12925,553407,559283,1540310,1539389,1540315,545896,647776,1539222,663060,695093,593228,1539585,1540226,13098,602886,544323,1530945,1530791,1539469,1539767,1539771,596405,598872,596208,605854,573471,610286,596063,546937,670486,546251,670763,542739,691488,561965) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC
0.552 ms 118 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:109
955
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.499 ms 296 Yes Yes /classes/Category.php:799
1157
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.469 ms 592 Yes /modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2945
1158
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.420 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.400 ms 10 Yes Yes /classes/Category.php:924
973
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.397 ms 296 Yes Yes /classes/Category.php:799
1052
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.384 ms 20 Yes Yes /classes/Category.php:799
1012
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.380 ms 296 Yes Yes /classes/Category.php:799
13
SELECT SQL_NO_CACHE lower(name) as name
FROM `een_hook` h
WHERE (h.active = 1)
0.373 ms 1104 /classes/Hook.php:1366
992
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.357 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.347 ms 370 Yes /modules/gmerchantcenterpro/models/Feeds.php:62
1027
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.340 ms 296 Yes Yes /classes/Category.php:799
1042
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.333 ms 296 Yes Yes /classes/Category.php:799
1069
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.333 ms 296 Yes Yes /classes/Category.php:799
954
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.330 ms 6 Yes /modules/iqitmegamenu/models/IqitMenuTab.php:178
1009
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.305 ms 296 Yes Yes /classes/Category.php:799
171
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 3874 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '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.293 ms 2 Yes /classes/SpecificPrice.php:576
1051
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.289 ms 296 Yes Yes /classes/Category.php:799
522
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 13098 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.281 ms 2 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.274 ms 31 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
16
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `een_hook`
0.274 ms 1104 /classes/Hook.php:1326
508
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1540226 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.257 ms 2 Yes /classes/SpecificPrice.php:576
494
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1539585 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.253 ms 2 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` = 596063 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 1 Yes /classes/SpecificPrice.php:576
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` = 610286 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.238 ms 1 Yes /classes/SpecificPrice.php:576
71
SHOW TABLES LIKE "een_gmcp_1800"
0.233 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:88
617
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1539771 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.233 ms 2 Yes /classes/SpecificPrice.php:576
1086
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.231 ms 56 /modules/iqitelementor/src/IqitElementorCategory.php:87
466
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 695093 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.230 ms 1 Yes /classes/SpecificPrice.php:576
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 = 610286
ORDER BY f.position ASC
0.226 ms 8 Yes /classes/Product.php:6021
184
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3874
ORDER BY f.position ASC
0.225 ms 9 Yes /classes/Product.php:6021
109
SHOW COLUMNS FROM een_gmcp_feeds LIKE "feed_is_default"
0.224 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:128
630
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 596405 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.219 ms 1 Yes /classes/SpecificPrice.php:576
479
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 593228 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.217 ms 1 Yes /classes/SpecificPrice.php:576
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` = 610286 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 610286 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.217 ms 0 /classes/Cart.php:1430
669
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 605854 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
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.208 ms 132 Yes /classes/Dispatcher.php:654
110
SHOW COLUMNS FROM een_gmcp_discount_association LIKE "channel"
0.208 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:128
638
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 596405
ORDER BY f.position ASC
0.206 ms 7 Yes /classes/Product.php:6021
78
SHOW TABLES LIKE "een_gmcp_1900"
0.205 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:88
637
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 596405 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 596405 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
260
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 11358 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 2 Yes /classes/SpecificPrice.php:576
690
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 573471
ORDER BY f.position ASC
0.201 ms 3 Yes /classes/Product.php:6021
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` = 1530533 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 2 Yes /classes/SpecificPrice.php:576
1131
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (610286) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.198 ms 1 Yes Yes /classes/Product.php:4524
1128
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (596208) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.196 ms 1 Yes Yes /classes/Product.php:4524
530
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 13098
ORDER BY f.position ASC
0.195 ms 5 Yes /classes/Product.php:6021
577
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1530791 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
625
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1539771
ORDER BY f.position ASC
0.190 ms 5 Yes /classes/Product.php:6021
1102
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1539787) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.190 ms 1 Yes Yes /classes/Product.php:4524
1171
INSERT INTO `een_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('13022575', '', 'bellozia.com/882-sieges?q=Couleur-Beige-Orange-Rose-Rouge-Marron&resultsPerPage=99999', '', '2026-05-06 14:13:21')
0.189 ms 1 /classes/ObjectModel.php:622
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` = 1539331 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 2 Yes /classes/SpecificPrice.php:576
303
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1539787 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 2 Yes /classes/SpecificPrice.php:576
331
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 12925 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 2 Yes /classes/SpecificPrice.php:576
371
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1540310 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 2 Yes /classes/SpecificPrice.php:576
612
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1539767
ORDER BY f.position ASC
0.187 ms 11 Yes /classes/Product.php:6021
682
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 573471 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
398
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1540315 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
624
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1539771 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1539771 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
217
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 3971 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 2 Yes /classes/SpecificPrice.php:576
676
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 605854 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 605854 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
1138
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.186 ms 1 Yes Yes /classes/Product.php:4524
231
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 4188 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
563
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1530945 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
246
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1530543 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.184 ms 2 Yes /classes/SpecificPrice.php:576
317
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1540069 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.184 ms 2 Yes /classes/SpecificPrice.php:576
529
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 13098 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 13098 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
604
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1539767 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.184 ms 2 Yes /classes/SpecificPrice.php:576
486
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 593228 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 593228 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.183 ms 0 /classes/Cart.php:1430
385
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1539389 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
439
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1539222 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
591
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1539469 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
689
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 573471 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 573471 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.181 ms 0 /classes/Cart.php:1430
1129
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (605854) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.181 ms 1 Yes Yes /classes/Product.php:4524
473
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 695093 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 695093 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
515
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1540226 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1540226 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
487
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 593228
ORDER BY f.position ASC
0.179 ms 7 Yes /classes/Product.php:6021
501
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1539585 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1539585 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
111
SHOW COLUMNS FROM een_gmcp_tags LIKE "custom_label_set_postion"
0.179 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:128
1093
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3874) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.178 ms 1 Yes Yes /classes/Product.php:4524
190
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 542226 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 1 Yes /classes/SpecificPrice.php:576
502
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1539585
ORDER BY f.position ASC
0.177 ms 5 Yes /classes/Product.php:6021
643
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 598872 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 1 Yes /classes/SpecificPrice.php:576
1126
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (596405) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.177 ms 1 Yes Yes /classes/Product.php:4524
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` = 670486 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
1124
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1539767) 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
1127
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (598872) 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
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` = 546937 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.175 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` = 542739 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.175 ms 1 Yes /classes/SpecificPrice.php:576
1132
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (596063) 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
474
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 695093
ORDER BY f.position ASC
0.174 ms 3 Yes /classes/Product.php:6021
1125
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1539771) 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
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` = 546251 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.172 ms 1 Yes /classes/SpecificPrice.php:576
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` = 670763 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.172 ms 1 Yes /classes/SpecificPrice.php:576
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` = 561965 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.171 ms 1 Yes /classes/SpecificPrice.php:576
786
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 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.170 ms 1 Yes /classes/SpecificPrice.php:576
1130
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (573471) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.168 ms 1 Yes Yes /classes/Product.php:4524
1156
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.167 ms 59 Yes /modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2918
1104
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (12925) 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
1115
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (593228) 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
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` = 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.163 ms 0 /classes/Cart.php:1430
411
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 545896 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.163 ms 1 Yes /classes/SpecificPrice.php:576
808
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3874) AND (b.`id_shop` = 1) LIMIT 1
0.163 ms 1 /src/Adapter/EntityMapper.php:71
1107
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1540310) 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
677
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 605854
ORDER BY f.position ASC
0.162 ms 3 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 = 542739
ORDER BY f.position ASC
0.162 ms 8 Yes /classes/Product.php:6021
611
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1539767 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1539767 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.161 ms 0 /classes/Cart.php:1430
1100
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1530533) 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
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.161 ms 104 /classes/module/Module.php:346
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.161 ms 104 /classes/module/Module.php:346
203
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 545042 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.161 ms 1 Yes /classes/SpecificPrice.php:576
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` = 596063 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 596063 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.161 ms 0 /classes/Cart.php:1430
548
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 544323 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
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` = 546937 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 546937 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
1117
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1540226) 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
535
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 602886 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
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 = 596063
ORDER BY f.position ASC
0.159 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` = 670486 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 670486 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.159 ms 0 /classes/Cart.php:1430
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` = 542739 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 542739 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.159 ms 0 /classes/Cart.php:1430
239
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4188
ORDER BY f.position ASC
0.158 ms 10 Yes /classes/Product.php:6021
516
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1540226
ORDER BY f.position ASC
0.158 ms 4 Yes /classes/Product.php:6021
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` = 546251 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 546251 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
1099
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11358) 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
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 = 546937
ORDER BY f.position ASC
0.157 ms 7 Yes /classes/Product.php:6021
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` = 670763 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 670763 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
1122
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1530791) 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
1167
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.157 ms 59 Yes /modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2918
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 = 561965
ORDER BY f.position ASC
0.156 ms 7 Yes /classes/Product.php:6021
1116
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1539585) 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
183
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3874 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3874 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.156 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` = 561965 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 561965 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
1101
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1539331) 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
1139
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (561965) 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
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` = 559283 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
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.154 ms 104 /classes/module/Module.php:346
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.154 ms 9 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
198
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 542226
ORDER BY f.position ASC
0.154 ms 6 Yes /classes/Product.php:6021
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 = 1539331
ORDER BY f.position ASC
0.154 ms 10 Yes /classes/Product.php:6021
1096
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3971) 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
268
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11358
ORDER BY f.position ASC
0.153 ms 7 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 = 546251
ORDER BY f.position ASC
0.153 ms 6 Yes /classes/Product.php:6021
1109
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1540315) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.153 ms 1 Yes Yes /classes/Product.php:4524
1111
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (647776) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.152 ms 1 Yes Yes /classes/Product.php:4524
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 = 691488
ORDER BY f.position ASC
0.152 ms 6 Yes /classes/Product.php:6021
505
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1540226) AND (b.`id_shop` = 1) LIMIT 1
0.151 ms 1 /src/Adapter/EntityMapper.php:71
1103
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1540069) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.151 ms 1 Yes Yes /classes/Product.php:4524
853
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 545896) AND (b.`id_shop` = 1) LIMIT 1
0.150 ms 1 /src/Adapter/EntityMapper.php:71
1108
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1539389) 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
1110
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (545896) 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
161
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3874
AND image_shop.`cover` = 1 LIMIT 1
0.150 ms 7 /classes/Product.php:3570
344
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 553407 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
424
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 647776 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
452
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 663060 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
656
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 596208 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
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 = 670486
ORDER BY f.position ASC
0.150 ms 4 Yes /classes/Product.php:6021
833
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1539787
ORDER BY `position`
0.150 ms 7 Yes /classes/Product.php:3545
874
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 13098) AND (b.`id_shop` = 1) LIMIT 1
0.150 ms 1 /src/Adapter/EntityMapper.php:71
919
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 670486) AND (b.`id_shop` = 1) LIMIT 1
0.150 ms 1 /src/Adapter/EntityMapper.php:71
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 = 670763
ORDER BY f.position ASC
0.149 ms 2 Yes /classes/Product.php:6021
197
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 542226 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 542226 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.148 ms 0 /classes/Cart.php:1430
812
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 542226) AND (b.`id_shop` = 1) LIMIT 1
0.148 ms 1 /src/Adapter/EntityMapper.php:71
1095
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (545042) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.148 ms 1 Yes Yes /classes/Product.php:4524
267
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11358 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11358 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.147 ms 0 /classes/Cart.php:1430
920
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 670486
ORDER BY `position`
0.147 ms 9 Yes /classes/Product.php:3545
310
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1539787 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1539787 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.147 ms 0 /classes/Cart.php:1430
542
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 602886 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 602886 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.147 ms 0 /classes/Cart.php:1430
1133
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (546937) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.147 ms 1 Yes Yes /classes/Product.php:4524
225
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3971
ORDER BY f.position ASC
0.146 ms 8 Yes /classes/Product.php:6021
491
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1539585) AND (b.`id_shop` = 1) LIMIT 1
0.146 ms 1 /src/Adapter/EntityMapper.php:71
211
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 545042
ORDER BY f.position ASC
0.146 ms 6 Yes /classes/Product.php:6021
818
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3971) AND (b.`id_shop` = 1) LIMIT 1
0.145 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 = 1530533
ORDER BY f.position ASC
0.144 ms 4 Yes /classes/Product.php:6021
861
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 663060) AND (b.`id_shop` = 1) LIMIT 1
0.144 ms 1 /src/Adapter/EntityMapper.php:71
862
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 663060
ORDER BY `position`
0.144 ms 9 Yes /classes/Product.php:3545
889
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1539767) AND (b.`id_shop` = 1) LIMIT 1
0.144 ms 1 /src/Adapter/EntityMapper.php:71
1094
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (542226) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.143 ms 1 Yes Yes /classes/Product.php:4524
1134
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (670486) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.143 ms 1 Yes Yes /classes/Product.php:4524
910
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 610286) AND (b.`id_shop` = 1) LIMIT 1
0.143 ms 1 /src/Adapter/EntityMapper.php:71
338
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12925 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12925 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
856
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 647776) AND (b.`id_shop` = 1) LIMIT 1
0.142 ms 1 /src/Adapter/EntityMapper.php:71
210
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 545042 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 545042 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
864
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 695093) AND (b.`id_shop` = 1) LIMIT 1
0.142 ms 1 /src/Adapter/EntityMapper.php:71
1106
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (559283) 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
325
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1540069
ORDER BY f.position ASC
0.141 ms 5 Yes /classes/Product.php:6021
815
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 545042) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
1113
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (663060) 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
352
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 553407
ORDER BY f.position ASC
0.141 ms 5 Yes /classes/Product.php:6021
826
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11358) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
895
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 596405) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
904
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 605854) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
928
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 542739) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
1105
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (553407) 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
1136
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (670763) 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
447
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1539222
ORDER BY f.position ASC
0.140 ms 5 Yes /classes/Product.php:6021
867
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 593228) AND (b.`id_shop` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
880
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 544323) AND (b.`id_shop` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
907
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 573471) AND (b.`id_shop` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
339
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12925
ORDER BY f.position ASC
0.140 ms 3 Yes /classes/Product.php:6021
379
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1540310
ORDER BY f.position ASC
0.140 ms 7 Yes /classes/Product.php:6021
650
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 598872 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 598872 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
821
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4188) AND (b.`id_shop` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
877
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 602886) AND (b.`id_shop` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
922
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 546251) AND (b.`id_shop` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
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` = 1530533 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1530533 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
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` = 1539331 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1539331 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
419
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 545896
ORDER BY f.position ASC
0.139 ms 6 Yes /classes/Product.php:6021
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` = 610286)
0.139 ms 1 /classes/Product.php:3860
892
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1539771) AND (b.`id_shop` = 1) LIMIT 1
0.139 ms 1 /src/Adapter/EntityMapper.php:71
913
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 596063) AND (b.`id_shop` = 1) LIMIT 1
0.139 ms 1 /src/Adapter/EntityMapper.php:71
916
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 546937) AND (b.`id_shop` = 1) LIMIT 1
0.139 ms 1 /src/Adapter/EntityMapper.php:71
931
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.139 ms 1 /src/Adapter/EntityMapper.php:71
224
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3971 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3971 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
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 = 559283
ORDER BY f.position ASC
0.138 ms 8 Yes /classes/Product.php:6021
418
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 545896 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 545896 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
432
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 647776
ORDER BY f.position ASC
0.138 ms 5 Yes /classes/Product.php:6021
809
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3874
ORDER BY `position`
0.138 ms 7 Yes /classes/Product.php:3545
898
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 598872) AND (b.`id_shop` = 1) LIMIT 1
0.138 ms 1 /src/Adapter/EntityMapper.php:71
901
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 596208) AND (b.`id_shop` = 1) LIMIT 1
0.138 ms 1 /src/Adapter/EntityMapper.php:71
934
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 561965) AND (b.`id_shop` = 1) LIMIT 1
0.138 ms 1 /src/Adapter/EntityMapper.php:71
172
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3874)
0.138 ms 1 /classes/Product.php:3860
543
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 602886
ORDER BY f.position ASC
0.138 ms 5 Yes /classes/Product.php:6021
925
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 670763) AND (b.`id_shop` = 1) LIMIT 1
0.138 ms 1 /src/Adapter/EntityMapper.php:71
254
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1530543
ORDER BY f.position ASC
0.137 ms 2 Yes /classes/Product.php:6021
651
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 598872
ORDER BY f.position ASC
0.137 ms 4 Yes /classes/Product.php:6021
663
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 596208 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 596208 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
1123
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1539469) 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
378
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1540310 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1540310 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
691
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 610286
AND image_shop.`cover` = 1 LIMIT 1
0.137 ms 8 /classes/Product.php:3570
238
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4188 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4188 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
351
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 553407 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 553407 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
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` = 559283 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 559283 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
459
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 663060 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 663060 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
1114
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (695093) 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
1121
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1530945) 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
598
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1539469 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1539469 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
835
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1540069
ORDER BY `position`
0.136 ms 5 Yes /classes/Product.php:3545
854
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 545896
ORDER BY `position`
0.136 ms 8 Yes /classes/Product.php:3545
570
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1530945 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1530945 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
664
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 596208
ORDER BY f.position ASC
0.135 ms 7 Yes /classes/Product.php:6021
253
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1530543 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1530543 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
324
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1540069 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1540069 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
431
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 647776 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 647776 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
446
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1539222 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1539222 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
556
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 544323
ORDER BY f.position ASC
0.135 ms 7 Yes /classes/Product.php:6021
816
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 545042
ORDER BY `position`
0.135 ms 8 Yes /classes/Product.php:3545
857
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 647776
ORDER BY `position`
0.135 ms 9 Yes /classes/Product.php:3545
859
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1539222
ORDER BY `position`
0.135 ms 7 Yes /classes/Product.php:3545
1135
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (546251) 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
311
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1539787
ORDER BY f.position ASC
0.134 ms 3 Yes /classes/Product.php:6021
584
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1530791 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1530791 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
1097
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4188) 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
1112
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1539222) 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
555
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 544323 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 544323 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.133 ms 0 /classes/Cart.php:1430
851
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1540315
ORDER BY `position`
0.133 ms 10 Yes /classes/Product.php:3545
870
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1539585
ORDER BY `position`
0.133 ms 7 Yes /classes/Product.php:3545
942
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.133 ms 1 /classes/CartRule.php:423
1081
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.133 ms 2 Yes /classes/Currency.php:694
1098
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1530543) 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
1137
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (542739) 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
1118
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (13098) 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
1120
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (544323) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.133 ms 1 Yes Yes /classes/Product.php:4524
392
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1539389 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1539389 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
824
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1530543
ORDER BY `position`
0.132 ms 6 Yes /classes/Product.php:3545
829
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1530533
ORDER BY `position`
0.132 ms 7 Yes /classes/Product.php:3545
875
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 13098
ORDER BY `position`
0.132 ms 9 Yes /classes/Product.php:3545
881
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 544323
ORDER BY `position`
0.132 ms 7 Yes /classes/Product.php:3545
940
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.132 ms 1 /classes/CartRule.php:423
585
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1530791
ORDER BY f.position ASC
0.132 ms 3 Yes /classes/Product.php:6021
813
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 542226
ORDER BY `position`
0.132 ms 8 Yes /classes/Product.php:3545
405
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1540315 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1540315 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
831
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1539331
ORDER BY `position`
0.131 ms 6 Yes /classes/Product.php:3545
837
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12925) AND (b.`id_shop` = 1) LIMIT 1
0.131 ms 1 /src/Adapter/EntityMapper.php:71
872
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1540226
ORDER BY `position`
0.131 ms 7 Yes /classes/Product.php:3545
883
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1530945
ORDER BY `position`
0.131 ms 6 Yes /classes/Product.php:3545
850
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1540315) AND (b.`id_shop` = 1) LIMIT 1
0.130 ms 1 /src/Adapter/EntityMapper.php:71
878
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 602886
ORDER BY `position`
0.130 ms 8 Yes /classes/Product.php:3545
905
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 605854
ORDER BY `position`
0.130 ms 6 Yes /classes/Product.php:3545
914
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 596063
ORDER BY `position`
0.130 ms 8 Yes /classes/Product.php:3545
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.130 ms 370 Yes /modules/gmerchantcenterpro/models/Feeds.php:72
599
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1539469
ORDER BY f.position ASC
0.130 ms 3 Yes /classes/Product.php:6021
406
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1540315
ORDER BY f.position ASC
0.129 ms 3 Yes /classes/Product.php:6021
840
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 553407) AND (b.`id_shop` = 1) LIMIT 1
0.129 ms 1 /src/Adapter/EntityMapper.php:71
887
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1539469
ORDER BY `position`
0.129 ms 6 Yes /classes/Product.php:3545
911
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 610286
ORDER BY `position`
0.129 ms 8 Yes /classes/Product.php:3545
929
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 542739
ORDER BY `position`
0.129 ms 9 Yes /classes/Product.php:3545
932
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.129 ms 7 Yes /classes/Product.php:3545
393
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1539389
ORDER BY f.position ASC
0.128 ms 3 Yes /classes/Product.php:6021
819
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3971
ORDER BY `position`
0.128 ms 7 Yes /classes/Product.php:3545
865
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 695093
ORDER BY `position`
0.128 ms 7 Yes /classes/Product.php:3545
885
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1530791
ORDER BY `position`
0.128 ms 5 Yes /classes/Product.php:3545
890
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1539767
ORDER BY `position`
0.128 ms 7 Yes /classes/Product.php:3545
896
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 596405
ORDER BY `position`
0.128 ms 7 Yes /classes/Product.php:3545
917
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 546937
ORDER BY `position`
0.128 ms 7 Yes /classes/Product.php:3545
1119
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (602886) 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
683
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 573471)
0.128 ms 1 /classes/Product.php:3860
243
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1530543) AND (b.`id_shop` = 1) LIMIT 1
0.127 ms 1 /src/Adapter/EntityMapper.php:71
893
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1539771
ORDER BY `position`
0.127 ms 8 Yes /classes/Product.php:3545
827
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11358
ORDER BY `position`
0.127 ms 7 Yes /classes/Product.php:3545
868
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 593228
ORDER BY `position`
0.127 ms 5 Yes /classes/Product.php:3545
923
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 546251
ORDER BY `position`
0.127 ms 7 Yes /classes/Product.php:3545
926
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 670763
ORDER BY `position`
0.126 ms 7 Yes /classes/Product.php:3545
935
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 561965
ORDER BY `position`
0.126 ms 7 Yes /classes/Product.php:3545
899
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 598872
ORDER BY `position`
0.126 ms 8 Yes /classes/Product.php:3545
908
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 573471
ORDER BY `position`
0.126 ms 6 Yes /classes/Product.php:3545
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.125 ms 296 Yes /classes/PrestaShopCollection.php:383
571
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1530945
ORDER BY f.position ASC
0.125 ms 2 Yes /classes/Product.php:6021
843
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 559283) AND (b.`id_shop` = 1) LIMIT 1
0.125 ms 1 /src/Adapter/EntityMapper.php:71
271
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1530533) AND (b.`id_shop` = 1) LIMIT 1
0.124 ms 1 /src/Adapter/EntityMapper.php:71
822
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4188
ORDER BY `position`
0.124 ms 4 Yes /classes/Product.php:3545
902
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 596208
ORDER BY `position`
0.124 ms 8 Yes /classes/Product.php:3545
460
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 663060
ORDER BY f.position ASC
0.123 ms 2 Yes /classes/Product.php:6021
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` = 1539331) AND (b.`id_shop` = 1) LIMIT 1
0.122 ms 1 /src/Adapter/EntityMapper.php:71
939
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
467
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 695093)
0.120 ms 1 /classes/Product.php:3860
300
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1539787) AND (b.`id_shop` = 1) LIMIT 1
0.120 ms 1 /src/Adapter/EntityMapper.php:71
314
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1540069) AND (b.`id_shop` = 1) LIMIT 1
0.118 ms 1 /src/Adapter/EntityMapper.php:71
480
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 593228)
0.118 ms 1 /classes/Product.php:3860
631
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 596405)
0.118 ms 1 /classes/Product.php:3860
176
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.117 ms 1 /classes/tax/TaxRulesTaxManager.php:109
368
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1540310) AND (b.`id_shop` = 1) LIMIT 1
0.117 ms 1 /src/Adapter/EntityMapper.php:71
670
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 605854)
0.117 ms 1 /classes/Product.php:3860
523
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 13098)
0.116 ms 1 /classes/Product.php:3860
588
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1539469) AND (b.`id_shop` = 1) LIMIT 1
0.116 ms 1 /src/Adapter/EntityMapper.php:71
938
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.115 ms 1 /classes/Cart.php:4255
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.115 ms 1 /src/Adapter/EntityMapper.php:71
941
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.115 ms 1 /classes/CartRule.php:357
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.114 ms 1 Yes /classes/shop/Shop.php:715
639
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 598872
AND image_shop.`cover` = 1 LIMIT 1
0.114 ms 8 /classes/Product.php:3570
841
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 553407
ORDER BY `position`
0.114 ms 10 Yes /classes/Product.php:3545
495
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1539585)
0.112 ms 1 /classes/Product.php:3860
560
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1530945) AND (b.`id_shop` = 1) LIMIT 1
0.112 ms 1 /src/Adapter/EntityMapper.php:71
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` = 596063
AND image_shop.`cover` = 1 LIMIT 1
0.112 ms 8 /classes/Product.php:3570
626
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 596405
AND image_shop.`cover` = 1 LIMIT 1
0.112 ms 7 /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` = 596063)
0.111 ms 1 /classes/Product.php:3860
436
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1539222) AND (b.`id_shop` = 1) LIMIT 1
0.111 ms 1 /src/Adapter/EntityMapper.php:71
382
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1539389) AND (b.`id_shop` = 1) LIMIT 1
0.110 ms 1 /src/Adapter/EntityMapper.php:71
509
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1540226)
0.110 ms 1 /classes/Product.php:3860
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` = 670763)
0.110 ms 1 /classes/Product.php:3860
574
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1530791) AND (b.`id_shop` = 1) LIMIT 1
0.110 ms 1 /src/Adapter/EntityMapper.php:71
844
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 559283
ORDER BY `position`
0.110 ms 9 Yes /classes/Product.php:3545
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.109 ms 867 /modules/flashsalepro/flashsalepro.php:1027
159
SELECT SQL_NO_CACHE data FROM een_layered_filter_block WHERE hash="262dd13aff8bfd8043ae04b8ad56b903" LIMIT 1
0.108 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:186
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` = 670486)
0.108 ms 1 /classes/Product.php:3860
838
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 12925
ORDER BY `position`
0.108 ms 5 Yes /classes/Product.php:3545
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` = 546937)
0.107 ms 1 /classes/Product.php:3860
846
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1540310
ORDER BY `position`
0.107 ms 8 Yes /classes/Product.php:3545
475
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 593228
AND image_shop.`cover` = 1 LIMIT 1
0.106 ms 5 /classes/Product.php:3570
517
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 13098
AND image_shop.`cover` = 1 LIMIT 1
0.106 ms 9 /classes/Product.php:3570
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` = 561965)
0.106 ms 1 /classes/Product.php:3860
1170
SELECT SQL_NO_CACHE `id_guest`
FROM `een_connections`
WHERE `id_guest` = 15526300
AND `date_add` > '2026-05-06 13:43:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.106 ms 1 Yes /classes/Connection.php:168
191
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 542226)
0.106 ms 1 /classes/Product.php:3860
488
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1539585
AND image_shop.`cover` = 1 LIMIT 1
0.106 ms 7 /classes/Product.php:3570
185
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 542226
AND image_shop.`cover` = 1 LIMIT 1
0.105 ms 8 /classes/Product.php:3570
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` = 546251)
0.105 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` = 542739)
0.105 ms 1 /classes/Product.php:3860
848
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1539389
ORDER BY `position`
0.105 ms 6 Yes /classes/Product.php:3545
326
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 12925
AND image_shop.`cover` = 1 LIMIT 1
0.104 ms 5 /classes/Product.php:3570
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` = 670486
AND image_shop.`cover` = 1 LIMIT 1
0.104 ms 9 /classes/Product.php:3570
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` = 691488)
0.104 ms 1 /classes/Product.php:3860
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` = 546251
AND image_shop.`cover` = 1 LIMIT 1
0.103 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.102 ms 751689 Yes /modules/flashsalepro/flashsalepro.php:1106
261
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 11358)
0.102 ms 1 /classes/Product.php:3860
503
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1540226
AND image_shop.`cover` = 1 LIMIT 1
0.102 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` = 546937
AND image_shop.`cover` = 1 LIMIT 1
0.102 ms 7 /classes/Product.php:3570
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` = 542739
AND image_shop.`cover` = 1 LIMIT 1
0.102 ms 9 /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` = 691488
AND image_shop.`cover` = 1 LIMIT 1
0.101 ms 7 /classes/Product.php:3570
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` = 561965
AND image_shop.`cover` = 1 LIMIT 1
0.101 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.101 ms 1 Yes /classes/shop/Shop.php:1364
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.100 ms 1 /src/Adapter/EntityMapper.php:71
549
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 544323)
0.100 ms 1 /classes/Product.php:3860
605
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1539767)
0.100 ms 1 /classes/Product.php:3860
678
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 573471
AND image_shop.`cover` = 1 LIMIT 1
0.100 ms 6 /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` = 670763
AND image_shop.`cover` = 1 LIMIT 1
0.100 ms 7 /classes/Product.php:3570
12
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `een_lang` l
JOIN een_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1
0.099 ms 2 /classes/Language.php:1216
204
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 545042)
0.099 ms 1 /classes/Product.php:3860
531
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 602886
AND image_shop.`cover` = 1 LIMIT 1
0.099 ms 8 /classes/Product.php:3570
943
SELECT SQL_NO_CACHE COUNT(*) FROM `een_orders` o
LEFT JOIN `een_order_cart_rule` ocr ON (ocr.`id_order` = o.`id_order`)
WHERE o.`id_customer` = 0
AND ocr.`deleted` = 0 AND ocr.`id_cart_rule` = 0 LIMIT 1
0.099 ms 1 /classes/order/Order.php:881
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` = 1539331)
0.098 ms 1 /classes/Product.php:3860
332
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 12925)
0.097 ms 1 /classes/Product.php:3860
412
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 545896)
0.097 ms 1 /classes/Product.php:3860
644
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 598872)
0.096 ms 1 /classes/Product.php:3860
247
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1530543)
0.096 ms 1 /classes/Product.php:3860
199
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 545042
AND image_shop.`cover` = 1 LIMIT 1
0.095 ms 8 /classes/Product.php:3570
218
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3971)
0.095 ms 1 /classes/Product.php:3860
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` = 1530533)
0.095 ms 1 /classes/Product.php:3860
7
SELECT SQL_NO_CACHE *
FROM `een_country` a
LEFT JOIN `een_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `een_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
0.094 ms 1 /src/Adapter/EntityMapper.php:71
232
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4188)
0.094 ms 1 /classes/Product.php:3860
972
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.094 ms 0 Yes /classes/Category.php:799
212
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3971
AND image_shop.`cover` = 1 LIMIT 1
0.093 ms 7 /classes/Product.php:3570
304
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1539787)
0.093 ms 1 /classes/Product.php:3860
312
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1540069
AND image_shop.`cover` = 1 LIMIT 1
0.093 ms 5 /classes/Product.php:3570
420
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 647776
AND image_shop.`cover` = 1 LIMIT 1
0.093 ms 9 /classes/Product.php:3570
618
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1539771)
0.093 ms 1 /classes/Product.php:3860
255
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 11358
AND image_shop.`cover` = 1 LIMIT 1
0.092 ms 7 /classes/Product.php:3570
536
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 602886)
0.092 ms 1 /classes/Product.php:3860
167
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE `id_product` != 0 LIMIT 1
0.092 ms 2535 /classes/SpecificPrice.php:297
240
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1530543
AND image_shop.`cover` = 1 LIMIT 1
0.091 ms 6 /classes/Product.php:3570
269
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1530533
AND image_shop.`cover` = 1 LIMIT 1
0.091 ms 7 /classes/Product.php:3570
345
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 553407)
0.091 ms 1 /classes/Product.php:3860
544
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 544323
AND image_shop.`cover` = 1 LIMIT 1
0.091 ms 7 /classes/Product.php:3570
657
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 596208)
0.091 ms 1 /classes/Product.php:3860
399
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1540315)
0.091 ms 1 /classes/Product.php:3860
578
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1530791)
0.091 ms 1 /classes/Product.php:3860
425
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 647776)
0.090 ms 1 /classes/Product.php:3860
358
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 559283)
0.090 ms 1 /classes/Product.php:3860
453
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 663060)
0.090 ms 1 /classes/Product.php:3860
1168
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitsociallogin" LIMIT 1
0.090 ms 1 /classes/module/Module.php:2659
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` = 1539331
AND image_shop.`cover` = 1 LIMIT 1
0.089 ms 6 /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` = 1539787
AND image_shop.`cover` = 1 LIMIT 1
0.089 ms 7 /classes/Product.php:3570
440
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1539222)
0.089 ms 1 /classes/Product.php:3860
564
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1530945)
0.089 ms 1 /classes/Product.php:3860
156
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.089 ms 1 /src/Adapter/EntityMapper.php:71
586
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1539469
AND image_shop.`cover` = 1 LIMIT 1
0.089 ms 6 /classes/Product.php:3570
318
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1540069)
0.088 ms 1 /classes/Product.php:3860
340
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 553407
AND image_shop.`cover` = 1 LIMIT 1
0.088 ms 10 /classes/Product.php:3570
372
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1540310)
0.088 ms 1 /classes/Product.php:3860
386
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1539389)
0.088 ms 1 /classes/Product.php:3860
592
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1539469)
0.088 ms 1 /classes/Product.php:3860
613
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1539771
AND image_shop.`cover` = 1 LIMIT 1
0.088 ms 8 /classes/Product.php:3570
557
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1530945
AND image_shop.`cover` = 1 LIMIT 1
0.087 ms 6 /classes/Product.php:3570
706
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 596063 LIMIT 1
0.087 ms 1 /classes/SpecificPrice.php:435
918
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 546937
0.087 ms 1 /classes/Product.php:2902
407
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 545896
AND image_shop.`cover` = 1 LIMIT 1
0.086 ms 8 /classes/Product.php:3570
957
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 883 AND `id_shop` = 1
0.086 ms 2 /src/Adapter/EntityMapper.php:79
1082
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `een_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.086 ms 1 /classes/Cart.php:1303
226
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4188
AND image_shop.`cover` = 1 LIMIT 1
0.085 ms 4 /classes/Product.php:3570
433
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1539222
AND image_shop.`cover` = 1 LIMIT 1
0.085 ms 7 /classes/Product.php:3570
448
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 663060
AND image_shop.`cover` = 1 LIMIT 1
0.085 ms 9 /classes/Product.php:3570
693
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 610286 LIMIT 1
0.085 ms 1 /classes/SpecificPrice.php:435
958
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.085 ms 1 /src/Adapter/EntityMapper.php:71
47
SELECT SQL_NO_CACHE *
FROM `een_category` a
LEFT JOIN `een_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `een_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 259) AND (b.`id_shop` = 1) LIMIT 1
0.085 ms 1 /src/Adapter/EntityMapper.php:71
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.085 ms 1 /src/Adapter/EntityMapper.php:71
701
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 610286) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.085 ms 1 /classes/stock/StockAvailable.php:453
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` = 1540310
AND image_shop.`cover` = 1 LIMIT 1
0.084 ms 8 /classes/Product.php:3570
692
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.084 ms 1 /classes/Product.php:5659
19
SELECT SQL_NO_CACHE name, alias FROM `een_hook_alias`
0.083 ms 87 /classes/Hook.php:339
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.083 ms 1 /src/Adapter/EntityMapper.php:71
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.083 ms 867 /modules/flashsalepro/flashsalepro.php:1058
165
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 0 LIMIT 1
0.083 ms 1 /classes/SpecificPrice.php:426
353
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 559283
AND image_shop.`cover` = 1 LIMIT 1
0.083 ms 9 /classes/Product.php:3570
652
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 596208
AND image_shop.`cover` = 1 LIMIT 1
0.083 ms 8 /classes/Product.php:3570
6
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `een_lang` l
LEFT JOIN `een_lang_shop` ls ON (l.id_lang = ls.id_lang)
0.082 ms 2 /classes/Language.php:1080
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.082 ms 1 /src/Adapter/EntityMapper.php:71
380
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1539389
AND image_shop.`cover` = 1 LIMIT 1
0.082 ms 6 /classes/Product.php:3570
461
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 695093
AND image_shop.`cover` = 1 LIMIT 1
0.082 ms 7 /classes/Product.php:3570
697
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 610286 AND id_shop=1 LIMIT 1
0.082 ms 1 /classes/Product.php:6876
956
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.082 ms 1 /src/Adapter/EntityMapper.php:71
968
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.082 ms 1 /src/Adapter/EntityMapper.php:71
600
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1539767
AND image_shop.`cover` = 1 LIMIT 1
0.082 ms 7 /classes/Product.php:3570
162
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.081 ms 1 /classes/Category.php:1378
572
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1530791
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 5 /classes/Product.php:3570
665
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 605854
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 6 /classes/Product.php:3570
946
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.081 ms 2 /classes/Currency.php:1136
959
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 238 AND `id_shop` = 1
0.081 ms 2 /src/Adapter/EntityMapper.php:79
394
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1540315
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 10 /classes/Product.php:3570
953
SELECT SQL_NO_CACHE `width`, `height`
FROM een_image_type
WHERE `name` = 'small_default' LIMIT 1
0.080 ms 1 /classes/Image.php:563
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.080 ms 1 /classes/shop/Shop.php:218
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.080 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
520
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 13098 LIMIT 1
0.080 ms 2 /classes/SpecificPrice.php:435
944
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitlinksmanager" LIMIT 1
0.080 ms 1 /classes/module/Module.php:2659
967
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 885 AND `id_shop` = 1
0.080 ms 2 /src/Adapter/EntityMapper.php:79
937
SELECT SQL_NO_CACHE c.id_elementor FROM een_iqit_elementor_category c WHERE c.id_category = 882 LIMIT 1
0.079 ms 56 /modules/iqitelementor/src/IqitElementorCategory.php:87
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.079 ms 1 /src/Adapter/EntityMapper.php:71
1018
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 950 AND `id_shop` = 1
0.079 ms 2 /src/Adapter/EntityMapper.php:79
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.078 ms 1 /src/Adapter/EntityMapper.php:71
164
SELECT SQL_NO_CACHE `name`
FROM `een_manufacturer`
WHERE `id_manufacturer` = 510
AND `active` = 1 LIMIT 1
0.078 ms 1 /classes/Manufacturer.php:316
188
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 542226 LIMIT 1
0.078 ms 1 /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 = 253 LIMIT 1
0.078 ms 1 /classes/Product.php:5659
749
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 546251 AND id_shop=1 LIMIT 1
0.078 ms 1 /classes/Product.php:6876
25
SELECT SQL_NO_CACHE * FROM `een_currency` c ORDER BY `iso_code` ASC
0.077 ms 2 Yes /classes/Currency.php:709
1013
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.077 ms 1 /src/Adapter/EntityMapper.php:71
1083
SELECT SQL_NO_CACHE `iso_code`
FROM `een_country`
WHERE `id_country` = 8 LIMIT 1
0.077 ms 1 /classes/Country.php:275
17
SELECT SQL_NO_CACHE value FROM `een_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.077 ms 1 /classes/shop/Shop.php:1183
960
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.077 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.076 ms 1 /src/Adapter/EntityMapper.php:71
667
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 605854 LIMIT 1
0.076 ms 1 /classes/SpecificPrice.php:435
962
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.076 ms 1 /src/Adapter/EntityMapper.php:71
15
SELECT SQL_NO_CACHE `name`, `alias` FROM `een_hook_alias`
0.075 ms 87 /classes/Hook.php:287
59
SELECT SQL_NO_CACHE * FROM `een_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.075 ms 8 Yes /classes/ImageType.php:109
964
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.075 ms 1 /src/Adapter/EntityMapper.php:71
993
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.075 ms 1 /src/Adapter/EntityMapper.php:71
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.075 ms 1 /src/Adapter/EntityMapper.php:71
168
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.075 ms 1 /classes/SpecificPrice.php:377
623
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1539771) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.075 ms 1 /classes/stock/StockAvailable.php:453
1070
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.075 ms 1 /src/Adapter/EntityMapper.php:71
921
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 670486
0.074 ms 1 /classes/Product.php:2902
961
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 261 AND `id_shop` = 1
0.074 ms 2 /src/Adapter/EntityMapper.php:79
974
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.074 ms 1 /src/Adapter/EntityMapper.php:71
966
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.074 ms 1 /src/Adapter/EntityMapper.php:71
1087
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "ps_facetedsearch" LIMIT 1
0.074 ms 1 /classes/module/Module.php:2659
170
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 3874
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.073 ms 1 /classes/SpecificPrice.php:259
632
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 596405 AND id_shop=1 LIMIT 1
0.073 ms 1 /classes/Product.php:6876
528
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 13098) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.072 ms 1 /classes/stock/StockAvailable.php:453
686
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 573471 LIMIT 1
0.072 ms 1 /classes/Pack.php:89
1084
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitelementor" LIMIT 1
0.072 ms 1 /classes/module/Module.php:2659
834
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1539787
0.072 ms 1 /classes/Product.php:2902
506
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1540226 LIMIT 1
0.071 ms 2 /classes/SpecificPrice.php:435
784
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 691488 LIMIT 1
0.071 ms 1 /classes/SpecificPrice.php:435
963
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 245 AND `id_shop` = 1
0.071 ms 2 /src/Adapter/EntityMapper.php:79
1043
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.071 ms 1 /src/Adapter/EntityMapper.php:71
1053
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.071 ms 1 /src/Adapter/EntityMapper.php:71
1140
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "supercheckout" LIMIT 1
0.071 ms 0 /classes/module/Module.php:2659
179
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.071 ms 0 /classes/tax/TaxRulesTaxManager.php:109
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.070 ms 1 /src/Adapter/EntityMapper.php:71
641
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 598872 LIMIT 1
0.070 ms 1 /classes/SpecificPrice.php:435
684
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 573471 AND id_shop=1 LIMIT 1
0.070 ms 1 /classes/Product.php:6876
830
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1530533
0.070 ms 1 /classes/Product.php:2902
965
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 264 AND `id_shop` = 1
0.070 ms 2 /src/Adapter/EntityMapper.php:79
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.070 ms 1 /src/Adapter/EntityMapper.php:71
166
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 3874 LIMIT 1
0.070 ms 2 /classes/SpecificPrice.php:435
699
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 610286 LIMIT 1
0.070 ms 1 /classes/Pack.php:89
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.069 ms 1 /src/Adapter/EntityMapper.php:71
34
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'US' LIMIT 1
0.069 ms 1 /classes/Country.php:194
936
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 561965
0.069 ms 1 /classes/Product.php:2902
492
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1539585 LIMIT 1
0.069 ms 2 /classes/SpecificPrice.php:435
688
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 573471) 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
698
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 610286 AND `id_group` = 1 LIMIT 1
0.069 ms 0 /classes/GroupReduction.php:156
707
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 596063
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.069 ms 0 /classes/SpecificPrice.php:259
727
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 546937) 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
4
SELECT SQL_NO_CACHE *
FROM `een_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.068 ms 1 /src/Adapter/EntityMapper.php:71
169
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.068 ms 1 /classes/SpecificPrice.php:381
621
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1539771 LIMIT 1
0.068 ms 1 /classes/Pack.php:89
719
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 546937 LIMIT 1
0.068 ms 1 /classes/SpecificPrice.php:435
751
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 546251 LIMIT 1
0.068 ms 1 /classes/Pack.php:89
1028
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.068 ms 1 /src/Adapter/EntityMapper.php:71
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.067 ms 1 /src/Adapter/EntityMapper.php:71
157
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 882 AND `id_shop` = 1
0.067 ms 2 /src/Adapter/EntityMapper.php:79
173
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 3874 AND id_shop=1 LIMIT 1
0.067 ms 1 /classes/Product.php:6876
481
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 593228 AND id_shop=1 LIMIT 1
0.067 ms 1 /classes/Product.php:6876
526
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 13098 LIMIT 1
0.067 ms 1 /classes/Pack.php:89
855
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 545896
0.067 ms 1 /classes/Product.php:2902
947
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitwishlist" LIMIT 1
0.067 ms 1 /classes/module/Module.php:2659
21
SELECT SQL_NO_CACHE * FROM `een_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.066 ms 1 /classes/module/Module.php:2041
57
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.066 ms 0 /classes/module/Module.php:2659
60
SELECT SQL_NO_CACHE format
FROM `een_address_format`
WHERE `id_country` = 8 LIMIT 1
0.066 ms 1 /classes/AddressFormat.php:656
518
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.066 ms 1 /classes/Category.php:1378
732
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 670486 LIMIT 1
0.066 ms 1 /classes/SpecificPrice.php:435
951
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitmegamenu" LIMIT 1
0.066 ms 1 /classes/module/Module.php:2659
1010
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.066 ms 1 /src/Adapter/EntityMapper.php:71
524
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 13098 AND id_shop=1 LIMIT 1
0.066 ms 1 /classes/Product.php:6876
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.065 ms 1 /src/Adapter/EntityMapper.php:71
69
SELECT SQL_NO_CACHE * FROM `een_image_type`
0.065 ms 8 /classes/ImageType.php:161
608
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1539767 LIMIT 1
0.065 ms 1 /classes/Pack.php:89
745
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 546251 LIMIT 1
0.065 ms 1 /classes/SpecificPrice.php:435
758
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 670763 LIMIT 1
0.065 ms 1 /classes/SpecificPrice.php:435
797
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 561965 LIMIT 1
0.065 ms 1 /classes/SpecificPrice.php:435
949
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitcompare" LIMIT 1
0.065 ms 1 /classes/module/Module.php:2659
1014
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 960 AND `id_shop` = 1
0.065 ms 2 /src/Adapter/EntityMapper.php:79
33
SELECT SQL_NO_CACHE `id_lang` FROM `een_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.065 ms 2 /classes/Language.php:883
606
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1539767 AND id_shop=1 LIMIT 1
0.065 ms 1 /classes/Product.php:6876
675
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 605854) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.065 ms 1 /classes/stock/StockAvailable.php:453
852
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1540315
0.065 ms 1 /classes/Product.php:2902
900
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 598872
0.065 ms 1 /classes/Product.php:2902
969
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 270 AND `id_shop` = 1
0.065 ms 2 /src/Adapter/EntityMapper.php:79
38
SELECT SQL_NO_CACHE *
FROM `een_currency_lang`
WHERE `id_currency` = 1
0.064 ms 2 /src/Adapter/EntityMapper.php:79
860
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1539222
0.064 ms 1 /classes/Product.php:2902
771
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 542739 LIMIT 1
0.064 ms 1 /classes/SpecificPrice.php:435
814
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 542226
0.064 ms 1 /classes/Product.php:2902
858
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 647776
0.064 ms 1 /classes/Product.php:2902
869
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 593228
0.064 ms 1 /classes/Product.php:2902
882
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 544323
0.064 ms 1 /classes/Product.php:2902
915
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 596063
0.064 ms 1 /classes/Product.php:2902
930
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 542739
0.064 ms 1 /classes/Product.php:2902
1091
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitcountdown" LIMIT 1
0.064 ms 1 /classes/module/Module.php:2659
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.063 ms 1 /src/Adapter/EntityMapper.php:71
712
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 596063 LIMIT 1
0.063 ms 1 /classes/Pack.php:89
810
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 3874
0.063 ms 1 /classes/Product.php:2902
909
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 573471
0.063 ms 1 /classes/Product.php:2902
912
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 610286
0.063 ms 1 /classes/Product.php:2902
927
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 670763
0.063 ms 1 /classes/Product.php:2902
933
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 691488
0.063 ms 1 /classes/Product.php:2902
113
SELECT SQL_NO_CACHE id_feed
FROM `een_gmcp_feeds` ff
WHERE (ff.id_shop=1) LIMIT 1
0.063 ms 370 /modules/gmerchantcenterpro/models/Feeds.php:53
272
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1530533 LIMIT 1
0.063 ms 2 /classes/SpecificPrice.php:435
610
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1539767) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.063 ms 1 /classes/stock/StockAvailable.php:453
628
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 596405 LIMIT 1
0.063 ms 1 /classes/SpecificPrice.php:435
679
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.063 ms 1 /classes/Product.php:5659
700
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 610286 LIMIT 1
0.063 ms 1 /classes/Pack.php:90
710
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 596063 AND id_shop=1 LIMIT 1
0.063 ms 1 /classes/Product.php:6876
817
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 545042
0.063 ms 1 /classes/Product.php:2902
823
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 4188
0.063 ms 1 /classes/Product.php:2902
825
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1530543
0.063 ms 1 /classes/Product.php:2902
828
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 11358
0.063 ms 1 /classes/Product.php:2902
863
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 663060
0.063 ms 1 /classes/Product.php:2902
866
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 695093
0.063 ms 1 /classes/Product.php:2902
871
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1539585
0.063 ms 1 /classes/Product.php:2902
873
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1540226
0.063 ms 1 /classes/Product.php:2902
876
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 13098
0.063 ms 1 /classes/Product.php:2902
879
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 602886
0.063 ms 1 /classes/Product.php:2902
884
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1530945
0.063 ms 1 /classes/Product.php:2902
888
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1539469
0.063 ms 1 /classes/Product.php:2902
891
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1539767
0.063 ms 1 /classes/Product.php:2902
897
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 596405
0.063 ms 1 /classes/Product.php:2902
903
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 596208
0.063 ms 1 /classes/Product.php:2902
906
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 605854
0.063 ms 1 /classes/Product.php:2902
924
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 546251
0.063 ms 1 /classes/Product.php:2902
975
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 253 AND `id_shop` = 1
0.063 ms 2 /src/Adapter/EntityMapper.php:79
1019
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.063 ms 1 /src/Adapter/EntityMapper.php:71
11
SELECT SQL_NO_CACHE domain, domain_ssl
FROM een_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.062 ms 1 /classes/shop/ShopUrl.php:182
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.062 ms 1 /classes/Category.php:1754
55
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "facebookproductsfeed" LIMIT 1
0.062 ms 0 /classes/module/Module.php:2659
163
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 966 LIMIT 1
0.062 ms 1 /classes/Product.php:5659
315
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1540069 LIMIT 1
0.062 ms 2 /classes/SpecificPrice.php:435
477
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 593228 LIMIT 1
0.062 ms 1 /classes/SpecificPrice.php:435
514
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1540226) 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
731
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
738
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 670486 LIMIT 1
0.062 ms 1 /classes/Pack.php:89
740
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 670486) 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
777
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 542739 LIMIT 1
0.062 ms 1 /classes/Pack.php:89
792
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.062 ms 1 /classes/stock/StockAvailable.php:453
820
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 3971
0.062 ms 1 /classes/Product.php:2902
832
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1539331
0.062 ms 1 /classes/Product.php:2902
886
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1530791
0.062 ms 1 /classes/Product.php:2902
894
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1539771
0.062 ms 1 /classes/Product.php:2902
1071
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 149 AND `id_shop` = 1
0.062 ms 2 /src/Adapter/EntityMapper.php:79
36
SELECT SQL_NO_CACHE *
FROM `een_country_lang`
WHERE `id_country` = 21
0.061 ms 2 /src/Adapter/EntityMapper.php:79
258
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 11358 LIMIT 1
0.061 ms 2 /classes/SpecificPrice.php:435
301
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1539787 LIMIT 1
0.061 ms 2 /classes/SpecificPrice.php:435
485
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 593228) 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
489
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.061 ms 1 /classes/Category.php:1378
614
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
668
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 605854
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.061 ms 0 /classes/SpecificPrice.php:259
680
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 573471 LIMIT 1
0.061 ms 1 /classes/SpecificPrice.php:435
718
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
764
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 670763 LIMIT 1
0.061 ms 1 /classes/Pack.php:89
790
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 691488 LIMIT 1
0.061 ms 1 /classes/Pack.php:89
803
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 561965 LIMIT 1
0.061 ms 1 /classes/Pack.php:89
805
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 561965) 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
1085
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 76 AND `id_shop` = 1 LIMIT 1
0.061 ms 1 /classes/module/Module.php:2132
43
SELECT SQL_NO_CACHE `id_category`
FROM `een_category_shop`
WHERE `id_category` = 882
AND `id_shop` = 1 LIMIT 1
0.061 ms 1 /classes/Category.php:2450
714
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 596063) 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
725
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 546937 LIMIT 1
0.061 ms 1 /classes/Pack.php:89
41
SELECT SQL_NO_CACHE *
FROM `een_group_lang`
WHERE `id_group` = 1
0.060 ms 2 /src/Adapter/EntityMapper.php:79
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.060 ms 1 /src/Adapter/EntityMapper.php:71
116
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.060 ms 1 /classes/Country.php:194
500
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1539585) 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
753
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 546251) 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
766
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 670763) 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
779
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 542739) 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
1029
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 938 AND `id_shop` = 1
0.060 ms 2 /src/Adapter/EntityMapper.php:79
1060
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 165 AND `id_shop` = 1
0.060 ms 2 /src/Adapter/EntityMapper.php:79
1080
SELECT SQL_NO_CACHE `width`, `height`
FROM een_image_type
WHERE `name` = 'home_default' LIMIT 1
0.060 ms 1 /classes/Image.php:563
1159
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "attributewizardpro" LIMIT 1
0.060 ms 0 /classes/module/Module.php:2659
244
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1530543 LIMIT 1
0.060 ms 2 /classes/SpecificPrice.php:435
615
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1539771 LIMIT 1
0.060 ms 2 /classes/SpecificPrice.php:435
801
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 561965 AND id_shop=1 LIMIT 1
0.060 ms 1 /classes/Product.php:6876
120
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'TND') LIMIT 1
0.059 ms 1 /classes/Currency.php:893
180
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 3874 LIMIT 1
0.059 ms 1 /classes/Pack.php:89
287
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1539331 LIMIT 1
0.059 ms 2 /classes/SpecificPrice.php:435
736
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 670486 AND id_shop=1 LIMIT 1
0.059 ms 1 /classes/Product.php:6876
970
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.059 ms 1 /src/Adapter/EntityMapper.php:71
1021
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.059 ms 1 /src/Adapter/EntityMapper.php:71
1040
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.059 ms 1 /src/Adapter/EntityMapper.php:71
1089
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "productcomments" LIMIT 1
0.059 ms 1 /classes/module/Module.php:2659
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.059 ms 1 /src/Adapter/EntityMapper.php:71
147
SELECT SQL_NO_CACHE id_order
FROM `een_orders` o
WHERE (o.id_cart=0) LIMIT 1
0.059 ms 1 /modules/gmerchantcenterpro/lib/dao/moduleDao.php:450
498
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1539585 LIMIT 1
0.059 ms 1 /classes/Pack.php:89
589
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1539469 LIMIT 1
0.059 ms 2 /classes/SpecificPrice.php:435
971
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 154 AND `id_shop` = 1
0.059 ms 2 /src/Adapter/EntityMapper.php:79
1015
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.059 ms 1 /src/Adapter/EntityMapper.php:71
1172
SELECT SQL_NO_CACHE data
FROM `een_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
0.059 ms 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
215
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 3971 LIMIT 1
0.058 ms 2 /classes/SpecificPrice.php:435
775
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 542739 AND id_shop=1 LIMIT 1
0.058 ms 1 /classes/Product.php:6876
1075
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 157 AND `id_shop` = 1
0.058 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.058 ms 1 /modules/flashsalepro/flashsalepro.php:1573
369
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1540310 LIMIT 1
0.058 ms 2 /classes/SpecificPrice.php:435
483
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 593228 LIMIT 1
0.058 ms 1 /classes/Pack.php:89
521
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 13098
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.058 ms 1 /classes/SpecificPrice.php:259
619
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1539771 AND id_shop=1 LIMIT 1
0.058 ms 1 /classes/Product.php:6876
627
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
673
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 605854 LIMIT 1
0.058 ms 1 /classes/Pack.php:89
685
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 573471 AND `id_group` = 1 LIMIT 1
0.058 ms 0 /classes/GroupReduction.php:156
744
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
762
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 670763 AND id_shop=1 LIMIT 1
0.058 ms 1 /classes/Product.php:6876
788
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 691488 AND id_shop=1 LIMIT 1
0.058 ms 1 /classes/Product.php:6876
811
SELECT SQL_NO_CACHE state FROM een_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.058 ms 0 /classes/FeatureFlag.php:105
1047
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.058 ms 1 /src/Adapter/EntityMapper.php:71
468
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 695093 AND id_shop=1 LIMIT 1
0.057 ms 1 /classes/Product.php:6876
976
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.057 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.057 ms 1 /classes/Currency.php:893
313
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 259 LIMIT 1
0.057 ms 1 /classes/Product.php:5659
472
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 695093) 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
527
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 13098 LIMIT 1
0.057 ms 1 /classes/Pack.php:90
533
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 602886 LIMIT 1
0.057 ms 1 /classes/SpecificPrice.php:435
687
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 573471 LIMIT 1
0.057 ms 1 /classes/Pack.php:90
723
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 546937 AND id_shop=1 LIMIT 1
0.057 ms 1 /classes/Product.php:6876
757
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
770
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
783
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
796
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
945
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 79 AND `id_shop` = 1 LIMIT 1
0.057 ms 1 /classes/module/Module.php:2132
994
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 884 AND `id_shop` = 1
0.057 ms 2 /src/Adapter/EntityMapper.php:79
1020
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 954 AND `id_shop` = 1
0.057 ms 2 /src/Adapter/EntityMapper.php:79
1034
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.057 ms 1 /src/Adapter/EntityMapper.php:71
1036
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.057 ms 1 /src/Adapter/EntityMapper.php:71
1044
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 959 AND `id_shop` = 1
0.057 ms 2 /src/Adapter/EntityMapper.php:79
1054
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 211 AND `id_shop` = 1
0.057 ms 2 /src/Adapter/EntityMapper.php:79
1063
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
1068
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
134
SELECT SQL_NO_CACHE *
FROM `een_country_lang`
WHERE `id_country` = 19
0.056 ms 2 /src/Adapter/EntityMapper.php:79
273
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1530533
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.056 ms 0 /classes/SpecificPrice.php:259
512
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1540226 LIMIT 1
0.056 ms 1 /classes/Pack.php:89
558
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.056 ms 1 /classes/Category.php:1378
575
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1530791 LIMIT 1
0.056 ms 2 /classes/SpecificPrice.php:435
622
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1539771 LIMIT 1
0.056 ms 1 /classes/Pack.php:90
671
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 605854 AND id_shop=1 LIMIT 1
0.056 ms 1 /classes/Product.php:6876
1005
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.056 ms 1 /src/Adapter/EntityMapper.php:71
1033
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 940 AND `id_shop` = 1
0.056 ms 2 /src/Adapter/EntityMapper.php:79
1041
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
1092
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 75 AND `id_shop` = 1 LIMIT 1
0.056 ms 1 /classes/module/Module.php:2132
482
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 593228 AND `id_group` = 1 LIMIT 1
0.056 ms 0 /classes/GroupReduction.php:156
66
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "pm_advancedpack" LIMIT 1
0.055 ms 0 /classes/module/Module.php:2659
504
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 148 LIMIT 1
0.055 ms 1 /classes/Product.php:5659
561
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1530945 LIMIT 1
0.055 ms 2 /classes/SpecificPrice.php:435
636
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 596405) 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
984
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.055 ms 1 /src/Adapter/EntityMapper.php:71
996
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 286 AND `id_shop` = 1
0.055 ms 2 /src/Adapter/EntityMapper.php:79
1006
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 969 AND `id_shop` = 1
0.055 ms 2 /src/Adapter/EntityMapper.php:79
1030
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.055 ms 1 /src/Adapter/EntityMapper.php:71
1038
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.055 ms 1 /src/Adapter/EntityMapper.php:71
470
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 695093 LIMIT 1
0.055 ms 1 /classes/Pack.php:89
476
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 258 LIMIT 1
0.055 ms 1 /classes/Product.php:5659
640
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.055 ms 1 /classes/Product.php:5659
1035
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 941 AND `id_shop` = 1
0.055 ms 2 /src/Adapter/EntityMapper.php:79
1090
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 109 AND `id_shop` = 1 LIMIT 1
0.055 ms 1 /classes/module/Module.php:2132
437
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1539222 LIMIT 1
0.054 ms 2 /classes/SpecificPrice.php:435
510
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1540226 AND id_shop=1 LIMIT 1
0.054 ms 1 /classes/Product.php:6876
587
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
634
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 596405 LIMIT 1
0.054 ms 1 /classes/Pack.php:89
977
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 259 AND `id_shop` = 1
0.054 ms 2 /src/Adapter/EntityMapper.php:79
978
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.054 ms 1 /src/Adapter/EntityMapper.php:71
985
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 114 AND `id_shop` = 1
0.054 ms 2 /src/Adapter/EntityMapper.php:79
998
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 247 AND `id_shop` = 1
0.054 ms 2 /src/Adapter/EntityMapper.php:79
1016
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 956 AND `id_shop` = 1
0.054 ms 2 /src/Adapter/EntityMapper.php:79
1017
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.054 ms 1 /src/Adapter/EntityMapper.php:71
1022
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 953 AND `id_shop` = 1
0.054 ms 2 /src/Adapter/EntityMapper.php:79
1023
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.054 ms 1 /src/Adapter/EntityMapper.php:71
1045
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.054 ms 1 /src/Adapter/EntityMapper.php:71
1077
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 159 AND `id_shop` = 1
0.054 ms 2 /src/Adapter/EntityMapper.php:79
257
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 226 LIMIT 1
0.054 ms 1 /classes/Product.php:5659
266
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 11358) 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
383
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1539389 LIMIT 1
0.054 ms 2 /classes/SpecificPrice.php:435
607
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1539767 AND `id_group` = 1 LIMIT 1
0.054 ms 0 /classes/GroupReduction.php:156
633
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 596405 AND `id_group` = 1 LIMIT 1
0.054 ms 0 /classes/GroupReduction.php:156
1011
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 951 AND `id_shop` = 1
0.054 ms 2 /src/Adapter/EntityMapper.php:79
1055
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.054 ms 1 /src/Adapter/EntityMapper.php:71
1072
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.054 ms 1 /src/Adapter/EntityMapper.php:71
1076
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.054 ms 1 /src/Adapter/EntityMapper.php:71
1165
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "blockwishlist" LIMIT 1
0.054 ms 1 /classes/module/Module.php:2659
256
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.053 ms 1 /classes/Category.php:1378
496
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1539585 AND id_shop=1 LIMIT 1
0.053 ms 1 /classes/Product.php:6876
982
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.053 ms 1 /src/Adapter/EntityMapper.php:71
999
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.053 ms 1 /src/Adapter/EntityMapper.php:71
1037
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 942 AND `id_shop` = 1
0.053 ms 2 /src/Adapter/EntityMapper.php:79
1039
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 952 AND `id_shop` = 1
0.053 ms 2 /src/Adapter/EntityMapper.php:79
1061
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.053 ms 1 /src/Adapter/EntityMapper.php:71
1142
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "onepagecheckout" LIMIT 1
0.053 ms 0 /classes/module/Module.php:2659
0
SELECT SQL_NO_CACHE * FROM een_memcached_servers
0.053 ms 1 /classes/cache/CacheMemcached.php:263
31
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (iso_code = 'GBP') LIMIT 1
0.053 ms 1 /classes/Currency.php:893
42
SELECT SQL_NO_CACHE id_shop
FROM `een_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.053 ms 1 /classes/ObjectModel.php:1729
152
SELECT SQL_NO_CACHE `id_category`
FROM `een_category_shop`
WHERE `id_category` = 882
AND `id_shop` = 1 LIMIT 1
0.053 ms 1 /classes/Category.php:2450
186
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 966 LIMIT 1
0.053 ms 1 /classes/Product.php:5659
309
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1539787) 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
507
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1540226
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.053 ms 1 /classes/SpecificPrice.php:259
609
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1539767 LIMIT 1
0.053 ms 1 /classes/Pack.php:90
981
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 13 AND `id_shop` = 1
0.053 ms 2 /src/Adapter/EntityMapper.php:79
983
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 18 AND `id_shop` = 1
0.053 ms 2 /src/Adapter/EntityMapper.php:79
986
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.053 ms 1 /src/Adapter/EntityMapper.php:71
995
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.053 ms 1 /src/Adapter/EntityMapper.php:71
997
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.053 ms 1 /src/Adapter/EntityMapper.php:71
1046
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 29 AND `id_shop` = 1
0.053 ms 2 /src/Adapter/EntityMapper.php:79
1048
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 265 AND `id_shop` = 1
0.053 ms 2 /src/Adapter/EntityMapper.php:79
1049
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.053 ms 1 /src/Adapter/EntityMapper.php:71
1059
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.053 ms 1 /src/Adapter/EntityMapper.php:71
39
SELECT SQL_NO_CACHE id_shop
FROM `een_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.052 ms 1 /classes/ObjectModel.php:1729
201
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 545042 LIMIT 1
0.052 ms 1 /classes/SpecificPrice.php:435
1031
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 939 AND `id_shop` = 1
0.052 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.052 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.052 ms 1 /classes/Currency.php:893
177
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 3874 AND `id_group` = 1 LIMIT 1
0.052 ms 0 /classes/GroupReduction.php:156
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
525
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 13098 AND `id_group` = 1 LIMIT 1
0.052 ms 0 /classes/GroupReduction.php:156
629
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 596405
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.052 ms 0 /classes/SpecificPrice.php:259
642
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 598872
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.052 ms 0 /classes/SpecificPrice.php:259
694
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 610286
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.052 ms 0 /classes/SpecificPrice.php:259
739
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 670486 LIMIT 1
0.052 ms 1 /classes/Pack.php:90
776
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 542739 AND `id_group` = 1 LIMIT 1
0.052 ms 0 /classes/GroupReduction.php:156
836
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1540069
0.052 ms 1 /classes/Product.php:2902
948
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 88 AND `id_shop` = 1 LIMIT 1
0.052 ms 1 /classes/module/Module.php:2132
980
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.052 ms 1 /src/Adapter/EntityMapper.php:71
1007
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.052 ms 1 /src/Adapter/EntityMapper.php:71
1025
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.052 ms 1 /src/Adapter/EntityMapper.php:71
1032
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.052 ms 1 /src/Adapter/EntityMapper.php:71
1064
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 164 AND `id_shop` = 1
0.052 ms 2 /src/Adapter/EntityMapper.php:79
1073
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 375 AND `id_shop` = 1
0.052 ms 2 /src/Adapter/EntityMapper.php:79
1078
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.052 ms 1 /src/Adapter/EntityMapper.php:71
26
SELECT SQL_NO_CACHE `id_lang` FROM `een_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.051 ms 2 /classes/Language.php:883
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.051 ms 1 /src/Adapter/EntityMapper.php:71
182
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 3874) 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
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` = 19 LIMIT 1
0.051 ms 1 /classes/Category.php:1378
346
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 553407 AND id_shop=1 LIMIT 1
0.051 ms 1 /classes/Product.php:6876
484
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 593228 LIMIT 1
0.051 ms 1 /classes/Pack.php:90
490
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 148 LIMIT 1
0.051 ms 1 /classes/Product.php:5659
720
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 546937
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.051 ms 0 /classes/SpecificPrice.php:259
752
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 546251 LIMIT 1
0.051 ms 1 /classes/Pack.php:90
765
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 670763 LIMIT 1
0.051 ms 1 /classes/Pack.php:90
778
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 542739 LIMIT 1
0.051 ms 1 /classes/Pack.php:90
785
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.051 ms 0 /classes/SpecificPrice.php:259
950
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 71 AND `id_shop` = 1 LIMIT 1
0.051 ms 1 /classes/module/Module.php:2132
952
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 80 AND `id_shop` = 1 LIMIT 1
0.051 ms 1 /classes/module/Module.php:2132
979
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 966 AND `id_shop` = 1
0.051 ms 2 /src/Adapter/EntityMapper.php:79
988
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.051 ms 1 /src/Adapter/EntityMapper.php:71
1001
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.051 ms 1 /src/Adapter/EntityMapper.php:71
1003
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.051 ms 1 /src/Adapter/EntityMapper.php:71
1056
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 73 AND `id_shop` = 1
0.051 ms 2 /src/Adapter/EntityMapper.php:79
1057
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.051 ms 1 /src/Adapter/EntityMapper.php:71
1065
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.051 ms 1 /src/Adapter/EntityMapper.php:71
1066
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 166 AND `id_shop` = 1
0.051 ms 2 /src/Adapter/EntityMapper.php:79
1067
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.051 ms 1 /src/Adapter/EntityMapper.php:71
1074
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.051 ms 1 /src/Adapter/EntityMapper.php:71
733
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 670486
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.051 ms 0 /classes/SpecificPrice.php:259
27
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.050 ms 1 /classes/Currency.php:893
135
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'CA' LIMIT 1
0.050 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.050 ms 1 /src/Adapter/EntityMapper.php:71
192
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 542226 AND id_shop=1 LIMIT 1
0.050 ms 1 /classes/Product.php:6876
213
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` = 15 LIMIT 1
0.050 ms 1 /classes/Category.php:1378
214
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 15 LIMIT 1
0.050 ms 1 /classes/Product.php:5659
221
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 3971 LIMIT 1
0.050 ms 1 /classes/Pack.php:89
227
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.050 ms 1 /classes/Category.php:1378
493
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1539585
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.050 ms 0 /classes/SpecificPrice.php:259
519
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
532
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
552
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 544323 LIMIT 1
0.050 ms 1 /classes/Pack.php:89
711
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 596063 AND `id_group` = 1 LIMIT 1
0.050 ms 0 /classes/GroupReduction.php:156
726
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 546937 LIMIT 1
0.050 ms 1 /classes/Pack.php:90
746
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 546251
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.050 ms 0 /classes/SpecificPrice.php:259
750
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 546251 AND `id_group` = 1 LIMIT 1
0.050 ms 0 /classes/GroupReduction.php:156
759
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 670763
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.050 ms 0 /classes/SpecificPrice.php:259
791
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 691488 LIMIT 1
0.050 ms 1 /classes/Pack.php:90
798
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 561965
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.050 ms 0 /classes/SpecificPrice.php:259
804
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 561965 LIMIT 1
0.050 ms 1 /classes/Pack.php:90
839
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 12925
0.050 ms 1 /classes/Product.php:2902
842
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 553407
0.050 ms 1 /classes/Product.php:2902
1000
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 250 AND `id_shop` = 1
0.050 ms 2 /src/Adapter/EntityMapper.php:79
1008
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
1024
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 947 AND `id_shop` = 1
0.050 ms 2 /src/Adapter/EntityMapper.php:79
1026
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 980 AND `id_shop` = 1
0.050 ms 2 /src/Adapter/EntityMapper.php:79
1062
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 72 AND `id_shop` = 1
0.050 ms 2 /src/Adapter/EntityMapper.php:79
1079
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 378 AND `id_shop` = 1
0.050 ms 2 /src/Adapter/EntityMapper.php:79
1141
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.050 ms 0 /classes/module/Module.php:2132
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.050 ms 1 /src/Adapter/EntityMapper.php:71
259
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 11358
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.050 ms 1 /classes/SpecificPrice.php:259
276
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1530533 AND id_shop=1 LIMIT 1
0.050 ms 1 /classes/Product.php:6876
441
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1539222 AND id_shop=1 LIMIT 1
0.050 ms 1 /classes/Product.php:6876
713
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 596063 LIMIT 1
0.050 ms 1 /classes/Pack.php:90
990
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.050 ms 1 /src/Adapter/EntityMapper.php:71
1088
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 67 AND `id_shop` = 1 LIMIT 1
0.050 ms 1 /classes/module/Module.php:2132
122
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'DZD') LIMIT 1
0.049 ms 1 /classes/Currency.php:893
196
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 542226) 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
200
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 966 LIMIT 1
0.049 ms 1 /classes/Product.php:5659
329
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 12925 LIMIT 1
0.049 ms 2 /classes/SpecificPrice.php:435
597
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1539469) 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
989
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 15 AND `id_shop` = 1
0.049 ms 2 /src/Adapter/EntityMapper.php:79
1050
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 964 AND `id_shop` = 1
0.049 ms 2 /src/Adapter/EntityMapper.php:79
1058
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 162 AND `id_shop` = 1
0.049 ms 2 /src/Adapter/EntityMapper.php:79
58
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.049 ms 0 /classes/module/Module.php:2132
194
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 542226 LIMIT 1
0.049 ms 1 /classes/Pack.php:89
205
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 545042 AND id_shop=1 LIMIT 1
0.049 ms 1 /classes/Product.php:6876
229
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 4188 LIMIT 1
0.049 ms 2 /classes/SpecificPrice.php:435
337
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 12925) 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
342
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 553407 LIMIT 1
0.049 ms 1 /classes/SpecificPrice.php:435
539
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 602886 LIMIT 1
0.049 ms 1 /classes/Pack.php:89
647
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 598872 LIMIT 1
0.049 ms 1 /classes/Pack.php:89
772
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 542739
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.049 ms 0 /classes/SpecificPrice.php:259
987
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 258 AND `id_shop` = 1
0.049 ms 2 /src/Adapter/EntityMapper.php:79
991
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 226 AND `id_shop` = 1
0.049 ms 2 /src/Adapter/EntityMapper.php:79
1004
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 221 AND `id_shop` = 1
0.049 ms 2 /src/Adapter/EntityMapper.php:79
128
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'MGA') LIMIT 1
0.048 ms 1 /classes/Currency.php:893
387
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1539389 AND id_shop=1 LIMIT 1
0.048 ms 1 /classes/Product.php:6876
616
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1539771
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.048 ms 1 /classes/SpecificPrice.php:259
654
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 596208 LIMIT 1
0.048 ms 1 /classes/SpecificPrice.php:435
763
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 670763 AND `id_group` = 1 LIMIT 1
0.048 ms 0 /classes/GroupReduction.php:156
845
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 559283
0.048 ms 1 /classes/Product.php:2902
1002
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 124 AND `id_shop` = 1
0.048 ms 2 /src/Adapter/EntityMapper.php:79
29
SELECT SQL_NO_CACHE `id_lang` FROM `een_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.048 ms 2 /classes/Language.php:883
117
SELECT SQL_NO_CACHE `name`
FROM `een_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 8 LIMIT 1
0.048 ms 1 /classes/Country.php:252
119
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.048 ms 1 /classes/Country.php:194
121
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.048 ms 1 /classes/Country.php:194
130
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'MAD') LIMIT 1
0.048 ms 1 /classes/Currency.php:893
189
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 542226
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.048 ms 0 /classes/SpecificPrice.php:259
219
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 3971 AND id_shop=1 LIMIT 1
0.048 ms 1 /classes/Product.php:6876
233
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 4188 AND id_shop=1 LIMIT 1
0.048 ms 1 /classes/Product.php:6876
262
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 11358 AND id_shop=1 LIMIT 1
0.048 ms 1 /classes/Product.php:6876
270
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 226 LIMIT 1
0.048 ms 1 /classes/Product.php:5659
291
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1539331 AND id_shop=1 LIMIT 1
0.048 ms 1 /classes/Product.php:6876
295
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1539331) 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
307
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1539787 LIMIT 1
0.048 ms 1 /classes/Pack.php:89
330
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 12925
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.048 ms 0 /classes/SpecificPrice.php:259
737
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 670486 AND `id_group` = 1 LIMIT 1
0.048 ms 0 /classes/GroupReduction.php:156
847
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1540310
0.048 ms 1 /classes/Product.php:2902
849
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1539389
0.048 ms 1 /classes/Product.php:2902
1160
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.048 ms 0 /classes/module/Module.php:2132
143
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'SA' LIMIT 1
0.047 ms 1 /classes/Country.php:194
209
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 545042) 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
264
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 11358 LIMIT 1
0.047 ms 1 /classes/Pack.php:89
546
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 544323 LIMIT 1
0.047 ms 1 /classes/SpecificPrice.php:435
63
SELECT SQL_NO_CACHE *
FROM `een_country_lang`
WHERE `id_country` = 8
0.047 ms 2 /src/Adapter/EntityMapper.php:79
124
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'XAF') LIMIT 1
0.047 ms 1 /classes/Currency.php:893
202
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 545042
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.047 ms 0 /classes/SpecificPrice.php:259
207
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 545042 LIMIT 1
0.047 ms 1 /classes/Pack.php:89
223
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 3971) 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
241
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.047 ms 1 /classes/Category.php:1378
248
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1530543 AND id_shop=1 LIMIT 1
0.047 ms 1 /classes/Product.php:6876
250
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1530543 LIMIT 1
0.047 ms 1 /classes/Pack.php:89
278
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1530533 LIMIT 1
0.047 ms 1 /classes/Pack.php:89
305
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1539787 AND id_shop=1 LIMIT 1
0.047 ms 1 /classes/Product.php:6876
327
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.047 ms 1 /classes/Category.php:1378
422
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 647776 LIMIT 1
0.047 ms 1 /classes/SpecificPrice.php:435
478
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 593228
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.047 ms 0 /classes/SpecificPrice.php:259
674
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 605854 LIMIT 1
0.047 ms 1 /classes/Pack.php:90
1169
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 94 AND `id_shop` = 1 LIMIT 1
0.047 ms 1 /classes/module/Module.php:2132
138
SELECT SQL_NO_CACHE *
FROM `een_country_lang`
WHERE `id_country` = 4
0.046 ms 2 /src/Adapter/EntityMapper.php:79
139
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'BE' LIMIT 1
0.046 ms 1 /classes/Country.php:194
216
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 3971
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.046 ms 0 /classes/SpecificPrice.php:259
235
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 4188 LIMIT 1
0.046 ms 1 /classes/Pack.php:89
280
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1530533) 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
293
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1539331 LIMIT 1
0.046 ms 1 /classes/Pack.php:89
316
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1540069
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.046 ms 1 /classes/SpecificPrice.php:259
335
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 12925 LIMIT 1
0.046 ms 1 /classes/Pack.php:89
355
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 559283 LIMIT 1
0.046 ms 1 /classes/SpecificPrice.php:435
391
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1539389) 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
396
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1540315 LIMIT 1
0.046 ms 2 /classes/SpecificPrice.php:435
417
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 545896) 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
434
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.046 ms 1 /classes/Category.php:1378
450
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 663060 LIMIT 1
0.046 ms 1 /classes/SpecificPrice.php:435
464
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 695093 LIMIT 1
0.046 ms 1 /classes/SpecificPrice.php:435
471
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 695093 LIMIT 1
0.046 ms 1 /classes/Pack.php:90
499
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1539585 LIMIT 1
0.046 ms 1 /classes/Pack.php:90
541
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 602886) 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
602
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1539767 LIMIT 1
0.046 ms 2 /classes/SpecificPrice.php:435
620
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1539771 AND `id_group` = 1 LIMIT 1
0.046 ms 0 /classes/GroupReduction.php:156
645
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 598872 AND id_shop=1 LIMIT 1
0.046 ms 1 /classes/Product.php:6876
789
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 691488 AND `id_group` = 1 LIMIT 1
0.046 ms 0 /classes/GroupReduction.php:156
802
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 561965 AND `id_group` = 1 LIMIT 1
0.046 ms 0 /classes/GroupReduction.php:156
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
724
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 546937 AND `id_group` = 1 LIMIT 1
0.046 ms 0 /classes/GroupReduction.php:156
10
SELECT SQL_NO_CACHE id_shop
FROM `een_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.045 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.045 ms 0 /classes/module/Module.php:2132
142
SELECT SQL_NO_CACHE *
FROM `een_country_lang`
WHERE `id_country` = 3
0.045 ms 2 /src/Adapter/EntityMapper.php:79
237
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 4188) 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
350
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 553407) 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
421
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
469
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 695093 AND `id_group` = 1 LIMIT 1
0.045 ms 0 /classes/GroupReduction.php:156
497
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1539585 AND `id_group` = 1 LIMIT 1
0.045 ms 0 /classes/GroupReduction.php:156
540
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 602886 LIMIT 1
0.045 ms 1 /classes/Pack.php:90
550
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 544323 AND id_shop=1 LIMIT 1
0.045 ms 1 /classes/Product.php:6876
653
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
666
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
681
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 573471
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.045 ms 0 /classes/SpecificPrice.php:259
146
SELECT SQL_NO_CACHE *
FROM `een_country_lang`
WHERE `id_country` = 186
0.045 ms 2 /src/Adapter/EntityMapper.php:79
409
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 545896 LIMIT 1
0.045 ms 1 /classes/SpecificPrice.php:435
513
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1540226 LIMIT 1
0.045 ms 1 /classes/Pack.php:90
1150
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "idxropc" LIMIT 1
0.045 ms 0 /classes/module/Module.php:2659
30
SELECT SQL_NO_CACHE `id_lang` FROM `een_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.044 ms 2 /classes/Language.php:883
123
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.044 ms 1 /classes/Country.php:194
127
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.044 ms 1 /classes/Country.php:194
129
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.044 ms 1 /classes/Country.php:194
181
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 3874 LIMIT 1
0.044 ms 1 /classes/Pack.php:90
252
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1530543) 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
319
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1540069 AND id_shop=1 LIMIT 1
0.044 ms 1 /classes/Product.php:6876
341
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 19 LIMIT 1
0.044 ms 1 /classes/Product.php:5659
511
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1540226 AND `id_group` = 1 LIMIT 1
0.044 ms 0 /classes/GroupReduction.php:156
649
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 598872) 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
662
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 596208) 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
131
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'CH' LIMIT 1
0.044 ms 1 /classes/Country.php:194
245
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1530543
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.044 ms 1 /classes/SpecificPrice.php:259
333
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 12925 AND id_shop=1 LIMIT 1
0.044 ms 1 /classes/Product.php:6876
400
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1540315 AND id_shop=1 LIMIT 1
0.044 ms 1 /classes/Product.php:6876
413
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 545896 AND id_shop=1 LIMIT 1
0.044 ms 1 /classes/Product.php:6876
430
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 647776) 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
449
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
569
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1530945) 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
601
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
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.043 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.043 ms 1 /classes/Country.php:194
308
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1539787 LIMIT 1
0.043 ms 1 /classes/Pack.php:90
354
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 259 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
359
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 559283 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
381
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
426
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 647776 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
454
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 663060 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
458
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 663060) 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
554
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 544323) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
565
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1530945 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
1161
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "cdesigner" LIMIT 1
0.043 ms 0 /classes/module/Module.php:2659
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.043 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
323
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1540069) 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
377
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1540310) 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
395
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 259 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
408
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
415
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 545896 LIMIT 1
0.043 ms 1 /classes/Pack.php:89
443
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1539222 LIMIT 1
0.043 ms 1 /classes/Pack.php:89
445
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1539222) 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
462
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 22 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
537
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 602886 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
545
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
573
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
579
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1530791 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
658
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 596208 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
348
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 553407 LIMIT 1
0.042 ms 1 /classes/Pack.php:89
583
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1530791) 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
672
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 605854 AND `id_group` = 1 LIMIT 1
0.042 ms 0 /classes/GroupReduction.php:156
144
SELECT SQL_NO_CACHE `name`
FROM `een_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 186 LIMIT 1
0.042 ms 1 /classes/Country.php:252
302
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1539787
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.042 ms 0 /classes/SpecificPrice.php:259
321
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1540069 LIMIT 1
0.042 ms 1 /classes/Pack.php:89
361
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 559283 LIMIT 1
0.042 ms 1 /classes/Pack.php:89
363
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 559283) 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
367
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 259 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
373
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1540310 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
389
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1539389 LIMIT 1
0.042 ms 1 /classes/Pack.php:89
404
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1540315) 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
428
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 647776 LIMIT 1
0.042 ms 1 /classes/Pack.php:89
590
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1539469
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.042 ms 1 /classes/SpecificPrice.php:259
593
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1539469 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
595
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1539469 LIMIT 1
0.042 ms 1 /classes/Pack.php:89
660
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 596208 LIMIT 1
0.042 ms 1 /classes/Pack.php:89
1162
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.042 ms 0 /classes/module/Module.php:2132
1166
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 3 AND `id_shop` = 1 LIMIT 1
0.042 ms 0 /classes/module/Module.php:2132
64
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM een_required_field
0.041 ms 1 /classes/ObjectModel.php:1592
136
SELECT SQL_NO_CACHE `name`
FROM `een_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 4 LIMIT 1
0.041 ms 1 /classes/Country.php:252
140
SELECT SQL_NO_CACHE `name`
FROM `een_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 3 LIMIT 1
0.041 ms 1 /classes/Country.php:252
187
SELECT SQL_NO_CACHE `name`
FROM `een_manufacturer`
WHERE `id_manufacturer` = 11523
AND `active` = 1 LIMIT 1
0.041 ms 0 /classes/Manufacturer.php:316
193
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 542226 AND `id_group` = 1 LIMIT 1
0.041 ms 0 /classes/GroupReduction.php:156
195
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 542226 LIMIT 1
0.041 ms 1 /classes/Pack.php:90
265
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 11358 LIMIT 1
0.041 ms 1 /classes/Pack.php:90
288
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1539331
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.041 ms 0 /classes/SpecificPrice.php:259
370
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1540310
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.041 ms 1 /classes/SpecificPrice.php:259
375
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1540310 LIMIT 1
0.041 ms 1 /classes/Pack.php:89
402
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1540315 LIMIT 1
0.041 ms 1 /classes/Pack.php:89
456
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 663060 LIMIT 1
0.041 ms 1 /classes/Pack.php:89
562
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1530945
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.041 ms 1 /classes/SpecificPrice.php:259
567
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1530945 LIMIT 1
0.041 ms 1 /classes/Pack.php:89
581
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1530791 LIMIT 1
0.041 ms 1 /classes/Pack.php:89
1149
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.041 ms 0 /classes/module/Module.php:2132
132
SELECT SQL_NO_CACHE `name`
FROM `een_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 19 LIMIT 1
0.040 ms 1 /classes/Country.php:252
178
SELECT SQL_NO_CACHE `reduction`
FROM `een_group`
WHERE `id_group` = 1 LIMIT 1
0.040 ms 1 /classes/Group.php:154
208
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 545042 LIMIT 1
0.040 ms 1 /classes/Pack.php:90
222
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 3971 LIMIT 1
0.040 ms 1 /classes/Pack.php:90
236
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 4188 LIMIT 1
0.040 ms 1 /classes/Pack.php:90
294
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1539331 LIMIT 1
0.040 ms 1 /classes/Pack.php:90
547
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 544323
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.040 ms 0 /classes/SpecificPrice.php:259
228
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 259 LIMIT 1
0.039 ms 1 /classes/Product.php:5659
279
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1530533 LIMIT 1
0.039 ms 1 /classes/Pack.php:90
285
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 19 LIMIT 1
0.039 ms 1 /classes/Product.php:5659
410
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 545896
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.039 ms 0 /classes/SpecificPrice.php:259
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.039 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
251
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1530543 LIMIT 1
0.039 ms 1 /classes/Pack.php:90
534
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 602886
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.039 ms 0 /classes/SpecificPrice.php:259
582
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1530791 LIMIT 1
0.039 ms 1 /classes/Pack.php:90
635
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 596405 LIMIT 1
0.039 ms 1 /classes/Pack.php:90
230
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 4188
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.038 ms 0 /classes/SpecificPrice.php:259
306
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1539787 AND `id_group` = 1 LIMIT 1
0.038 ms 0 /classes/GroupReduction.php:156
328
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 258 LIMIT 1
0.038 ms 1 /classes/Product.php:5659
568
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1530945 LIMIT 1
0.038 ms 1 /classes/Pack.php:90
603
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1539767
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.038 ms 0 /classes/SpecificPrice.php:259
1148
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "thecheckout" LIMIT 1
0.038 ms 0 /classes/module/Module.php:2659
242
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 114 LIMIT 1
0.038 ms 1 /classes/Product.php:5659
263
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 11358 AND `id_group` = 1 LIMIT 1
0.038 ms 0 /classes/GroupReduction.php:156
277
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1530533 AND `id_group` = 1 LIMIT 1
0.038 ms 0 /classes/GroupReduction.php:156
336
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 12925 LIMIT 1
0.038 ms 1 /classes/Pack.php:90
384
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1539389
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.038 ms 0 /classes/SpecificPrice.php:259
397
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1540315
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.038 ms 1 /classes/SpecificPrice.php:259
559
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.038 ms 1 /classes/Product.php:5659
206
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 545042 AND `id_group` = 1 LIMIT 1
0.037 ms 0 /classes/GroupReduction.php:156
220
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 3971 AND `id_group` = 1 LIMIT 1
0.037 ms 0 /classes/GroupReduction.php:156
343
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 553407
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.037 ms 0 /classes/SpecificPrice.php:259
416
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 545896 LIMIT 1
0.037 ms 1 /classes/Pack.php:90
438
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1539222
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.037 ms 0 /classes/SpecificPrice.php:259
465
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 695093
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.037 ms 0 /classes/SpecificPrice.php:259
576
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1530791
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.037 ms 0 /classes/SpecificPrice.php:259
234
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 4188 AND `id_group` = 1 LIMIT 1
0.036 ms 0 /classes/GroupReduction.php:156
249
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1530543 AND `id_group` = 1 LIMIT 1
0.036 ms 0 /classes/GroupReduction.php:156
292
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1539331 AND `id_group` = 1 LIMIT 1
0.036 ms 0 /classes/GroupReduction.php:156
322
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1540069 LIMIT 1
0.036 ms 1 /classes/Pack.php:90
349
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 553407 LIMIT 1
0.036 ms 1 /classes/Pack.php:90
423
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 647776
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.036 ms 0 /classes/SpecificPrice.php:259
429
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 647776 LIMIT 1
0.036 ms 1 /classes/Pack.php:90
435
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 22 LIMIT 1
0.036 ms 1 /classes/Product.php:5659
442
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1539222 AND `id_group` = 1 LIMIT 1
0.036 ms 0 /classes/GroupReduction.php:156
444
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1539222 LIMIT 1
0.036 ms 1 /classes/Pack.php:90
451
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 663060
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.036 ms 0 /classes/SpecificPrice.php:259
553
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 544323 LIMIT 1
0.036 ms 1 /classes/Pack.php:90
646
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 598872 AND `id_group` = 1 LIMIT 1
0.036 ms 0 /classes/GroupReduction.php:156
648
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 598872 LIMIT 1
0.036 ms 1 /classes/Pack.php:90
661
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 596208 LIMIT 1
0.036 ms 1 /classes/Pack.php:90
347
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 553407 AND `id_group` = 1 LIMIT 1
0.035 ms 0 /classes/GroupReduction.php:156
356
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 559283
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:259
362
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 559283 LIMIT 1
0.035 ms 1 /classes/Pack.php:90
390
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1539389 LIMIT 1
0.035 ms 1 /classes/Pack.php:90
457
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 663060 LIMIT 1
0.035 ms 1 /classes/Pack.php:90
463
SELECT SQL_NO_CACHE `name`
FROM `een_manufacturer`
WHERE `id_manufacturer` = 11804
AND `active` = 1 LIMIT 1
0.035 ms 0 /classes/Manufacturer.php:316
596
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1539469 LIMIT 1
0.035 ms 1 /classes/Pack.php:90
655
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 596208
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:259
1151
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
1163
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "configurator" LIMIT 1
0.035 ms 0 /classes/module/Module.php:2659
376
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1540310 LIMIT 1
0.035 ms 1 /classes/Pack.php:90
403
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1540315 LIMIT 1
0.035 ms 1 /classes/Pack.php:90
538
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 602886 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:156
659
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 596208 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:156
1143
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.034 ms 0 /classes/module/Module.php:2132
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.034 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
414
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 545896 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:156
1164
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.034 ms 0 /classes/module/Module.php:2132
67
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "gsnippetsreviews" LIMIT 1
0.033 ms 0 /classes/module/Module.php:2659
320
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1540069 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
334
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 12925 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
388
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1539389 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
580
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1530791 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
374
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1540310 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
594
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1539469 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
360
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 559283 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
401
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1540315 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
427
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 647776 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
455
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 663060 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
551
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 544323 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
566
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1530945 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
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.031 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
1144
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "onepagecheckoutps" LIMIT 1
0.031 ms 0 /classes/module/Module.php:2659
1152
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "pwpaysoncheckout" LIMIT 1
0.031 ms 0 /classes/module/Module.php:2659
70
BEGIN
0.030 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:81
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.030 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
1145
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.030 ms 0 /classes/module/Module.php:2132
1146
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "steasycheckout" LIMIT 1
0.030 ms 0 /classes/module/Module.php:2659
1147
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.030 ms 0 /classes/module/Module.php:2132
1153
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.030 ms 0 /classes/module/Module.php:2132
1154
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "easycheckout" LIMIT 1
0.029 ms 0 /classes/module/Module.php:2659
1155
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.029 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
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.028 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
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.028 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.028 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.028 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
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.027 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
68
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "gremarketing" LIMIT 1
0.027 ms 0 /classes/module/Module.php:2659
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.027 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
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.025 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
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.025 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
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.025 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.025 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.025 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.025 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.025 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
112
COMMIT
0.025 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:155
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.024 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
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.024 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.023 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
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.023 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
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.023 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
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.023 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.023 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.023 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.022 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.022 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.022 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.022 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.021 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
107
COMMIT
0.016 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:107
108
BEGIN
0.015 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:121

Doubles

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
48 queries
SELECT XX FROM `een_specific_price` WHERE id_product = XX LIMIT XX
47 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
47 queries
SELECT name FROM een_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
47 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
47 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
47 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)
47 queries
                            SELECT `id_tax_rules_group`
                            FROM `een_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
47 queries
			SELECT `reduction`
			FROM `een_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
47 queries
SELECT COUNT(*) FROM `een_pack` WHERE id_product_pack = XX LIMIT XX
47 queries
SELECT product_type FROM `een_product` WHERE id_product = XX LIMIT XX
47 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
47 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
47 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
47 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
47 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`
47 queries
SELECT `id_product_attribute`
            FROM `een_product_attribute`
            WHERE `id_product` = XX
47 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;
23 queries
SELECT `id_module` FROM `een_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
11 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
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

193 product
144 product_shop
142 category_lang
100 specific_price
96 category
96 cart_product
95 product_attribute
94 image
94 image_shop
94 product_attribute_shop
94 pack
85 category_shop
49 stock_available
48 feature
48 feature_shop
48 feature_lang
48 feature_value_lang
48 product_attribute_combination
48 feature_product
48 product_lang
47 specific_price_priority
47 product_group_reduction_cache
47 image_lang
47 attribute
47 attribute_lang
47 attribute_group
31 module
27 module_shop
21 country
15 currency
14 category_group
12 country_lang
7 lang
7 country_shop
6 hook
6 currency_shop
5 category_product
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 feature_value
1 layered_indexable_feature_value_lang_value
1 product_sale
1 layered_filter_block
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
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]
Product 73 /classes/Link.php:113 (__construct) [id: 1530543]
/classes/Link.php:113 (__construct) [id: 1530533]
/classes/Link.php:113 (__construct) [id: 1539331]
/classes/Link.php:113 (__construct) [id: 1539787]
/classes/Link.php:113 (__construct) [id: 1540069]
/classes/Link.php:113 (__construct) [id: 1540310]
/classes/Link.php:113 (__construct) [id: 1539389]
/classes/Link.php:113 (__construct) [id: 1539222]
/classes/Link.php:113 (__construct) [id: 1539585]
/classes/Link.php:113 (__construct) [id: 1540226]
/classes/Link.php:113 (__construct) [id: 1530945]
/classes/Link.php:113 (__construct) [id: 1530791]
/classes/Link.php:113 (__construct) [id: 1539469]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3874]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 542226]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 545042]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3971]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4188]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1530543]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 11358]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1530533]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1539331]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1539787]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1540069]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 12925]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 553407]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 559283]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1540310]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1539389]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1540315]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 545896]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 647776]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1539222]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 663060]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 695093]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 593228]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1539585]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1540226]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 13098]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 602886]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 544323]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1530945]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1530791]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1539469]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1539767]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1539771]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 596405]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 598872]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 596208]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 605854]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 573471]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 610286]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 596063]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 546937]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 670486]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 546251]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 670763]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 542739]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 691488]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 561965]
/classes/Link.php:113 (__construct) [id: 1530543]
/classes/Link.php:113 (__construct) [id: 1530533]
/classes/Link.php:113 (__construct) [id: 1539331]
/classes/Link.php:113 (__construct) [id: 1539787]
/classes/Link.php:113 (__construct) [id: 1540069]
/classes/Link.php:113 (__construct) [id: 1540310]
/classes/Link.php:113 (__construct) [id: 1539389]
/classes/Link.php:113 (__construct) [id: 1539222]
/classes/Link.php:113 (__construct) [id: 1539585]
/classes/Link.php:113 (__construct) [id: 1540226]
/classes/Link.php:113 (__construct) [id: 1530945]
/classes/Link.php:113 (__construct) [id: 1530791]
/classes/Link.php:113 (__construct) [id: 1539469]
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