Product added to wishlist
Product added to compare.
Load Time 413.897 ms
Querying Time 103 ms
Queries 991
Memory Peak Usage 28.0 Mb
Included Files 1125 files - 12.20 Mb
PrestaShop Cache - Mb
Global vars 0.85 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.121 ms 1.121 ms 2.99 Mb 3.3 Mb
__construct 0.005 ms 1.126 ms - Mb 3.3 Mb
init 8.289 ms 9.415 ms 0.81 Mb 4.0 Mb
checkAccess 0.001 ms 9.416 ms - Mb 4.0 Mb
setMedia 1.430 ms 10.846 ms 0.10 Mb 4.0 Mb
postProcess 0.000 ms 10.846 ms - Mb 4.0 Mb
initHeader 0.001 ms 10.847 ms - Mb 4.0 Mb
initContent 116.453 ms 127.300 ms 12.51 Mb 17.0 Mb
initFooter 0.001 ms 127.301 ms - Mb 17.0 Mb
display 286.596 ms 413.897 ms 10.56 Mb 28.0 Mb
Hook Time Memory Usage
DisplayFooter 221.453 ms 0.89 Mb
displayMainMenu 20.095 ms 4.60 Mb
displayProductListReviews 10.086 ms 0.29 Mb
displayProductListFunctionalButtons 4.469 ms 0.07 Mb
DisplayBeforeBodyClosingTag 3.107 ms 0.51 Mb
displayBeforeBodyClosingTag 2.475 ms 0.65 Mb
displayCountDown 1.669 ms 0.09 Mb
DisplayHeader 1.585 ms 0.11 Mb
displayNav1 0.491 ms 0.09 Mb
displayNav2 0.438 ms 0.09 Mb
displayCategoryElementor 0.391 ms 0.14 Mb
displayCustomerLoginFormAfter 0.385 ms 0.07 Mb
Header 0.330 ms 0.01 Mb
renderWidget 0.250 ms 0.09 Mb
DisplayNavFullWidth 0.192 ms 0.03 Mb
IsJustElementor 0.129 ms 0.02 Mb
ProductSearchProvider 0.123 ms - Mb
displayFooter 0.122 ms 0.03 Mb
ActionFrontControllerSetMedia 0.115 ms 0.01 Mb
DisplayContentWrapperTop 0.009 ms - Mb
ModuleRoutes 0.004 ms - Mb
ActionDispatcher 0.004 ms - Mb
ActionProductSearchAfter 0.004 ms - Mb
23 hook(s) 267.926 ms 7.81 Mb
Module Time Memory Usage
ph_simpleblog 1.039 ms 0.11 Mb
ps_eventbus 0.490 ms 0.06 Mb
iqitthemeeditor 0.313 ms 0.09 Mb
ps_emailsubscription 0.153 ms 0.01 Mb
ps_emailalerts 0.074 ms 0.01 Mb
facebookconversiontrackingplus 222.477 ms 0.97 Mb
ps_shoppingcart 0.063 ms 0.01 Mb
iqitcompare 2.317 ms 0.15 Mb
iqitcountdown 1.786 ms 0.04 Mb
iqitelementor 0.771 ms 0.17 Mb
iqitfreedeliverycount 0.063 ms 0.01 Mb
iqitmegamenu 20.229 ms 4.61 Mb
iqitwishlist 5.343 ms 0.75 Mb
iqitsociallogin 0.464 ms 0.08 Mb
iqitcontactpage 0.049 ms 0.01 Mb
gmerchantcenterpro 5.896 ms 1.08 Mb
iqitreviews 0.145 ms 0.01 Mb
productcomments 10.177 ms 0.32 Mb
multifeatures 0.067 ms - Mb
ps_googleanalytics 1.719 ms 0.25 Mb
stripe_official 0.264 ms 0.07 Mb
paypal 0.860 ms 0.19 Mb
flashsalepro 0.616 ms 0.02 Mb
ps_facetedsearch 0.528 ms 0.11 Mb
iqitlinksmanager 0.807 ms 0.13 Mb
ps_languageselector 0.038 ms 0.01 Mb
ps_currencyselector 0.025 ms 0.01 Mb
ps_customersignin 0.038 ms 0.01 Mb
iqitsearch 0.172 ms 0.01 Mb
statsdata 1.714 ms 0.33 Mb
30 module(s) 278.697 ms 9.56 Mb

Stopwatch SQL - 991 queries

# Query Time (ms) Rows Filesort Group By Location
156
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `een_feature_value` v LEFT JOIN `een_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `een_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 29 ORDER BY vl.`value` ASC
4.263 ms 1275 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
159
SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM een_product p LEFT JOIN een_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN een_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN een_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN een_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN een_category_product cp ON (p.id_product = cp.id_product) INNER JOIN een_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN een_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN een_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN een_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (33206, 252881, 252884, 231391, 33210, 33211, 33205, 256444, 33209, 256690, 33212))) 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.420 ms 798848 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.103 ms 3410 /classes/Configuration.php:180
176
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
1.059 ms 559 /classes/Hook.php:456
175
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `een_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `een_hook_alias` ha
INNER JOIN `een_hook` h ON ha.name = h.name
0.897 ms 0 /classes/Hook.php:1326
161
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 (1532305,562398,1530533,1530659,1539331,1531022,1539379,558474,1530780,1539766,1540308,553407,1539150,550060,641171,1539222,1525092,1539378,1539380,1539585,4065,1540226,1531025,615783,546644,544323,1530945,1536429,1539767,1539771,1539890,610286,671795,542065,670763,542739)
0.739 ms 36 /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.700 ms 355 Yes Yes /classes/Hook.php:1267
797
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.576 ms 296 Yes Yes /classes/Category.php:799
779
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.560 ms 296 Yes Yes /classes/Category.php:799
46
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.549 ms 10 Yes Yes /classes/Category.php:924
990
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 (1532305,562398,1530533,1530659,1539331,1531022,1539379,558474,1530780,1539766,1540308,553407,1539150,550060,641171,1539222,1525092,1539378,1539380,1539585,4065,1540226,1531025,615783,546644,544323,1530945,1536429,1539767,1539771,1539890,610286,671795,542065,670763,542739) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC
0.512 ms 133 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:109
851
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.474 ms 296 Yes Yes /classes/Category.php:799
970
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.441 ms 592 Yes /modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2945
816
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.435 ms 296 Yes Yes /classes/Category.php:799
971
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.392 ms 592 Yes /modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2945
876
SELECT SQL_NO_CACHE c.*, cl.*
FROM `een_category` c
INNER JOIN een_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `een_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `een_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `een_category` c2 ON c2.`id_category` = 211 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.380 ms 20 Yes Yes /classes/Category.php:799
866
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.361 ms 296 Yes Yes /classes/Category.php:799
778
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.361 ms 6 Yes /modules/iqitmegamenu/models/IqitMenuTab.php:178
836
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.353 ms 296 Yes Yes /classes/Category.php:799
115
SELECT SQL_NO_CACHE *
FROM `een_gmcp_feeds` ff
WHERE (ff.id_shop=1)
ORDER BY ff.feed_is_default ASC
0.328 ms 370 Yes /modules/gmerchantcenterpro/models/Feeds.php:62
893
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.324 ms 296 Yes Yes /classes/Category.php:799
833
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.321 ms 296 Yes Yes /classes/Category.php:799
875
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.314 ms 296 Yes Yes /classes/Category.php:799
155
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.306 ms 31 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
473
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` 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.294 ms 2 Yes /classes/SpecificPrice.php:576
346
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1539150 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.291 ms 3 Yes /classes/SpecificPrice.php:576
290
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1530780 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.274 ms 2 Yes /classes/SpecificPrice.php:576
319
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1540308 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.274 ms 2 Yes /classes/SpecificPrice.php:576
249
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1531022 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.273 ms 2 Yes /classes/SpecificPrice.php:576
206
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` 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.268 ms 2 Yes /classes/SpecificPrice.php:576
263
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1539379 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.267 ms 2 Yes /classes/SpecificPrice.php:576
221
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1530659 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.263 ms 2 Yes /classes/SpecificPrice.php:576
172
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1532305 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.262 ms 2 Yes /classes/SpecificPrice.php:576
235
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 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.262 ms 2 Yes /classes/SpecificPrice.php:576
401
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1525092 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.254 ms 2 Yes /classes/SpecificPrice.php:576
459
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 4065 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '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.250 ms 2 Yes /classes/SpecificPrice.php:576
387
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` 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.249 ms 2 Yes /classes/SpecificPrice.php:576
185
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1532305
ORDER BY f.position ASC
0.246 ms 13 Yes /classes/Product.php:6021
980
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.237 ms 59 Yes /modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2918
568
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` 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.235 ms 2 Yes /classes/SpecificPrice.php:576
191
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 562398 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.234 ms 1 Yes /classes/SpecificPrice.php:576
13
SELECT SQL_NO_CACHE lower(name) as name
FROM `een_hook` h
WHERE (h.active = 1)
0.234 ms 1104 /classes/Hook.php:1366
332
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 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.224 ms 1 Yes /classes/SpecificPrice.php:576
487
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1531025 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.223 ms 2 Yes /classes/SpecificPrice.php:576
467
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4065
ORDER BY f.position ASC
0.217 ms 11 Yes /classes/Product.php:6021
372
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 641171 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.215 ms 1 Yes /classes/SpecificPrice.php:576
276
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 558474 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.213 ms 1 Yes /classes/SpecificPrice.php:576
184
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1532305 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1532305 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.211 ms 0 /classes/Cart.php:1430
527
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 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.208 ms 1 Yes /classes/SpecificPrice.php:576
359
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 550060 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.207 ms 1 Yes /classes/SpecificPrice.php:576
445
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` 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.207 ms 2 Yes /classes/SpecificPrice.php:576
453
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.205 ms 5 Yes /classes/Product.php:6021
366
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 550060 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 550060 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.205 ms 0 /classes/Cart.php:1430
243
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1539331
ORDER BY f.position ASC
0.204 ms 10 Yes /classes/Product.php:6021
283
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 558474 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 558474 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.204 ms 0 /classes/Cart.php:1430
918
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (562398) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.203 ms 1 Yes Yes /classes/Product.php:4524
340
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.202 ms 5 Yes /classes/Product.php:6021
607
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` 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.200 ms 1 Yes /classes/SpecificPrice.php:576
416
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1539378 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.199 ms 2 Yes /classes/SpecificPrice.php:576
379
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 641171 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 641171 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.199 ms 0 /classes/Cart.php:1430
353
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1539150 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1539150 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.198 ms 0 /classes/Cart.php:1430
297
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1530780 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1530780 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.198 ms 0 /classes/Cart.php:1430
380
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 641171
ORDER BY f.position ASC
0.198 ms 8 Yes /classes/Product.php:6021
594
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1539890 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.197 ms 2 Yes /classes/SpecificPrice.php:576
541
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` 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.196 ms 2 Yes /classes/SpecificPrice.php:576
703
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 641171) AND (b.`id_shop` = 1) LIMIT 1
0.196 ms 1 /src/Adapter/EntityMapper.php:71
694
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.195 ms 1 /src/Adapter/EntityMapper.php:71
430
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1539380 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.194 ms 2 Yes /classes/SpecificPrice.php:576
581
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 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.194 ms 2 Yes /classes/SpecificPrice.php:576
326
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1540308 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1540308 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.194 ms 0 /classes/Cart.php:1430
646
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` 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.194 ms 1 Yes /classes/SpecificPrice.php:576
16
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `een_hook`
0.193 ms 1104 /classes/Hook.php:1326
72
SHOW TABLES LIKE "een_gmcp_1800"
0.193 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:88
229
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1530659
ORDER BY f.position ASC
0.192 ms 9 Yes /classes/Product.php:6021
284
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 558474
ORDER BY f.position ASC
0.192 ms 5 Yes /classes/Product.php:6021
305
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1539766 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.192 ms 2 Yes /classes/SpecificPrice.php:576
242
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 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.191 ms 0 /classes/Cart.php:1430
354
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1539150
ORDER BY f.position ASC
0.191 ms 4 Yes /classes/Product.php:6021
384
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.191 ms 1 /src/Adapter/EntityMapper.php:71
501
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 615783 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.191 ms 1 Yes /classes/SpecificPrice.php:576
555
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1536429 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
110
SHOW COLUMNS FROM een_gmcp_feeds LIKE "feed_is_default"
0.189 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:128
395
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.187 ms 5 Yes /classes/Product.php:6021
508
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 615783 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 615783 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
509
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 615783
ORDER BY f.position ASC
0.186 ms 4 Yes /classes/Product.php:6021
228
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1530659 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1530659 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.185 ms 0 /classes/Cart.php:1430
298
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1530780
ORDER BY f.position ASC
0.185 ms 5 Yes /classes/Product.php:6021
198
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 562398 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 562398 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.184 ms 0 /classes/Cart.php:1430
466
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4065 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4065 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.184 ms 0 /classes/Cart.php:1430
943
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.184 ms 1 Yes Yes /classes/Product.php:4524
367
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 550060
ORDER BY f.position ASC
0.183 ms 7 Yes /classes/Product.php:6021
199
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 562398
ORDER BY f.position ASC
0.182 ms 4 Yes /classes/Product.php:6021
327
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1540308
ORDER BY f.position ASC
0.182 ms 4 Yes /classes/Product.php:6021
270
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1539379 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1539379 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
983
INSERT INTO `een_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0')
0.181 ms 1 /classes/ObjectModel.php:622
213
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.180 ms 0 /classes/Cart.php:1430
339
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.180 ms 0 /classes/Cart.php:1430
111
SHOW COLUMNS FROM een_gmcp_discount_association LIKE "channel"
0.179 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:128
601
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1539890 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1539890 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.179 ms 0 /classes/Cart.php:1430
256
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1531022 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1531022 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.178 ms 0 /classes/Cart.php:1430
700
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 550060) AND (b.`id_shop` = 1) LIMIT 1
0.178 ms 1 /src/Adapter/EntityMapper.php:71
917
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1532305) 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
394
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.177 ms 0 /classes/Cart.php:1430
722
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1531025
ORDER BY `position`
0.177 ms 9 Yes /classes/Product.php:3545
214
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.176 ms 4 Yes /classes/Product.php:6021
919
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.176 ms 1 Yes Yes /classes/Product.php:4524
79
SHOW TABLES LIKE "een_gmcp_1900"
0.175 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:88
271
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1539379
ORDER BY f.position ASC
0.174 ms 4 Yes /classes/Product.php:6021
614
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.174 ms 0 /classes/Cart.php:1430
922
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1531022) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.174 ms 1 Yes Yes /classes/Product.php:4524
257
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1531022
ORDER BY f.position ASC
0.173 ms 3 Yes /classes/Product.php:6021
534
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 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.173 ms 0 /classes/Cart.php:1430
602
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1539890
ORDER BY f.position ASC
0.173 ms 7 Yes /classes/Product.php:6021
753
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 542065
ORDER BY `position`
0.173 ms 8 Yes /classes/Product.php:3545
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.172 ms 132 Yes /classes/Dispatcher.php:654
66
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.172 ms 296 Yes /classes/PrestaShopCollection.php:383
112
SHOW COLUMNS FROM een_gmcp_tags LIKE "custom_label_set_postion"
0.172 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:128
514
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 546644 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
746
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.168 ms 1 /src/Adapter/EntityMapper.php:71
706
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.167 ms 7 Yes /classes/Product.php:3545
697
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1539150) AND (b.`id_shop` = 1) LIMIT 1
0.166 ms 1 /src/Adapter/EntityMapper.php:71
949
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (671795) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.166 ms 1 Yes Yes /classes/Product.php:4524
685
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 558474) AND (b.`id_shop` = 1) LIMIT 1
0.165 ms 1 /src/Adapter/EntityMapper.php:71
588
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.164 ms 0 /classes/Cart.php:1430
701
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 550060
ORDER BY `position`
0.164 ms 8 Yes /classes/Product.php:3545
576
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.163 ms 11 Yes /classes/Product.php:6021
470
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.162 ms 1 /src/Adapter/EntityMapper.php:71
704
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 641171
ORDER BY `position`
0.162 ms 8 Yes /classes/Product.php:3545
720
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.162 ms 7 Yes /classes/Product.php:3545
409
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1525092
ORDER BY f.position ASC
0.161 ms 6 Yes /classes/Product.php:6021
727
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 546644) AND (b.`id_shop` = 1) LIMIT 1
0.161 ms 1 /src/Adapter/EntityMapper.php:71
766
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.161 ms 1 /classes/CartRule.php:423
452
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `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.160 ms 0 /classes/Cart.php:1430
717
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4065) AND (b.`id_shop` = 1) LIMIT 1
0.160 ms 1 /src/Adapter/EntityMapper.php:71
764
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.160 ms 1 /classes/CartRule.php:423
755
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.159 ms 1 /src/Adapter/EntityMapper.php:71
316
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1540308) AND (b.`id_shop` = 1) LIMIT 1
0.158 ms 1 /src/Adapter/EntityMapper.php:71
408
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1525092 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1525092 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
203
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.158 ms 1 /src/Adapter/EntityMapper.php:71
923
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1539379) 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
920
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1530659) 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
921
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.157 ms 1 Yes Yes /classes/Product.php:4524
620
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 671795 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.156 ms 1 Yes /classes/SpecificPrice.php:576
686
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 558474
ORDER BY `position`
0.156 ms 10 Yes /classes/Product.php:3545
752
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 542065) AND (b.`id_shop` = 1) LIMIT 1
0.156 ms 1 /src/Adapter/EntityMapper.php:71
926
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1539766) 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
936
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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
495
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1531025
ORDER BY f.position ASC
0.155 ms 4 Yes /classes/Product.php:6021
708
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1525092) AND (b.`id_shop` = 1) LIMIT 1
0.155 ms 1 /src/Adapter/EntityMapper.php:71
929
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1539150) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.155 ms 1 Yes Yes /classes/Product.php:4524
480
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.154 ms 0 /classes/Cart.php:1430
667
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.154 ms 8 Yes /classes/Product.php:6021
718
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4065
ORDER BY `position`
0.154 ms 7 Yes /classes/Product.php:3545
747
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.154 ms 8 Yes /classes/Product.php:3545
940
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (615783) 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
548
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.153 ms 0 /classes/Cart.php:1430
633
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 542065 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.153 ms 1 Yes /classes/SpecificPrice.php:576
535
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 544323
ORDER BY f.position ASC
0.152 ms 7 Yes /classes/Product.php:6021
927
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1540308) 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
944
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1536429) 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
969
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.152 ms 59 Yes /modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2918
659
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` 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.152 ms 1 Yes /classes/SpecificPrice.php:576
932
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.152 ms 1 Yes Yes /classes/Product.php:4524
481
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.151 ms 4 Yes /classes/Product.php:6021
666
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.151 ms 0 /classes/Cart.php:1430
313
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1539766
ORDER BY f.position ASC
0.151 ms 7 Yes /classes/Product.php:6021
522
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 546644
ORDER BY f.position ASC
0.151 ms 7 Yes /classes/Product.php:6021
549
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.151 ms 2 Yes /classes/Product.php:6021
759
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.151 ms 9 Yes /classes/Product.php:3545
924
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (558474) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.151 ms 1 Yes Yes /classes/Product.php:4524
925
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1530780) 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
930
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (550060) 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
935
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1539380) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.151 ms 1 Yes Yes /classes/Product.php:4524
690
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1539766
ORDER BY `position`
0.150 ms 8 Yes /classes/Product.php:3545
749
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 671795) AND (b.`id_shop` = 1) LIMIT 1
0.150 ms 1 /src/Adapter/EntityMapper.php:71
933
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1525092) 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
615
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.150 ms 8 Yes /classes/Product.php:6021
728
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 546644
ORDER BY `position`
0.150 ms 9 Yes /classes/Product.php:3545
756
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.150 ms 7 Yes /classes/Product.php:3545
928
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.150 ms 1 Yes Yes /classes/Product.php:4524
937
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4065) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.150 ms 1 Yes Yes /classes/Product.php:4524
424
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1539378
ORDER BY f.position ASC
0.149 ms 5 Yes /classes/Product.php:6021
698
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1539150
ORDER BY `position`
0.149 ms 6 Yes /classes/Product.php:3545
931
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (641171) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.149 ms 1 Yes Yes /classes/Product.php:4524
934
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1539378) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.149 ms 1 Yes Yes /classes/Product.php:4524
938
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.149 ms 1 Yes Yes /classes/Product.php:4524
939
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1531025) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.149 ms 1 Yes Yes /classes/Product.php:4524
177
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.148 ms 1 /classes/tax/TaxRulesTaxManager.php:109
218
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1530659) AND (b.`id_shop` = 1) LIMIT 1
0.148 ms 1 /src/Adapter/EntityMapper.php:71
423
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1539378 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1539378 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
627
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 671795 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 671795 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
494
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1531025 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1531025 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
695
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.148 ms 10 Yes /classes/Product.php:3545
763
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.147 ms 1 /classes/CartRule.php:357
688
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1530780
ORDER BY `position`
0.147 ms 7 Yes /classes/Product.php:3545
942
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.147 ms 1 Yes Yes /classes/Product.php:4524
521
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 546644 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 546644 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.146 ms 0 /classes/Cart.php:1430
945
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.146 ms 1 Yes Yes /classes/Product.php:4524
946
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.146 ms 1 Yes Yes /classes/Product.php:4524
575
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.146 ms 0 /classes/Cart.php:1430
724
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 615783) AND (b.`id_shop` = 1) LIMIT 1
0.146 ms 1 /src/Adapter/EntityMapper.php:71
941
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (546644) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.146 ms 1 Yes Yes /classes/Product.php:4524
246
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1531022) AND (b.`id_shop` = 1) LIMIT 1
0.145 ms 1 /src/Adapter/EntityMapper.php:71
947
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1539890) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.145 ms 1 Yes Yes /classes/Product.php:4524
948
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.145 ms 1 Yes Yes /classes/Product.php:4524
22
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `een_module` m
LEFT JOIN `een_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.144 ms 104 /classes/module/Module.php:346
260
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1539379) AND (b.`id_shop` = 1) LIMIT 1
0.144 ms 1 /src/Adapter/EntityMapper.php:71
438
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1539380
ORDER BY f.position ASC
0.144 ms 5 Yes /classes/Product.php:6021
668
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1532305) AND (b.`id_shop` = 1) LIMIT 1
0.144 ms 1 /src/Adapter/EntityMapper.php:71
796
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.144 ms 0 Yes /classes/Category.php:799
232
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.143 ms 1 /src/Adapter/EntityMapper.php:71
758
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.143 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` = 253) AND (b.`id_shop` = 1) LIMIT 1
0.142 ms 1 /src/Adapter/EntityMapper.php:71
653
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.142 ms 0 /classes/Cart.php:1430
750
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 671795
ORDER BY `position`
0.142 ms 7 Yes /classes/Product.php:3545
437
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1539380 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1539380 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.142 ms 0 /classes/Cart.php:1430
562
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1536429 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1536429 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.141 ms 0 /classes/Cart.php:1430
347
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1539150)
0.141 ms 1 /classes/Product.php:3860
563
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1536429
ORDER BY f.position ASC
0.141 ms 4 Yes /classes/Product.php:6021
672
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 562398) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
692
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1540308
ORDER BY `position`
0.141 ms 9 Yes /classes/Product.php:3545
312
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1539766 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1539766 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
589
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.140 ms 5 Yes /classes/Product.php:6021
709
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1525092
ORDER BY `position`
0.140 ms 8 Yes /classes/Product.php:3545
162
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1532305
AND image_shop.`cover` = 1 LIMIT 1
0.138 ms 6 /classes/Product.php:3570
641
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 542065
ORDER BY f.position ASC
0.138 ms 7 Yes /classes/Product.php:6021
413
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1539378) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
640
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 542065 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 542065 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
669
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1532305
ORDER BY `position`
0.136 ms 6 Yes /classes/Product.php:3545
951
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.136 ms 1 Yes Yes /classes/Product.php:4524
730
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.136 ms 1 /src/Adapter/EntityMapper.php:71
950
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (542065) 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
355
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 550060
AND image_shop.`cover` = 1 LIMIT 1
0.134 ms 8 /classes/Product.php:3570
654
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.134 ms 2 Yes /classes/Product.php:6021
733
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.134 ms 6 Yes /classes/Product.php:3545
905
SELECT SQL_NO_CACHE *
FROM `een_currency` c
INNER JOIN een_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC
0.134 ms 2 Yes /classes/Currency.php:694
154
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.132 ms 9 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
341
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1539150
AND image_shop.`cover` = 1 LIMIT 1
0.132 ms 6 /classes/Product.php:3570
683
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1539379
ORDER BY `position`
0.132 ms 10 Yes /classes/Product.php:3545
427
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1539380) AND (b.`id_shop` = 1) LIMIT 1
0.131 ms 1 /src/Adapter/EntityMapper.php:71
765
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.130 ms 1 /classes/CartRule.php:357
287
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1530780) AND (b.`id_shop` = 1) LIMIT 1
0.130 ms 1 /src/Adapter/EntityMapper.php:71
302
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1539766) AND (b.`id_shop` = 1) LIMIT 1
0.130 ms 1 /src/Adapter/EntityMapper.php:71
314
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1540308
AND image_shop.`cover` = 1 LIMIT 1
0.130 ms 9 /classes/Product.php:3570
474
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_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.130 ms 1 /classes/Product.php:3860
628
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 671795
ORDER BY f.position ASC
0.130 ms 2 Yes /classes/Product.php:6021
328
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 553407
AND image_shop.`cover` = 1 LIMIT 1
0.129 ms 10 /classes/Product.php:3570
740
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.129 ms 1 /src/Adapter/EntityMapper.php:71
360
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 550060)
0.128 ms 1 /classes/Product.php:3860
762
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.128 ms 1 /classes/Cart.php:4255
192
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 562398)
0.128 ms 1 /classes/Product.php:3860
186
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 562398
AND image_shop.`cover` = 1 LIMIT 1
0.127 ms 8 /classes/Product.php:3570
402
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1525092)
0.126 ms 1 /classes/Product.php:3860
952
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.125 ms 1 Yes Yes /classes/Product.php:4524
320
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1540308)
0.125 ms 1 /classes/Product.php:3860
373
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 641171)
0.125 ms 1 /classes/Product.php:3860
484
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1531025) AND (b.`id_shop` = 1) LIMIT 1
0.125 ms 1 /src/Adapter/EntityMapper.php:71
116
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.124 ms 370 Yes /modules/gmerchantcenterpro/models/Feeds.php:72
538
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.124 ms 1 /src/Adapter/EntityMapper.php:71
368
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 641171
AND image_shop.`cover` = 1 LIMIT 1
0.123 ms 8 /classes/Product.php:3570
381
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER 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.123 ms 7 /classes/Product.php:3570
679
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.123 ms 6 Yes /classes/Product.php:3545
737
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.123 ms 1 /src/Adapter/EntityMapper.php:71
552
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1536429) AND (b.`id_shop` = 1) LIMIT 1
0.122 ms 1 /src/Adapter/EntityMapper.php:71
725
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 615783
ORDER BY `position`
0.122 ms 7 Yes /classes/Product.php:3545
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.122 ms 1 Yes /classes/shop/Shop.php:715
299
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1539766
AND image_shop.`cover` = 1 LIMIT 1
0.121 ms 8 /classes/Product.php:3570
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.121 ms 104 /classes/module/Module.php:346
442
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.121 ms 1 /src/Adapter/EntityMapper.php:71
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.120 ms 104 /classes/module/Module.php:346
784
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.119 ms 1 /src/Adapter/EntityMapper.php:71
396
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1525092
AND image_shop.`cover` = 1 LIMIT 1
0.119 ms 8 /classes/Product.php:3570
454
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4065
AND image_shop.`cover` = 1 LIMIT 1
0.119 ms 7 /classes/Product.php:3570
675
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.119 ms 7 Yes /classes/Product.php:3545
677
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1530659
ORDER BY `position`
0.119 ms 7 Yes /classes/Product.php:3545
285
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1530780
AND image_shop.`cover` = 1 LIMIT 1
0.117 ms 7 /classes/Product.php:3570
681
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1531022
ORDER BY `position`
0.117 ms 7 Yes /classes/Product.php:3545
277
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 558474)
0.117 ms 1 /classes/Product.php:3860
388
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_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.117 ms 1 /classes/Product.php:3860
272
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 558474
AND image_shop.`cover` = 1 LIMIT 1
0.116 ms 10 /classes/Product.php:3570
207
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_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.116 ms 1 /classes/Product.php:3860
264
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1539379)
0.116 ms 1 /classes/Product.php:3860
502
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 615783)
0.116 ms 1 /classes/Product.php:3860
673
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 562398
ORDER BY `position`
0.116 ms 8 Yes /classes/Product.php:3545
988
INSERT INTO `een_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('13023316', '', 'bellozia.com/882-sieges?q=Couleur-Bleu-Jaune-Orange-Rose-Rouge-Violet&resultsPerPage=36', '', '2026-05-06 14:18:25')
0.116 ms 1 /classes/ObjectModel.php:622
236
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1539331)
0.115 ms 1 /classes/Product.php:3860
333
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 553407)
0.115 ms 1 /classes/Product.php:3860
743
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1539890) AND (b.`id_shop` = 1) LIMIT 1
0.115 ms 1 /src/Adapter/EntityMapper.php:71
731
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.114 ms 7 Yes /classes/Product.php:3545
222
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1530659)
0.113 ms 1 /classes/Product.php:3860
250
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1531022)
0.113 ms 1 /classes/Product.php:3860
291
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1530780)
0.113 ms 1 /classes/Product.php:3860
460
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4065)
0.113 ms 1 /classes/Product.php:3860
482
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1531025
AND image_shop.`cover` = 1 LIMIT 1
0.113 ms 9 /classes/Product.php:3570
741
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.112 ms 8 Yes /classes/Product.php:3545
767
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.111 ms 1 /classes/order/Order.php:881
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.110 ms 1 Yes /classes/shop/Shop.php:1364
258
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1539379
AND image_shop.`cover` = 1 LIMIT 1
0.110 ms 10 /classes/Product.php:3570
528
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 544323)
0.110 ms 1 /classes/Product.php:3860
603
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER 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.110 ms 8 /classes/Product.php:3570
244
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1531022
AND image_shop.`cover` = 1 LIMIT 1
0.108 ms 7 /classes/Product.php:3570
510
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 546644
AND image_shop.`cover` = 1 LIMIT 1
0.108 ms 9 /classes/Product.php:3570
200
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER 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.107 ms 7 /classes/Product.php:3570
215
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1530659
AND image_shop.`cover` = 1 LIMIT 1
0.107 ms 7 /classes/Product.php:3570
468
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER 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.107 ms 7 /classes/Product.php:3570
556
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1536429)
0.107 ms 1 /classes/Product.php:3860
608
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_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.107 ms 1 /classes/Product.php:3860
713
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1539380
ORDER BY `position`
0.107 ms 7 Yes /classes/Product.php:3545
738
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.106 ms 7 Yes /classes/Product.php:3545
744
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1539890
ORDER BY `position`
0.106 ms 8 Yes /classes/Product.php:3545
230
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1539331
AND image_shop.`cover` = 1 LIMIT 1
0.105 ms 6 /classes/Product.php:3570
711
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1539378
ORDER BY `position`
0.105 ms 6 Yes /classes/Product.php:3545
515
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 546644)
0.104 ms 1 /classes/Product.php:3860
569
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_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.103 ms 1 /classes/Product.php:3860
590
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1539890
AND image_shop.`cover` = 1 LIMIT 1
0.103 ms 8 /classes/Product.php:3570
642
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER 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.103 ms 7 /classes/Product.php:3570
157
SELECT SQL_NO_CACHE *
FROM `een_category` a
LEFT JOIN `een_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 882) LIMIT 1
0.102 ms 1 /src/Adapter/EntityMapper.php:71
173
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1532305)
0.102 ms 1 /classes/Product.php:3860
417
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1539378)
0.101 ms 1 /classes/Product.php:3860
431
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1539380)
0.101 ms 1 /classes/Product.php:3860
542
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_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.101 ms 1 /classes/Product.php:3860
715
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.101 ms 7 Yes /classes/Product.php:3545
984
SELECT SQL_NO_CACHE `id_guest`
FROM `een_connections`
WHERE `id_guest` = 15527042
AND `date_add` > '2026-05-06 13:48:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.101 ms 1 Yes /classes/Connection.php:168
987
INSERT INTO `een_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('15527042', '29', '3628718456', '', '1', '1', '2026-05-06 14:18:25')
0.101 ms 1 /classes/ObjectModel.php:622
26
SELECT SQL_NO_CACHE `id_lang` FROM `een_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.100 ms 2 /classes/Language.php:883
488
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1531025)
0.100 ms 1 /classes/Product.php:3860
536
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1530945
AND image_shop.`cover` = 1 LIMIT 1
0.100 ms 6 /classes/Product.php:3570
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` = 259) AND (b.`id_shop` = 1) LIMIT 1
0.099 ms 1 /src/Adapter/EntityMapper.php:71
735
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1536429
ORDER BY `position`
0.099 ms 5 Yes /classes/Product.php:3545
151
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.099 ms 751689 Yes /modules/flashsalepro/flashsalepro.php:1106
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.098 ms 1 /src/Adapter/EntityMapper.php:71
149
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.098 ms 867 /modules/flashsalepro/flashsalepro.php:1027
647
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_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.098 ms 1 /classes/Product.php:3860
24
SELECT SQL_NO_CACHE *
FROM `een_category` a
LEFT JOIN `een_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `een_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 882) AND (b.`id_shop` = 1) LIMIT 1
0.097 ms 1 /src/Adapter/EntityMapper.php:71
439
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER 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.097 ms 7 /classes/Product.php:3570
577
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER 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.096 ms 8 /classes/Product.php:3570
972
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "attributewizardpro" LIMIT 1
0.096 ms 0 /classes/module/Module.php:2659
621
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 671795)
0.095 ms 1 /classes/Product.php:3860
446
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_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.095 ms 1 /classes/Product.php:3860
496
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 615783
AND image_shop.`cover` = 1 LIMIT 1
0.094 ms 7 /classes/Product.php:3570
770
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.094 ms 2 /classes/Currency.php:1136
564
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1539767
AND image_shop.`cover` = 1 LIMIT 1
0.094 ms 7 /classes/Product.php:3570
595
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1539890)
0.094 ms 1 /classes/Product.php:3860
655
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER 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.094 ms 9 /classes/Product.php:3570
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` = 13) AND (b.`id_shop` = 1) LIMIT 1
0.093 ms 1 /src/Adapter/EntityMapper.php:71
306
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1539766)
0.093 ms 1 /classes/Product.php:3860
582
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1539771)
0.093 ms 1 /classes/Product.php:3860
34
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'US' LIMIT 1
0.092 ms 1 /classes/Country.php:194
634
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 542065)
0.092 ms 1 /classes/Product.php:3860
910
SELECT SQL_NO_CACHE c.id_elementor FROM een_iqit_elementor_category c LEFT JOIN een_iqit_elementor_category_shop s ON c.id_elementor = s.id_elementor WHERE c.id_category = 882 AND s.id_shop = 1 LIMIT 1
0.092 ms 56 /modules/iqitelementor/src/IqitElementorCategory.php:87
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` = 966) AND (b.`id_shop` = 1) LIMIT 1
0.091 ms 1 /src/Adapter/EntityMapper.php:71
180
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.091 ms 0 /classes/tax/TaxRulesTaxManager.php:109
288
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1530780 LIMIT 1
0.091 ms 2 /classes/SpecificPrice.php:435
410
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1539378
AND image_shop.`cover` = 1 LIMIT 1
0.091 ms 6 /classes/Product.php:3570
523
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 544323
AND image_shop.`cover` = 1 LIMIT 1
0.091 ms 7 /classes/Product.php:3570
616
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 671795
AND image_shop.`cover` = 1 LIMIT 1
0.091 ms 7 /classes/Product.php:3570
799
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 253 AND `id_shop` = 1
0.091 ms 2 /src/Adapter/EntityMapper.php:79
25
SELECT SQL_NO_CACHE * FROM `een_currency` c ORDER BY `iso_code` ASC
0.091 ms 2 Yes /classes/Currency.php:709
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` = 18) AND (b.`id_shop` = 1) LIMIT 1
0.090 ms 1 /src/Adapter/EntityMapper.php:71
385
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1539222 LIMIT 1
0.090 ms 2 /classes/SpecificPrice.php:435
660
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_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.090 ms 1 /classes/Product.php:3860
906
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `een_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.090 ms 1 /classes/Cart.php:1303
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` = 15) AND (b.`id_shop` = 1) LIMIT 1
0.090 ms 1 /src/Adapter/EntityMapper.php:71
166
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 0 LIMIT 1
0.090 ms 1 /classes/SpecificPrice.php:426
317
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1540308 LIMIT 1
0.090 ms 2 /classes/SpecificPrice.php:435
425
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1539380
AND image_shop.`cover` = 1 LIMIT 1
0.090 ms 7 /classes/Product.php:3570
788
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.090 ms 1 /src/Adapter/EntityMapper.php:71
550
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1536429
AND image_shop.`cover` = 1 LIMIT 1
0.089 ms 5 /classes/Product.php:3570
800
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.089 ms 1 /src/Adapter/EntityMapper.php:71
981
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitsociallogin" LIMIT 1
0.089 ms 1 /classes/module/Module.php:2659
168
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE `id_product` != 0 LIMIT 1
0.089 ms 2535 /classes/SpecificPrice.php:297
761
SELECT SQL_NO_CACHE c.id_elementor FROM een_iqit_elementor_category c WHERE c.id_category = 882 LIMIT 1
0.089 ms 56 /modules/iqitelementor/src/IqitElementorCategory.php:87
852
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.089 ms 1 /src/Adapter/EntityMapper.php:71
0
SELECT SQL_NO_CACHE * FROM een_memcached_servers
0.088 ms 1 /classes/cache/CacheMemcached.php:263
55
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.088 ms 1 /src/Adapter/EntityMapper.php:71
786
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.088 ms 1 /src/Adapter/EntityMapper.php:71
860
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.088 ms 1 /src/Adapter/EntityMapper.php:71
36
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.087 ms 1 /src/Adapter/EntityMapper.php:71
629
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 542065
AND image_shop.`cover` = 1 LIMIT 1
0.087 ms 8 /classes/Product.php:3570
845
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.087 ms 1 /src/Adapter/EntityMapper.php:71
160
SELECT SQL_NO_CACHE data FROM een_layered_filter_block WHERE hash="298484899c38defb1dad3722aac557fd" LIMIT 1
0.086 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:186
785
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 261 AND `id_shop` = 1
0.086 ms 2 /src/Adapter/EntityMapper.php:79
839
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.086 ms 1 /src/Adapter/EntityMapper.php:71
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.085 ms 1 /src/Adapter/EntityMapper.php:71
60
SELECT SQL_NO_CACHE * FROM `een_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.085 ms 8 Yes /classes/ImageType.php:109
858
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.085 ms 1 /src/Adapter/EntityMapper.php:71
52
SELECT SQL_NO_CACHE *
FROM `een_category` a
LEFT JOIN `een_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `een_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 114) AND (b.`id_shop` = 1) LIMIT 1
0.085 ms 1 /src/Adapter/EntityMapper.php:71
768
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitlinksmanager" LIMIT 1
0.085 ms 1 /classes/module/Module.php:2659
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` = 258) AND (b.`id_shop` = 1) LIMIT 1
0.084 ms 1 /src/Adapter/EntityMapper.php:71
849
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.084 ms 1 /src/Adapter/EntityMapper.php:71
915
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitcountdown" LIMIT 1
0.084 ms 1 /classes/module/Module.php:2659
12
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `een_lang` l
JOIN een_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1
0.083 ms 2 /classes/Language.php:1216
158
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 882 AND `id_shop` = 1
0.083 ms 2 /src/Adapter/EntityMapper.php:79
850
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 980 AND `id_shop` = 1
0.083 ms 2 /src/Adapter/EntityMapper.php:79
856
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.083 ms 1 /src/Adapter/EntityMapper.php:71
63
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.082 ms 1 /src/Adapter/EntityMapper.php:71
840
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 956 AND `id_shop` = 1
0.082 ms 2 /src/Adapter/EntityMapper.php:79
841
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.082 ms 1 /src/Adapter/EntityMapper.php:71
363
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 550060 LIMIT 1
0.081 ms 1 /classes/Pack.php:89
843
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.081 ms 1 /src/Adapter/EntityMapper.php:71
150
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.081 ms 867 /modules/flashsalepro/flashsalepro.php:1058
344
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1539150 LIMIT 1
0.081 ms 3 /classes/SpecificPrice.php:435
857
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 940 AND `id_shop` = 1
0.081 ms 2 /src/Adapter/EntityMapper.php:79
847
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.080 ms 1 /src/Adapter/EntityMapper.php:71
798
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.080 ms 1 /src/Adapter/EntityMapper.php:71
844
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 954 AND `id_shop` = 1
0.080 ms 2 /src/Adapter/EntityMapper.php:79
846
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 953 AND `id_shop` = 1
0.079 ms 2 /src/Adapter/EntityMapper.php:79
330
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 553407 LIMIT 1
0.079 ms 1 /classes/SpecificPrice.php:435
471
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1540226 LIMIT 1
0.079 ms 2 /classes/SpecificPrice.php:435
854
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.079 ms 1 /src/Adapter/EntityMapper.php:71
859
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 941 AND `id_shop` = 1
0.079 ms 2 /src/Adapter/EntityMapper.php:79
867
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.079 ms 1 /src/Adapter/EntityMapper.php:71
815
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 226 AND `id_shop` = 1
0.078 ms 2 /src/Adapter/EntityMapper.php:79
278
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 558474 AND id_shop=1 LIMIT 1
0.078 ms 1 /classes/Product.php:6876
777
SELECT SQL_NO_CACHE `width`, `height`
FROM een_image_type
WHERE `name` = 'small_default' LIMIT 1
0.078 ms 1 /classes/Image.php:563
834
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.078 ms 1 /src/Adapter/EntityMapper.php:71
855
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 939 AND `id_shop` = 1
0.078 ms 2 /src/Adapter/EntityMapper.php:79
771
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitwishlist" LIMIT 1
0.077 ms 1 /classes/module/Module.php:2659
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.076 ms 1 /src/Adapter/EntityMapper.php:71
282
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 558474) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.076 ms 1 /classes/stock/StockAvailable.php:453
702
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 550060
0.075 ms 1 /classes/Product.php:2902
723
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1531025
0.075 ms 1 /classes/Product.php:2902
837
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.075 ms 1 /src/Adapter/EntityMapper.php:71
787
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 245 AND `id_shop` = 1
0.075 ms 2 /src/Adapter/EntityMapper.php:79
181
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1532305 LIMIT 1
0.074 ms 1 /classes/Pack.php:89
342
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.074 ms 1 /classes/Category.php:1378
348
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1539150 AND id_shop=1 LIMIT 1
0.074 ms 1 /classes/Product.php:6876
350
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1539150 LIMIT 1
0.074 ms 1 /classes/Pack.php:89
370
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 641171 LIMIT 1
0.074 ms 1 /classes/SpecificPrice.php:435
376
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 641171 LIMIT 1
0.074 ms 1 /classes/Pack.php:89
539
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1530945 LIMIT 1
0.074 ms 2 /classes/SpecificPrice.php:435
913
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "productcomments" LIMIT 1
0.074 ms 1 /classes/module/Module.php:2659
41
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.073 ms 1 /src/Adapter/EntityMapper.php:71
56
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "facebookproductsfeed" LIMIT 1
0.073 ms 0 /classes/module/Module.php:2659
38
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.073 ms 1 /src/Adapter/EntityMapper.php:71
193
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 562398 AND id_shop=1 LIMIT 1
0.073 ms 1 /classes/Product.php:6876
336
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 553407 LIMIT 1
0.073 ms 1 /classes/Pack.php:89
780
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.073 ms 1 /src/Adapter/EntityMapper.php:71
817
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.073 ms 1 /src/Adapter/EntityMapper.php:71
842
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 950 AND `id_shop` = 1
0.073 ms 2 /src/Adapter/EntityMapper.php:79
853
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 938 AND `id_shop` = 1
0.073 ms 2 /src/Adapter/EntityMapper.php:79
17
SELECT SQL_NO_CACHE value FROM `een_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.072 ms 1 /classes/shop/Shop.php:1183
204
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1530533 LIMIT 1
0.072 ms 2 /classes/SpecificPrice.php:435
233
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1539331 LIMIT 1
0.072 ms 2 /classes/SpecificPrice.php:435
261
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1539379 LIMIT 1
0.072 ms 2 /classes/SpecificPrice.php:435
547
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.072 ms 1 /classes/stock/StockAvailable.php:453
721
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1540226
0.072 ms 1 /classes/Product.php:2902
757
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 670763
0.072 ms 1 /classes/Product.php:2902
848
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 947 AND `id_shop` = 1
0.072 ms 2 /src/Adapter/EntityMapper.php:79
219
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1530659 LIMIT 1
0.071 ms 2 /classes/SpecificPrice.php:435
485
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1531025 LIMIT 1
0.071 ms 2 /classes/SpecificPrice.php:435
691
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1539766
0.071 ms 1 /classes/Product.php:2902
719
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 4065
0.071 ms 1 /classes/Product.php:2902
894
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.071 ms 1 /src/Adapter/EntityMapper.php:71
323
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1540308 LIMIT 1
0.071 ms 1 /classes/Pack.php:89
335
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 553407 AND `id_group` = 1 LIMIT 1
0.071 ms 0 /classes/GroupReduction.php:156
361
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 550060 AND id_shop=1 LIMIT 1
0.071 ms 1 /classes/Product.php:6876
183
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1532305) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.070 ms 1 /classes/stock/StockAvailable.php:453
325
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1540308) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.070 ms 1 /classes/stock/StockAvailable.php:453
369
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 258 LIMIT 1
0.070 ms 1 /classes/Product.php:5659
499
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 615783 LIMIT 1
0.070 ms 1 /classes/SpecificPrice.php:435
512
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 546644 LIMIT 1
0.070 ms 1 /classes/SpecificPrice.php:435
518
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 546644 LIMIT 1
0.070 ms 1 /classes/Pack.php:89
699
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1539150
0.070 ms 1 /classes/Product.php:2902
705
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 641171
0.070 ms 1 /classes/Product.php:2902
911
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "ps_facetedsearch" LIMIT 1
0.070 ms 1 /classes/module/Module.php:2659
801
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 259 AND `id_shop` = 1
0.070 ms 2 /src/Adapter/EntityMapper.php:79
814
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.070 ms 1 /src/Adapter/EntityMapper.php:71
44
SELECT SQL_NO_CACHE `id_category`
FROM `een_category_shop`
WHERE `id_category` = 882
AND `id_shop` = 1 LIMIT 1
0.069 ms 1 /classes/Category.php:2450
169
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.069 ms 1 /classes/SpecificPrice.php:377
289
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1530780
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.069 ms 1 /classes/SpecificPrice.php:259
321
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1540308 AND id_shop=1 LIMIT 1
0.069 ms 1 /classes/Product.php:6876
329
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 19 LIMIT 1
0.069 ms 1 /classes/Product.php:5659
838
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 960 AND `id_shop` = 1
0.069 ms 2 /src/Adapter/EntityMapper.php:79
877
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.069 ms 1 /src/Adapter/EntityMapper.php:71
907
SELECT SQL_NO_CACHE `iso_code`
FROM `een_country`
WHERE `id_country` = 8 LIMIT 1
0.069 ms 1 /classes/Country.php:275
916
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 75 AND `id_shop` = 1 LIMIT 1
0.069 ms 1 /classes/module/Module.php:2132
27
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.069 ms 1 /classes/Currency.php:893
37
SELECT SQL_NO_CACHE *
FROM `een_country_lang`
WHERE `id_country` = 21
0.069 ms 2 /src/Adapter/EntityMapper.php:79
247
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1531022 LIMIT 1
0.069 ms 2 /classes/SpecificPrice.php:435
356
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 258 LIMIT 1
0.069 ms 1 /classes/Product.php:5659
365
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 550060) 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
598
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1539890 LIMIT 1
0.069 ms 1 /classes/Pack.php:89
908
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitelementor" LIMIT 1
0.069 ms 1 /classes/module/Module.php:2659
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.068 ms 2 /classes/Language.php:1080
178
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1532305 AND `id_group` = 1 LIMIT 1
0.068 ms 0 /classes/GroupReduction.php:156
357
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 550060 LIMIT 1
0.068 ms 1 /classes/SpecificPrice.php:435
507
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 615783) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.068 ms 1 /classes/stock/StockAvailable.php:453
835
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 951 AND `id_shop` = 1
0.068 ms 2 /src/Adapter/EntityMapper.php:79
35
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'US' LIMIT 1
0.067 ms 1 /classes/Country.php:194
134
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.067 ms 1 /src/Adapter/EntityMapper.php:71
163
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.067 ms 1 /classes/Category.php:1378
225
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1530659 LIMIT 1
0.067 ms 1 /classes/Pack.php:89
343
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 258 LIMIT 1
0.067 ms 1 /classes/Product.php:5659
362
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 550060 AND `id_group` = 1 LIMIT 1
0.067 ms 0 /classes/GroupReduction.php:156
443
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1539585 LIMIT 1
0.067 ms 2 /classes/SpecificPrice.php:435
457
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 4065 LIMIT 1
0.067 ms 2 /classes/SpecificPrice.php:435
525
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 544323 LIMIT 1
0.067 ms 1 /classes/SpecificPrice.php:435
687
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 558474
0.067 ms 1 /classes/Product.php:2902
748
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 610286
0.067 ms 1 /classes/Product.php:2902
769
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 79 AND `id_shop` = 1 LIMIT 1
0.067 ms 1 /classes/module/Module.php:2132
772
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 88 AND `id_shop` = 1 LIMIT 1
0.067 ms 1 /classes/module/Module.php:2132
812
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.067 ms 1 /src/Adapter/EntityMapper.php:71
822
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 247 AND `id_shop` = 1
0.067 ms 2 /src/Adapter/EntityMapper.php:79
861
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 942 AND `id_shop` = 1
0.067 ms 2 /src/Adapter/EntityMapper.php:79
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.066 ms 1 /classes/shop/Shop.php:218
189
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 562398 LIMIT 1
0.066 ms 1 /classes/SpecificPrice.php:435
281
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 558474 LIMIT 1
0.066 ms 1 /classes/Pack.php:90
300
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.066 ms 1 /classes/Category.php:1378
345
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1539150
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.066 ms 1 /classes/SpecificPrice.php:259
352
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1539150) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.066 ms 1 /classes/stock/StockAvailable.php:453
399
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1525092 LIMIT 1
0.066 ms 2 /classes/SpecificPrice.php:435
553
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1536429 LIMIT 1
0.066 ms 2 /classes/SpecificPrice.php:435
565
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.066 ms 1 /classes/Product.php:5659
751
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 671795
0.066 ms 1 /classes/Product.php:2902
789
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 264 AND `id_shop` = 1
0.066 ms 2 /src/Adapter/EntityMapper.php:79
873
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.066 ms 1 /src/Adapter/EntityMapper.php:71
986
SELECT SQL_NO_CACHE `id_page`
FROM `een_page`
WHERE `id_page_type` = 5 AND `id_object` = 882 LIMIT 1
0.066 ms 1 /classes/Page.php:83
208
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1530533 AND id_shop=1 LIMIT 1
0.066 ms 1 /classes/Product.php:6876
334
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 553407 AND id_shop=1 LIMIT 1
0.066 ms 1 /classes/Product.php:6876
782
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.066 ms 1 /src/Adapter/EntityMapper.php:71
15
SELECT SQL_NO_CACHE `name`, `alias` FROM `een_hook_alias`
0.065 ms 87 /classes/Hook.php:287
294
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1530780 LIMIT 1
0.065 ms 1 /classes/Pack.php:89
391
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1539222 LIMIT 1
0.065 ms 1 /classes/Pack.php:89
64
SELECT SQL_NO_CACHE *
FROM `een_country_lang`
WHERE `id_country` = 8
0.065 ms 2 /src/Adapter/EntityMapper.php:79
171
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1532305
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.065 ms 1 /classes/SpecificPrice.php:259
729
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 546644
0.065 ms 1 /classes/Product.php:2902
868
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 959 AND `id_shop` = 1
0.065 ms 2 /src/Adapter/EntityMapper.php:79
167
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1532305 LIMIT 1
0.064 ms 2 /classes/SpecificPrice.php:435
398
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 18 LIMIT 1
0.064 ms 1 /classes/Product.php:5659
455
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.064 ms 1 /classes/Category.php:1378
519
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 546644 LIMIT 1
0.064 ms 1 /classes/Pack.php:90
533
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.064 ms 1 /classes/stock/StockAvailable.php:453
153
SELECT SQL_NO_CACHE `id_category`
FROM `een_category_shop`
WHERE `id_category` = 882
AND `id_shop` = 1 LIMIT 1
0.064 ms 1 /classes/Category.php:2450
292
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1530780 AND id_shop=1 LIMIT 1
0.064 ms 1 /classes/Product.php:6876
397
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 18 LIMIT 1
0.064 ms 1 /classes/Category.php:1378
600
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1539890) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.064 ms 1 /classes/stock/StockAvailable.php:453
760
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 542739
0.064 ms 1 /classes/Product.php:2902
469
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 148 LIMIT 1
0.063 ms 1 /classes/Product.php:5659
170
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.063 ms 1 /classes/SpecificPrice.php:381
274
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 558474 LIMIT 1
0.063 ms 1 /classes/SpecificPrice.php:435
280
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 558474 LIMIT 1
0.063 ms 1 /classes/Pack.php:89
296
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1530780) 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
374
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 641171 AND id_shop=1 LIMIT 1
0.063 ms 1 /classes/Product.php:6876
411
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 20 LIMIT 1
0.063 ms 1 /classes/Category.php:1378
497
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.063 ms 1 /classes/Category.php:1378
707
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1539222
0.063 ms 1 /classes/Product.php:2902
754
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 542065
0.063 ms 1 /classes/Product.php:2902
795
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 154 AND `id_shop` = 1
0.063 ms 2 /src/Adapter/EntityMapper.php:79
889
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.063 ms 1 /src/Adapter/EntityMapper.php:71
566
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1539767 LIMIT 1
0.062 ms 2 /classes/SpecificPrice.php:435
869
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.062 ms 1 /src/Adapter/EntityMapper.php:71
58
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.062 ms 0 /classes/module/Module.php:2659
286
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 226 LIMIT 1
0.062 ms 1 /classes/Product.php:5659
349
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1539150 AND `id_group` = 1 LIMIT 1
0.062 ms 0 /classes/GroupReduction.php:156
382
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.062 ms 1 /classes/Category.php:1378
403
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1525092 AND id_shop=1 LIMIT 1
0.062 ms 1 /classes/Product.php:6876
463
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 4065 LIMIT 1
0.062 ms 1 /classes/Pack.php:89
644
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 670763 LIMIT 1
0.062 ms 1 /classes/SpecificPrice.php:435
689
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1530780
0.062 ms 1 /classes/Product.php:2902
781
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 883 AND `id_shop` = 1
0.062 ms 2 /src/Adapter/EntityMapper.php:79
790
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.062 ms 1 /src/Adapter/EntityMapper.php:71
791
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 885 AND `id_shop` = 1
0.062 ms 2 /src/Adapter/EntityMapper.php:79
802
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.062 ms 1 /src/Adapter/EntityMapper.php:71
879
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.062 ms 1 /src/Adapter/EntityMapper.php:71
903
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 378 AND `id_shop` = 1
0.062 ms 2 /src/Adapter/EntityMapper.php:79
985
SELECT SQL_NO_CACHE id_page_type
FROM een_page_type
WHERE name = 'category' LIMIT 1
0.062 ms 1 /classes/Page.php:104
152
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.061 ms 1 /modules/flashsalepro/flashsalepro.php:1573
187
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 966 LIMIT 1
0.061 ms 1 /classes/Product.php:5659
201
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.061 ms 1 /classes/Category.php:1378
303
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1539766 LIMIT 1
0.061 ms 2 /classes/SpecificPrice.php:435
315
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 226 LIMIT 1
0.061 ms 1 /classes/Product.php:5659
393
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.061 ms 1 /classes/stock/StockAvailable.php:453
491
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1531025 LIMIT 1
0.061 ms 1 /classes/Pack.php:89
505
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 615783 LIMIT 1
0.061 ms 1 /classes/Pack.php:89
506
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 615783 LIMIT 1
0.061 ms 1 /classes/Pack.php:90
605
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 610286 LIMIT 1
0.061 ms 1 /classes/SpecificPrice.php:435
783
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 238 AND `id_shop` = 1
0.061 ms 2 /src/Adapter/EntityMapper.php:79
807
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 18 AND `id_shop` = 1
0.061 ms 2 /src/Adapter/EntityMapper.php:79
818
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 884 AND `id_shop` = 1
0.061 ms 2 /src/Adapter/EntityMapper.php:79
821
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.061 ms 1 /src/Adapter/EntityMapper.php:71
331
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.061 ms 0 /classes/SpecificPrice.php:259
67
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "pm_advancedpack" LIMIT 1
0.060 ms 0 /classes/module/Module.php:2659
197
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 562398) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.060 ms 1 /classes/stock/StockAvailable.php:453
338
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.060 ms 1 /classes/stock/StockAvailable.php:453
444
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.060 ms 0 /classes/SpecificPrice.php:259
475
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1540226 AND id_shop=1 LIMIT 1
0.060 ms 1 /classes/Product.php:6876
599
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1539890 LIMIT 1
0.060 ms 1 /classes/Pack.php:90
792
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.060 ms 1 /src/Adapter/EntityMapper.php:71
793
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 270 AND `id_shop` = 1
0.060 ms 2 /src/Adapter/EntityMapper.php:79
794
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.060 ms 1 /src/Adapter/EntityMapper.php:71
808
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.060 ms 1 /src/Adapter/EntityMapper.php:71
914
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 109 AND `id_shop` = 1 LIMIT 1
0.060 ms 1 /classes/module/Module.php:2132
414
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1539378 LIMIT 1
0.060 ms 2 /classes/SpecificPrice.php:435
862
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.060 ms 1 /src/Adapter/EntityMapper.php:71
4
SELECT SQL_NO_CACHE *
FROM `een_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.059 ms 1 /src/Adapter/EntityMapper.php:71
117
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.059 ms 1 /classes/Country.php:194
324
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1540308 LIMIT 1
0.059 ms 1 /classes/Pack.php:90
405
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1525092 LIMIT 1
0.059 ms 1 /classes/Pack.php:89
557
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1536429 AND id_shop=1 LIMIT 1
0.059 ms 1 /classes/Product.php:6876
670
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1532305
0.059 ms 1 /classes/Product.php:2902
823
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.059 ms 1 /src/Adapter/EntityMapper.php:71
61
SELECT SQL_NO_CACHE format
FROM `een_address_format`
WHERE `id_country` = 8 LIMIT 1
0.059 ms 1 /classes/AddressFormat.php:656
195
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 562398 LIMIT 1
0.059 ms 1 /classes/Pack.php:89
428
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1539380 LIMIT 1
0.059 ms 2 /classes/SpecificPrice.php:435
574
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.059 ms 1 /classes/stock/StockAvailable.php:453
820
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 286 AND `id_shop` = 1
0.059 ms 2 /src/Adapter/EntityMapper.php:79
870
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 29 AND `id_shop` = 1
0.059 ms 2 /src/Adapter/EntityMapper.php:79
872
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 265 AND `id_shop` = 1
0.059 ms 2 /src/Adapter/EntityMapper.php:79
882
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 162 AND `id_shop` = 1
0.059 ms 2 /src/Adapter/EntityMapper.php:79
19
SELECT SQL_NO_CACHE name, alias FROM `een_hook_alias`
0.058 ms 87 /classes/Hook.php:339
33
SELECT SQL_NO_CACHE `id_lang` FROM `een_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.058 ms 2 /classes/Language.php:883
241
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.058 ms 1 /classes/stock/StockAvailable.php:453
611
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 610286 LIMIT 1
0.058 ms 1 /classes/Pack.php:89
164
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 966 LIMIT 1
0.058 ms 1 /classes/Product.php:5659
212
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.058 ms 1 /classes/stock/StockAvailable.php:453
245
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 226 LIMIT 1
0.058 ms 1 /classes/Product.php:5659
269
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1539379) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.058 ms 1 /classes/stock/StockAvailable.php:453
537
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
540
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.058 ms 1 /classes/SpecificPrice.php:259
773
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitcompare" LIMIT 1
0.058 ms 1 /classes/module/Module.php:2659
805
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 13 AND `id_shop` = 1
0.058 ms 2 /src/Adapter/EntityMapper.php:79
819
SELECT SQL_NO_CACHE *
FROM `een_category` a
LEFT JOIN `een_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 286) LIMIT 1
0.058 ms 1 /src/Adapter/EntityMapper.php:71
864
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.058 ms 1 /src/Adapter/EntityMapper.php:71
871
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
874
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 964 AND `id_shop` = 1
0.058 ms 2 /src/Adapter/EntityMapper.php:79
887
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.058 ms 1 /src/Adapter/EntityMapper.php:71
898
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.058 ms 1 /src/Adapter/EntityMapper.php:71
909
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 76 AND `id_shop` = 1 LIMIT 1
0.058 ms 1 /classes/module/Module.php:2132
119
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
255
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1531022) 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
259
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 226 LIMIT 1
0.057 ms 1 /classes/Product.php:5659
479
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.057 ms 1 /classes/stock/StockAvailable.php:453
803
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 966 AND `id_shop` = 1
0.057 ms 2 /src/Adapter/EntityMapper.php:79
989
SELECT SQL_NO_CACHE data
FROM `een_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
0.057 ms 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
29
SELECT SQL_NO_CACHE `id_lang` FROM `een_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.057 ms 2 /classes/Language.php:883
39
SELECT SQL_NO_CACHE *
FROM `een_currency_lang`
WHERE `id_currency` = 1
0.057 ms 2 /src/Adapter/EntityMapper.php:79
165
SELECT SQL_NO_CACHE `name`
FROM `een_manufacturer`
WHERE `id_manufacturer` = 510
AND `active` = 1 LIMIT 1
0.057 ms 1 /classes/Manufacturer.php:316
194
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 562398 AND `id_group` = 1 LIMIT 1
0.057 ms 0 /classes/GroupReduction.php:156
216
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.057 ms 1 /classes/Category.php:1378
227
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1530659) 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
273
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 19 LIMIT 1
0.057 ms 1 /classes/Product.php:5659
304
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1539766
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.057 ms 1 /classes/SpecificPrice.php:259
318
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1540308
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.057 ms 1 /classes/SpecificPrice.php:259
364
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 550060 LIMIT 1
0.057 ms 1 /classes/Pack.php:90
371
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 641171
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.057 ms 0 /classes/SpecificPrice.php:259
378
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 641171) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.057 ms 1 /classes/stock/StockAvailable.php:453
389
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1539222 AND id_shop=1 LIMIT 1
0.057 ms 1 /classes/Product.php:6876
390
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1539222 AND `id_group` = 1 LIMIT 1
0.057 ms 0 /classes/GroupReduction.php:156
472
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.057 ms 1 /classes/SpecificPrice.php:259
483
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 18 LIMIT 1
0.057 ms 1 /classes/Product.php:5659
498
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.057 ms 1 /classes/Product.php:5659
693
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1540308
0.057 ms 1 /classes/Product.php:2902
710
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1525092
0.057 ms 1 /classes/Product.php:2902
863
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 952 AND `id_shop` = 1
0.057 ms 2 /src/Adapter/EntityMapper.php:79
878
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
886
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 72 AND `id_shop` = 1
0.057 ms 2 /src/Adapter/EntityMapper.php:79
888
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 164 AND `id_shop` = 1
0.057 ms 2 /src/Adapter/EntityMapper.php:79
891
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.057 ms 1 /src/Adapter/EntityMapper.php:71
31
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (iso_code = 'GBP') LIMIT 1
0.056 ms 1 /classes/Currency.php:893
42
SELECT SQL_NO_CACHE *
FROM `een_group_lang`
WHERE `id_group` = 1
0.056 ms 2 /src/Adapter/EntityMapper.php:79
210
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1530533 LIMIT 1
0.056 ms 1 /classes/Pack.php:89
231
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 19 LIMIT 1
0.056 ms 1 /classes/Product.php:5659
239
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1539331 LIMIT 1
0.056 ms 1 /classes/Pack.php:89
253
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1531022 LIMIT 1
0.056 ms 1 /classes/Pack.php:89
267
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1539379 LIMIT 1
0.056 ms 1 /classes/Pack.php:89
400
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1525092
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.056 ms 1 /classes/SpecificPrice.php:259
436
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1539380) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.056 ms 1 /classes/stock/StockAvailable.php:453
465
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 4065) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.056 ms 1 /classes/stock/StockAvailable.php:453
500
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 615783
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.056 ms 0 /classes/SpecificPrice.php:259
503
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 615783 AND id_shop=1 LIMIT 1
0.056 ms 1 /classes/Product.php:6876
524
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.056 ms 1 /classes/Product.php:5659
543
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1530945 AND id_shop=1 LIMIT 1
0.056 ms 1 /classes/Product.php:6876
804
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.056 ms 1 /src/Adapter/EntityMapper.php:71
881
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.056 ms 1 /src/Adapter/EntityMapper.php:71
890
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 166 AND `id_shop` = 1
0.056 ms 2 /src/Adapter/EntityMapper.php:79
65
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM een_required_field
0.056 ms 1 /classes/ObjectModel.php:1592
265
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1539379 AND id_shop=1 LIMIT 1
0.056 ms 1 /classes/Product.php:6876
806
SELECT SQL_NO_CACHE *
FROM `een_category` a
LEFT JOIN `een_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 18) LIMIT 1
0.056 ms 1 /src/Adapter/EntityMapper.php:71
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.055 ms 1 /src/Adapter/EntityMapper.php:71
182
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1532305 LIMIT 1
0.055 ms 1 /classes/Pack.php:90
237
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1539331 AND id_shop=1 LIMIT 1
0.055 ms 1 /classes/Product.php:6876
358
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 550060
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.055 ms 0 /classes/SpecificPrice.php:259
407
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1525092) 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
440
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.055 ms 1 /classes/Category.php:1378
511
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.055 ms 1 /classes/Product.php:5659
613
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.055 ms 1 /classes/stock/StockAvailable.php:453
696
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 553407
0.055 ms 1 /classes/Product.php:2902
825
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.055 ms 1 /src/Adapter/EntityMapper.php:71
883
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.055 ms 1 /src/Adapter/EntityMapper.php:71
897
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 375 AND `id_shop` = 1
0.055 ms 2 /src/Adapter/EntityMapper.php:79
901
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 159 AND `id_shop` = 1
0.055 ms 2 /src/Adapter/EntityMapper.php:79
912
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 67 AND `id_shop` = 1 LIMIT 1
0.055 ms 1 /classes/module/Module.php:2132
973
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.055 ms 0 /classes/module/Module.php:2132
21
SELECT SQL_NO_CACHE * FROM `een_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.055 ms 1 /classes/module/Module.php:2041
223
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1530659 AND id_shop=1 LIMIT 1
0.055 ms 1 /classes/Product.php:6876
251
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1531022 AND id_shop=1 LIMIT 1
0.055 ms 1 /classes/Product.php:6876
520
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 546644) 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
570
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1539767 AND id_shop=1 LIMIT 1
0.055 ms 1 /classes/Product.php:6876
676
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1530533
0.055 ms 1 /classes/Product.php:2902
678
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1530659
0.055 ms 1 /classes/Product.php:2902
880
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 73 AND `id_shop` = 1
0.055 ms 2 /src/Adapter/EntityMapper.php:79
11
SELECT SQL_NO_CACHE domain, domain_ssl
FROM een_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.054 ms 1 /classes/shop/ShopUrl.php:182
57
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.054 ms 0 /classes/module/Module.php:2132
114
SELECT SQL_NO_CACHE id_feed
FROM `een_gmcp_feeds` ff
WHERE (ff.id_shop=1) LIMIT 1
0.054 ms 370 /modules/gmerchantcenterpro/models/Feeds.php:53
597
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1539890 AND `id_group` = 1 LIMIT 1
0.054 ms 0 /classes/GroupReduction.php:156
726
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 615783
0.054 ms 1 /classes/Product.php:2902
810
SELECT SQL_NO_CACHE *
FROM `een_category` a
LEFT JOIN `een_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 258) LIMIT 1
0.054 ms 1 /src/Adapter/EntityMapper.php:71
829
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.054 ms 1 /src/Adapter/EntityMapper.php:71
902
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.054 ms 1 /src/Adapter/EntityMapper.php:71
904
SELECT SQL_NO_CACHE `width`, `height`
FROM een_image_type
WHERE `name` = 'home_default' LIMIT 1
0.054 ms 1 /classes/Image.php:563
953
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "supercheckout" LIMIT 1
0.054 ms 0 /classes/module/Module.php:2659
45
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.054 ms 1 /classes/Category.php:1754
248
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1531022
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.054 ms 1 /classes/SpecificPrice.php:259
262
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1539379
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.054 ms 1 /classes/SpecificPrice.php:259
337
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 553407 LIMIT 1
0.054 ms 1 /classes/Pack.php:90
591
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
824
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 250 AND `id_shop` = 1
0.054 ms 2 /src/Adapter/EntityMapper.php:79
895
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 149 AND `id_shop` = 1
0.054 ms 2 /src/Adapter/EntityMapper.php:79
978
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "blockwishlist" LIMIT 1
0.054 ms 1 /classes/module/Module.php:2659
979
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 3 AND `id_shop` = 1 LIMIT 1
0.054 ms 0 /classes/module/Module.php:2132
827
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.053 ms 1 /src/Adapter/EntityMapper.php:71
190
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 562398
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.053 ms 0 /classes/SpecificPrice.php:259
217
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 19 LIMIT 1
0.053 ms 1 /classes/Product.php:5659
322
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1540308 AND `id_group` = 1 LIMIT 1
0.053 ms 0 /classes/GroupReduction.php:156
392
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1539222 LIMIT 1
0.053 ms 1 /classes/Pack.php:90
461
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 4065 AND id_shop=1 LIMIT 1
0.053 ms 1 /classes/Product.php:6876
592
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1539890 LIMIT 1
0.053 ms 2 /classes/SpecificPrice.php:435
643
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.053 ms 1 /classes/Product.php:5659
809
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 114 AND `id_shop` = 1
0.053 ms 2 /src/Adapter/EntityMapper.php:79
813
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 15 AND `id_shop` = 1
0.053 ms 2 /src/Adapter/EntityMapper.php:79
899
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 157 AND `id_shop` = 1
0.053 ms 2 /src/Adapter/EntityMapper.php:79
489
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1531025 AND id_shop=1 LIMIT 1
0.052 ms 1 /classes/Product.php:6876
546
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1530945 LIMIT 1
0.052 ms 1 /classes/Pack.php:90
587
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.052 ms 1 /classes/stock/StockAvailable.php:453
645
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.052 ms 0 /classes/SpecificPrice.php:259
684
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1539379
0.052 ms 1 /classes/Product.php:2902
865
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 955 AND `id_shop` = 1
0.052 ms 2 /src/Adapter/EntityMapper.php:79
885
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.052 ms 1 /src/Adapter/EntityMapper.php:71
202
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 226 LIMIT 1
0.052 ms 1 /classes/Product.php:5659
293
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1530780 AND `id_group` = 1 LIMIT 1
0.052 ms 0 /classes/GroupReduction.php:156
295
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1530780 LIMIT 1
0.052 ms 1 /classes/Pack.php:90
351
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1539150 LIMIT 1
0.052 ms 1 /classes/Pack.php:90
375
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 641171 AND `id_group` = 1 LIMIT 1
0.052 ms 0 /classes/GroupReduction.php:156
420
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1539378 LIMIT 1
0.052 ms 1 /classes/Pack.php:89
435
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1539380 LIMIT 1
0.052 ms 1 /classes/Pack.php:90
516
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 546644 AND id_shop=1 LIMIT 1
0.052 ms 1 /classes/Product.php:6876
531
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 544323 LIMIT 1
0.052 ms 1 /classes/Pack.php:89
551
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.052 ms 1 /classes/Product.php:5659
554
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1536429
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.052 ms 1 /classes/SpecificPrice.php:259
585
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1539771 LIMIT 1
0.052 ms 1 /classes/Pack.php:89
596
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1539890 AND id_shop=1 LIMIT 1
0.052 ms 1 /classes/Product.php:6876
626
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 671795) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.052 ms 1 /classes/stock/StockAvailable.php:453
811
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 258 AND `id_shop` = 1
0.052 ms 2 /src/Adapter/EntityMapper.php:79
828
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 221 AND `id_shop` = 1
0.052 ms 2 /src/Adapter/EntityMapper.php:79
831
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
30
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
148
SELECT SQL_NO_CACHE id_order
FROM `een_orders` o
WHERE (o.id_cart=0) LIMIT 1
0.051 ms 1 /modules/gmerchantcenterpro/lib/dao/moduleDao.php:450
188
SELECT SQL_NO_CACHE `name`
FROM `een_manufacturer`
WHERE `id_manufacturer` = 11523
AND `active` = 1 LIMIT 1
0.051 ms 0 /classes/Manufacturer.php:316
418
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1539378 AND id_shop=1 LIMIT 1
0.051 ms 1 /classes/Product.php:6876
426
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 20 LIMIT 1
0.051 ms 1 /classes/Product.php:5659
429
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1539380
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.051 ms 1 /classes/SpecificPrice.php:259
456
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.051 ms 1 /classes/Product.php:5659
464
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 4065 LIMIT 1
0.051 ms 1 /classes/Pack.php:90
477
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1540226 LIMIT 1
0.051 ms 1 /classes/Pack.php:89
583
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1539771 AND id_shop=1 LIMIT 1
0.051 ms 1 /classes/Product.php:6876
618
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 671795 LIMIT 1
0.051 ms 1 /classes/SpecificPrice.php:435
631
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 542065 LIMIT 1
0.051 ms 1 /classes/SpecificPrice.php:435
674
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 562398
0.051 ms 1 /classes/Product.php:2902
680
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1539331
0.051 ms 1 /classes/Product.php:2902
732
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 544323
0.051 ms 1 /classes/Product.php:2902
734
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1530945
0.051 ms 1 /classes/Product.php:2902
742
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1539771
0.051 ms 1 /classes/Product.php:2902
826
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 124 AND `id_shop` = 1
0.051 ms 2 /src/Adapter/EntityMapper.php:79
830
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 969 AND `id_shop` = 1
0.051 ms 2 /src/Adapter/EntityMapper.php:79
884
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 165 AND `id_shop` = 1
0.051 ms 2 /src/Adapter/EntityMapper.php:79
896
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.051 ms 1 /src/Adapter/EntityMapper.php:71
900
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.051 ms 1 /src/Adapter/EntityMapper.php:71
307
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1539766 AND id_shop=1 LIMIT 1
0.051 ms 1 /classes/Product.php:6876
174
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1532305 AND id_shop=1 LIMIT 1
0.050 ms 1 /classes/Product.php:6876
179
SELECT SQL_NO_CACHE `reduction`
FROM `een_group`
WHERE `id_group` = 1 LIMIT 1
0.050 ms 1 /classes/Group.php:154
422
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1539378) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.050 ms 1 /classes/stock/StockAvailable.php:453
432
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1539380 AND id_shop=1 LIMIT 1
0.050 ms 1 /classes/Product.php:6876
513
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 546644
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.050 ms 0 /classes/SpecificPrice.php:259
529
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 544323 AND id_shop=1 LIMIT 1
0.050 ms 1 /classes/Product.php:6876
586
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1539771 LIMIT 1
0.050 ms 1 /classes/Pack.php:90
604
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.050 ms 1 /classes/Product.php:5659
975
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
73
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.050 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
404
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1525092 AND `id_group` = 1 LIMIT 1
0.050 ms 0 /classes/GroupReduction.php:156
832
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
205
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.049 ms 0 /classes/SpecificPrice.php:259
275
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 558474
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.049 ms 0 /classes/SpecificPrice.php:259
309
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1539766 LIMIT 1
0.049 ms 1 /classes/Pack.php:89
377
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 641171 LIMIT 1
0.049 ms 1 /classes/Pack.php:90
567
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.049 ms 0 /classes/SpecificPrice.php:259
579
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1539771 LIMIT 1
0.049 ms 2 /classes/SpecificPrice.php:435
665
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.049 ms 1 /classes/stock/StockAvailable.php:453
671
SELECT SQL_NO_CACHE state FROM een_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.049 ms 0 /classes/FeatureFlag.php:105
712
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1539378
0.049 ms 1 /classes/Product.php:2902
892
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 427 AND `id_shop` = 1
0.049 ms 2 /src/Adapter/EntityMapper.php:79
234
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.049 ms 0 /classes/SpecificPrice.php:259
386
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.049 ms 0 /classes/SpecificPrice.php:259
559
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1536429 LIMIT 1
0.049 ms 1 /classes/Pack.php:89
561
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1536429) 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
40
SELECT SQL_NO_CACHE id_shop
FROM `een_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.048 ms 1 /classes/ObjectModel.php:1729
118
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
220
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1530659
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.048 ms 0 /classes/SpecificPrice.php:259
434
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1539380 LIMIT 1
0.048 ms 1 /classes/Pack.php:89
486
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1531025
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.048 ms 1 /classes/SpecificPrice.php:259
609
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 610286 AND id_shop=1 LIMIT 1
0.048 ms 1 /classes/Product.php:6876
736
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1536429
0.048 ms 1 /classes/Product.php:2902
974
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "cdesigner" LIMIT 1
0.048 ms 0 /classes/module/Module.php:2659
226
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1530659 LIMIT 1
0.048 ms 1 /classes/Pack.php:90
254
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1531022 LIMIT 1
0.048 ms 1 /classes/Pack.php:90
412
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 20 LIMIT 1
0.048 ms 1 /classes/Product.php:5659
415
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1539378
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.048 ms 1 /classes/SpecificPrice.php:259
573
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1539767 LIMIT 1
0.048 ms 1 /classes/Pack.php:90
617
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.048 ms 1 /classes/Product.php:5659
637
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 542065 LIMIT 1
0.048 ms 1 /classes/Pack.php:89
657
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 542739 LIMIT 1
0.048 ms 1 /classes/SpecificPrice.php:435
682
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1531022
0.048 ms 1 /classes/Product.php:2902
714
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1539380
0.048 ms 1 /classes/Product.php:2902
739
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1539767
0.048 ms 1 /classes/Product.php:2902
745
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1539890
0.048 ms 1 /classes/Product.php:2902
976
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "configurator" LIMIT 1
0.048 ms 0 /classes/module/Module.php:2659
977
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
406
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1525092 LIMIT 1
0.047 ms 1 /classes/Pack.php:90
572
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1539767 LIMIT 1
0.047 ms 1 /classes/Pack.php:89
62
SELECT SQL_NO_CACHE `need_identification_number`
FROM `een_country`
WHERE `id_country` = 8 LIMIT 1
0.047 ms 1 /classes/Country.php:405
121
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'TND') LIMIT 1
0.047 ms 1 /classes/Currency.php:893
135
SELECT SQL_NO_CACHE *
FROM `een_country_lang`
WHERE `id_country` = 19
0.047 ms 2 /src/Adapter/EntityMapper.php:79
138
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.047 ms 1 /src/Adapter/EntityMapper.php:71
196
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 562398 LIMIT 1
0.047 ms 1 /classes/Pack.php:90
240
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1539331 LIMIT 1
0.047 ms 1 /classes/Pack.php:90
279
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 558474 AND `id_group` = 1 LIMIT 1
0.047 ms 0 /classes/GroupReduction.php:156
648
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 670763 AND id_shop=1 LIMIT 1
0.047 ms 1 /classes/Product.php:6876
656
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.047 ms 1 /classes/Product.php:5659
716
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1539585
0.047 ms 1 /classes/Product.php:2902
211
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1530533 LIMIT 1
0.046 ms 1 /classes/Pack.php:90
268
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1539379 LIMIT 1
0.046 ms 1 /classes/Pack.php:90
311
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1539766) 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
441
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 148 LIMIT 1
0.046 ms 1 /classes/Product.php:5659
451
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.046 ms 1 /classes/stock/StockAvailable.php:453
458
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 4065
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.046 ms 0 /classes/SpecificPrice.php:259
493
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1531025) 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
545
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1530945 LIMIT 1
0.046 ms 1 /classes/Pack.php:89
578
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.046 ms 1 /classes/Product.php:5659
606
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.046 ms 0 /classes/SpecificPrice.php:259
612
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 610286 LIMIT 1
0.046 ms 1 /classes/Pack.php:90
622
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 671795 AND id_shop=1 LIMIT 1
0.046 ms 1 /classes/Product.php:6876
639
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 542065) 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
123
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'DZD') LIMIT 1
0.046 ms 1 /classes/Currency.php:893
43
SELECT SQL_NO_CACHE id_shop
FROM `een_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.045 ms 1 /classes/ObjectModel.php:1729
59
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
129
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'MGA') LIMIT 1
0.045 ms 1 /classes/Currency.php:893
209
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1530533 AND `id_group` = 1 LIMIT 1
0.045 ms 0 /classes/GroupReduction.php:156
447
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1539585 AND id_shop=1 LIMIT 1
0.045 ms 1 /classes/Product.php:6876
517
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 546644 AND `id_group` = 1 LIMIT 1
0.045 ms 0 /classes/GroupReduction.php:156
630
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
982
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 94 AND `id_shop` = 1 LIMIT 1
0.045 ms 1 /classes/module/Module.php:2132
142
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.045 ms 1 /src/Adapter/EntityMapper.php:71
146
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.045 ms 1 /src/Adapter/EntityMapper.php:71
266
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1539379 AND `id_group` = 1 LIMIT 1
0.045 ms 0 /classes/GroupReduction.php:156
8
SELECT SQL_NO_CACHE *
FROM `een_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.044 ms 1 /src/Adapter/EntityMapper.php:71
70
SELECT SQL_NO_CACHE * FROM `een_image_type`
0.044 ms 8 /classes/ImageType.php:161
120
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 c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'XOF') LIMIT 1
0.044 ms 1 /classes/Currency.php:893
131
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'MAD') LIMIT 1
0.044 ms 1 /classes/Currency.php:893
224
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1530659 AND `id_group` = 1 LIMIT 1
0.044 ms 0 /classes/GroupReduction.php:156
383
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 22 LIMIT 1
0.044 ms 1 /classes/Product.php:5659
449
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1539585 LIMIT 1
0.044 ms 1 /classes/Pack.php:89
476
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
775
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitmegamenu" LIMIT 1
0.044 ms 1 /classes/module/Module.php:2659
125
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'XAF') LIMIT 1
0.044 ms 1 /classes/Currency.php:893
238
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1539331 AND `id_group` = 1 LIMIT 1
0.044 ms 0 /classes/GroupReduction.php:156
252
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1531022 AND `id_group` = 1 LIMIT 1
0.044 ms 0 /classes/GroupReduction.php:156
421
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1539378 LIMIT 1
0.044 ms 1 /classes/Pack.php:90
478
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1540226 LIMIT 1
0.044 ms 1 /classes/Pack.php:90
504
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 615783 AND `id_group` = 1 LIMIT 1
0.044 ms 0 /classes/GroupReduction.php:156
635
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 542065 AND id_shop=1 LIMIT 1
0.044 ms 1 /classes/Product.php:6876
636
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 542065 AND `id_group` = 1 LIMIT 1
0.044 ms 0 /classes/GroupReduction.php:156
661
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 542739 AND id_shop=1 LIMIT 1
0.044 ms 1 /classes/Product.php:6876
136
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'CA' LIMIT 1
0.043 ms 1 /classes/Country.php:194
580
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.043 ms 1 /classes/SpecificPrice.php:259
650
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 670763 LIMIT 1
0.043 ms 1 /classes/Pack.php:89
10
SELECT SQL_NO_CACHE id_shop
FROM `een_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.043 ms 1 /classes/ObjectModel.php:1729
144
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'SA' LIMIT 1
0.043 ms 1 /classes/Country.php:194
526
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.043 ms 0 /classes/SpecificPrice.php:259
652
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.043 ms 1 /classes/stock/StockAvailable.php:453
310
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1539766 LIMIT 1
0.042 ms 1 /classes/Pack.php:90
140
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'BE' LIMIT 1
0.042 ms 1 /classes/Country.php:194
301
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 15 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
492
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1531025 LIMIT 1
0.042 ms 1 /classes/Pack.php:90
571
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1539767 AND `id_group` = 1 LIMIT 1
0.042 ms 0 /classes/GroupReduction.php:156
584
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1539771 AND `id_group` = 1 LIMIT 1
0.042 ms 0 /classes/GroupReduction.php:156
610
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 610286 AND `id_group` = 1 LIMIT 1
0.042 ms 0 /classes/GroupReduction.php:156
663
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 542739 LIMIT 1
0.042 ms 1 /classes/Pack.php:89
139
SELECT SQL_NO_CACHE *
FROM `een_country_lang`
WHERE `id_country` = 4
0.041 ms 2 /src/Adapter/EntityMapper.php:79
143
SELECT SQL_NO_CACHE *
FROM `een_country_lang`
WHERE `id_country` = 3
0.041 ms 2 /src/Adapter/EntityMapper.php:79
147
SELECT SQL_NO_CACHE *
FROM `een_country_lang`
WHERE `id_country` = 186
0.041 ms 2 /src/Adapter/EntityMapper.php:79
419
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1539378 AND `id_group` = 1 LIMIT 1
0.041 ms 0 /classes/GroupReduction.php:156
433
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1539380 AND `id_group` = 1 LIMIT 1
0.041 ms 0 /classes/GroupReduction.php:156
462
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 4065 AND `id_group` = 1 LIMIT 1
0.041 ms 0 /classes/GroupReduction.php:156
624
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 671795 LIMIT 1
0.041 ms 1 /classes/Pack.php:89
122
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.040 ms 1 /classes/Country.php:194
132
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'CH' LIMIT 1
0.040 ms 1 /classes/Country.php:194
593
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1539890
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.040 ms 0 /classes/SpecificPrice.php:259
124
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.039 ms 1 /classes/Country.php:194
126
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.039 ms 1 /classes/Country.php:194
128
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.039 ms 1 /classes/Country.php:194
130
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.039 ms 1 /classes/Country.php:194
560
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1536429 LIMIT 1
0.039 ms 1 /classes/Pack.php:90
619
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 671795
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.039 ms 0 /classes/SpecificPrice.php:259
638
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 542065 LIMIT 1
0.038 ms 1 /classes/Pack.php:90
450
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1539585 LIMIT 1
0.038 ms 1 /classes/Pack.php:90
490
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1531025 AND `id_group` = 1 LIMIT 1
0.038 ms 0 /classes/GroupReduction.php:156
532
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 544323 LIMIT 1
0.038 ms 1 /classes/Pack.php:90
774
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 71 AND `id_shop` = 1 LIMIT 1
0.038 ms 1 /classes/module/Module.php:2132
954
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.038 ms 0 /classes/module/Module.php:2132
68
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "gsnippetsreviews" LIMIT 1
0.037 ms 0 /classes/module/Module.php:2659
632
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 542065
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.037 ms 0 /classes/SpecificPrice.php:259
133
SELECT SQL_NO_CACHE `name`
FROM `een_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 19 LIMIT 1
0.037 ms 1 /classes/Country.php:252
137
SELECT SQL_NO_CACHE `name`
FROM `een_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 4 LIMIT 1
0.037 ms 1 /classes/Country.php:252
530
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 544323 AND `id_group` = 1 LIMIT 1
0.037 ms 0 /classes/GroupReduction.php:156
544
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1530945 AND `id_group` = 1 LIMIT 1
0.037 ms 0 /classes/GroupReduction.php:156
145
SELECT SQL_NO_CACHE `name`
FROM `een_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 186 LIMIT 1
0.036 ms 1 /classes/Country.php:252
625
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 671795 LIMIT 1
0.036 ms 1 /classes/Pack.php:90
651
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 670763 LIMIT 1
0.036 ms 1 /classes/Pack.php:90
658
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.036 ms 0 /classes/SpecificPrice.php:259
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.035 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
141
SELECT SQL_NO_CACHE `name`
FROM `een_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 3 LIMIT 1
0.035 ms 1 /classes/Country.php:252
308
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1539766 AND `id_group` = 1 LIMIT 1
0.035 ms 0 /classes/GroupReduction.php:156
558
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1536429 AND `id_group` = 1 LIMIT 1
0.035 ms 0 /classes/GroupReduction.php:156
664
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 542739 LIMIT 1
0.035 ms 1 /classes/Pack.php:90
448
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1539585 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:156
776
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 80 AND `id_shop` = 1 LIMIT 1
0.034 ms 1 /classes/module/Module.php:2132
961
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "thecheckout" LIMIT 1
0.034 ms 0 /classes/module/Module.php:2659
623
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 671795 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:156
649
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 670763 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:156
662
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 542739 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:156
74
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.032 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
955
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "onepagecheckout" LIMIT 1
0.031 ms 0 /classes/module/Module.php:2659
956
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.031 ms 0 /classes/module/Module.php:2132
69
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "gremarketing" LIMIT 1
0.030 ms 0 /classes/module/Module.php:2659
101
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.029 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
962
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
958
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
113
COMMIT
0.028 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:155
957
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "onepagecheckoutps" LIMIT 1
0.028 ms 0 /classes/module/Module.php:2659
964
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.027 ms 0 /classes/module/Module.php:2132
75
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.027 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
76
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.027 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
82
CREATE TABLE IF NOT EXISTS `een_gmcp_discount_association` (`id_association` int(11) NOT NULL AUTO_INCREMENT, `id_discount` int(11) NOT NULL, `id_product` int(11) NOT NULL, `channel` CHAR(120) NOT NULL DEFAULT "SHOPPING_ADS", PRIMARY KEY (`id_association`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
0.027 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
84
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.027 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
959
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "steasycheckout" LIMIT 1
0.027 ms 0 /classes/module/Module.php:2659
960
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.027 ms 0 /classes/module/Module.php:2132
83
CREATE TABLE IF NOT EXISTS `een_gmcp_tags` (`id_tag` int(11) NOT NULL AUTO_INCREMENT, `id_shop` int(11) NOT NULL DEFAULT "1", `name` char(255) NOT NULL, `type` char(255) NOT NULL, `active` TINYINT NOT NULL, `position` INT NOT NULL, `end_date` DATE, PRIMARY KEY (`id_tag`)) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
0.026 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
963
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "idxropc" LIMIT 1
0.026 ms 0 /classes/module/Module.php:2659
965
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "pwpaysoncheckout" LIMIT 1
0.026 ms 0 /classes/module/Module.php:2659
966
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.026 ms 0 /classes/module/Module.php:2132
967
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "easycheckout" LIMIT 1
0.026 ms 0 /classes/module/Module.php:2659
968
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.026 ms 0 /classes/module/Module.php:2132
81
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_dynamic_last_product_not_ordered` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `last_product_ordered` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8;
0.025 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
86
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.025 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
88
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
94
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.025 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
98
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.025 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
102
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_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.025 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
104
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
91
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.025 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
78
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.024 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
85
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
93
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.024 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
96
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.024 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
97
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.024 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
99
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.024 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
105
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.024 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
77
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.024 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
95
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.024 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
100
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.024 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
107
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.024 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
71
BEGIN
0.023 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:81
89
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_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.023 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
106
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.023 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
87
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.023 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
92
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.023 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
108
COMMIT
0.017 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:107
109
BEGIN
0.017 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
37 queries
SELECT XX FROM `een_specific_price` WHERE id_product = XX LIMIT XX
36 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
36 queries
SELECT name FROM een_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
36 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
36 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
36 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)
36 queries
                            SELECT `id_tax_rules_group`
                            FROM `een_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
36 queries
			SELECT `reduction`
			FROM `een_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
36 queries
SELECT COUNT(*) FROM `een_pack` WHERE id_product_pack = XX LIMIT XX
36 queries
SELECT product_type FROM `een_product` WHERE id_product = XX LIMIT XX
36 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
36 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
36 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
36 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
36 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`
36 queries
SELECT `id_product_attribute`
            FROM `een_product_attribute`
            WHERE `id_product` = XX
36 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;
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_country`
			FROM `een_country`
			WHERE `iso_code` = 'US' 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 `name`
				FROM `een_manufacturer`
				WHERE `id_manufacturer` = XX
				AND `active` = XX LIMIT XX
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

149 product
131 category_lang
111 product_shop
96 category
85 category_shop
78 specific_price
74 cart_product
73 product_attribute
72 image
72 image_shop
72 product_attribute_shop
72 pack
38 stock_available
37 feature
37 feature_shop
37 feature_lang
37 feature_value_lang
37 product_attribute_combination
37 feature_product
37 product_lang
36 specific_price_priority
36 product_group_reduction_cache
36 image_lang
36 attribute
36 attribute_lang
36 attribute_group
31 module
27 module_shop
22 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
2 shop_group
2 configuration
2 hook_module
2 group
2 group_shop
2 orders
2 manufacturer
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 page_type
1 page
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 68 /classes/Link.php:113 (__construct) [id: 1530533]
/classes/Link.php:113 (__construct) [id: 1530659]
/classes/Link.php:113 (__construct) [id: 1539331]
/classes/Link.php:113 (__construct) [id: 1531022]
/classes/Link.php:113 (__construct) [id: 1539379]
/classes/Link.php:113 (__construct) [id: 1530780]
/classes/Link.php:113 (__construct) [id: 1539766]
/classes/Link.php:113 (__construct) [id: 1540308]
/classes/Link.php:113 (__construct) [id: 1539222]
/classes/Link.php:113 (__construct) [id: 1539378]
/classes/Link.php:113 (__construct) [id: 1539380]
/classes/Link.php:113 (__construct) [id: 1539585]
/classes/Link.php:113 (__construct) [id: 1540226]
/classes/Link.php:113 (__construct) [id: 1531025]
/classes/Link.php:113 (__construct) [id: 1530945]
/classes/Link.php:113 (__construct) [id: 1536429]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1532305]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 562398]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1530533]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1530659]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1539331]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1531022]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1539379]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 558474]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1530780]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1539766]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1540308]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 553407]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1539150]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 550060]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 641171]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1539222]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1525092]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1539378]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1539380]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1539585]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4065]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1540226]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1531025]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 615783]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 546644]
/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: 1536429]
/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: 1539890]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 610286]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 671795]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 542065]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 670763]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 542739]
/classes/Link.php:113 (__construct) [id: 1530533]
/classes/Link.php:113 (__construct) [id: 1530659]
/classes/Link.php:113 (__construct) [id: 1539331]
/classes/Link.php:113 (__construct) [id: 1531022]
/classes/Link.php:113 (__construct) [id: 1539379]
/classes/Link.php:113 (__construct) [id: 1530780]
/classes/Link.php:113 (__construct) [id: 1539766]
/classes/Link.php:113 (__construct) [id: 1540308]
/classes/Link.php:113 (__construct) [id: 1539222]
/classes/Link.php:113 (__construct) [id: 1539378]
/classes/Link.php:113 (__construct) [id: 1539380]
/classes/Link.php:113 (__construct) [id: 1539585]
/classes/Link.php:113 (__construct) [id: 1540226]
/classes/Link.php:113 (__construct) [id: 1531025]
/classes/Link.php:113 (__construct) [id: 1530945]
/classes/Link.php:113 (__construct) [id: 1536429]
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]
State 1 /classes/controller/FrontController.php:1778 (__construct) [id: 0]
Connection 1 /modules/statsdata/statsdata.php:118 (setPageConnection) [id: ]
Guest 1 /modules/statsdata/statsdata.php:82 (setNewGuest) [id: ]
IqitElementorCategory 1 /modules/iqitelementor/iqitelementor.php:853 (isJustElementor) [id: ]
Gender 1 /classes/controller/FrontController.php:1702 (__construct) [id: 0]
AddressFormat 1 /classes/controller/FrontController.php:1773 (generateAddress) [id: ]
Risk 1 /classes/controller/FrontController.php:1705 (__construct) [id: ]
Group 1 /classes/Cart.php:249 (getCurrent) [id: 1]
Customer 1 /config/config.inc.php:264 (__construct) [id: ]
ShopGroup 1 /classes/shop/Shop.php:561 (__construct) [id: 1]
ConnectionsSource 1 /modules/statsdata/statsdata.php:119 (logHttpReferer) [id: ]

Included Files

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