Sièges

Product added to wishlist
Product added to compare.
Load Time 1093 ms
Querying Time 74 ms
Queries 770
Memory Peak Usage 28.0 Mb
Included Files 1101 files - 12.13 Mb
PrestaShop Cache - Mb
Global vars 0.86 Mb
PrestaShop Version 8.2.0
PHP Version 8.1.34
MySQL Version 11.4.10-MariaDB
Memory Limit 1024M
Max Execution Time 30s
Smarty Cache enabled
Smarty Compilation auto
  Time Cumulated Time Memory Usage Memory Peak Usage
config 1.374 ms 1.374 ms 3.00 Mb 3.3 Mb
__construct 0.007 ms 1.381 ms - Mb 3.3 Mb
init 6.619 ms 8.000 ms 0.81 Mb 4.0 Mb
setMedia 1.000 ms 9.000 ms 0.10 Mb 4.0 Mb
postProcess 0.001 ms 9.001 ms - Mb 4.0 Mb
initHeader 0.001 ms 9.002 ms - Mb 4.0 Mb
initContent 80.579 ms 89.581 ms 9.45 Mb 13.9 Mb
initFooter 0.001 ms 89.582 ms - Mb 13.9 Mb
display 1003 ms 1093 ms 13.92 Mb 28.0 Mb
Hook Time Memory Usage
DisplayFooter 218.576 ms 0.94 Mb
displayMainMenu 20.755 ms 5.02 Mb
displayProductListReviews 19.162 ms 3.51 Mb
displayProductListFunctionalButtons 4.567 ms 0.13 Mb
displayBeforeBodyClosingTag 2.765 ms 0.65 Mb
displayCountDown 1.780 ms 0.09 Mb
DisplayBeforeBodyClosingTag 1.779 ms 0.37 Mb
DisplayHeader 1.554 ms 0.11 Mb
displayNav1 0.410 ms 0.08 Mb
displayNav2 0.380 ms 0.09 Mb
displayCustomerLoginFormAfter 0.363 ms 0.07 Mb
DisplayNavFullWidth 0.339 ms 0.07 Mb
Header 0.295 ms 0.01 Mb
renderWidget 0.282 ms 0.10 Mb
IsJustElementor 0.194 ms 0.02 Mb
displayFooter 0.170 ms 0.04 Mb
ProductSearchProvider 0.138 ms - Mb
ActionFrontControllerSetMedia 0.111 ms 0.01 Mb
DisplayContentWrapperTop 0.008 ms - Mb
ModuleRoutes 0.005 ms - Mb
ActionDispatcher 0.004 ms - Mb
ActionProductSearchAfter 0.003 ms - Mb
22 hook(s) 273.640 ms 11.31 Mb
Module Time Memory Usage
ph_simpleblog 1.052 ms 0.11 Mb
ps_eventbus 0.588 ms 0.06 Mb
iqitthemeeditor 0.330 ms 0.09 Mb
ps_emailsubscription 0.135 ms 0.01 Mb
ps_emailalerts 0.073 ms 0.01 Mb
facebookconversiontrackingplus 219.228 ms 1.02 Mb
ps_shoppingcart 0.047 ms 0.01 Mb
iqitcompare 2.323 ms 0.14 Mb
iqitcountdown 1.870 ms 0.03 Mb
iqitelementor 0.373 ms 0.03 Mb
iqitfreedeliverycount 0.045 ms 0.01 Mb
iqitmegamenu 20.849 ms 5.03 Mb
iqitwishlist 5.584 ms 0.80 Mb
iqitsociallogin 0.421 ms 0.08 Mb
iqitcontactpage 0.035 ms 0.01 Mb
gmerchantcenterpro 6.957 ms 1.08 Mb
iqitreviews 0.180 ms 0.01 Mb
productcomments 19.248 ms 3.52 Mb
multifeatures 0.053 ms - Mb
ps_googleanalytics 1.263 ms 0.22 Mb
stripe_official 0.339 ms 0.07 Mb
paypal 0.955 ms 0.23 Mb
flashsalepro 0.665 ms 0.02 Mb
ps_facetedsearch 0.566 ms 0.12 Mb
iqitlinksmanager 0.713 ms 0.14 Mb
ps_languageselector 0.097 ms 0.03 Mb
ps_currencyselector 0.093 ms 0.03 Mb
ps_customersignin 0.079 ms 0.02 Mb
iqitsearch 0.193 ms 0.04 Mb
statsdata 0.852 ms 0.22 Mb
30 module(s) 285.208 ms 13.13 Mb

Stopwatch SQL - 770 queries

# Query Time (ms) Rows Filesort Group By Location
155
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `een_feature_value` v LEFT JOIN `een_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `een_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 29 ORDER BY vl.`value` ASC
2.625 ms 1275 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
158
SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM een_product p LEFT JOIN een_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN een_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN een_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN een_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN een_category_product cp ON (p.id_product = cp.id_product) INNER JOIN een_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN een_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN een_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN een_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (231391, 33206, 252881, 252884, 233771, 232358, 231537, 257803, 232496, 231564, 231308, 231866, 230325, 231644, 230361, 233705, 231581, 230375, 231653, 231259, 233717, 33203, 231165, 234907, 231592, 231347, 230782, 230906, 233732, 231751, 232259, 231489, 231179, 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.941 ms 9519872 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.020 ms 3410 /classes/Configuration.php:180
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.688 ms 0 /classes/Hook.php:1326
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.648 ms 355 Yes Yes /classes/Hook.php:1267
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
0.630 ms 559 /classes/Hook.php:456
753
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.591 ms 592 Yes /modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2945
577
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.448 ms 296 Yes Yes /classes/Category.php:799
595
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.427 ms 296 Yes Yes /classes/Category.php:799
614
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.400 ms 296 Yes Yes /classes/Category.php:799
754
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.399 ms 592 Yes /modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2945
160
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-06 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM een_product p
LEFT JOIN een_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN een_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN een_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1540302,1540234,1540300,615744,615854,544725,566271,604213,582015,599520,605119,600659,605273,592152,605240,599931,605755,600820,591047,605251,605278,605154,605249,592156)
0.389 ms 24 /classes/ProductAssembler.php:95
45
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `een_category` c
INNER JOIN een_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `een_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1  AND cl.id_shop = 1 )
LEFT JOIN `een_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 882
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.374 ms 10 Yes Yes /classes/Category.php:924
674
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.374 ms 20 Yes Yes /classes/Category.php:799
114
SELECT SQL_NO_CACHE *
FROM `een_gmcp_feeds` ff
WHERE (ff.id_shop=1)
ORDER BY ff.feed_is_default ASC
0.357 ms 370 Yes /modules/gmerchantcenterpro/models/Feeds.php:62
634
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.350 ms 296 Yes Yes /classes/Category.php:799
649
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.346 ms 296 Yes Yes /classes/Category.php:799
664
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.345 ms 296 Yes Yes /classes/Category.php:799
576
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.343 ms 6 Yes /modules/iqitmegamenu/models/IqitMenuTab.php:178
691
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.341 ms 296 Yes Yes /classes/Category.php:799
631
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.334 ms 296 Yes Yes /classes/Category.php:799
673
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.309 ms 296 Yes Yes /classes/Category.php:799
109
SHOW COLUMNS FROM een_gmcp_feeds LIKE "feed_is_default"
0.304 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:128
13
SELECT SQL_NO_CACHE lower(name) as name
FROM `een_hook` h
WHERE (h.active = 1)
0.268 ms 1104 /classes/Hook.php:1366
769
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 (1540302,1540234,1540300,615744,615854,544725,566271,604213,582015,599520,605119,600659,605273,592152,605240,599931,605755,600820,591047,605251,605278,605154,605249,592156) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC
0.268 ms 41 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:109
154
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `een_feature` f  INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `een_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `een_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `een_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
0.242 ms 31 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
71
SHOW TABLES LIKE "een_gmcp_1800"
0.238 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:88
348
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 592152 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.226 ms 1 Yes /classes/SpecificPrice.php:576
78
SHOW TABLES LIKE "een_gmcp_1900"
0.222 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:88
110
SHOW COLUMNS FROM een_gmcp_discount_association LIKE "channel"
0.217 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:128
335
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 605273 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.217 ms 1 Yes /classes/SpecificPrice.php:576
374
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 599931 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.212 ms 1 Yes /classes/SpecificPrice.php:576
752
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.206 ms 59 Yes /modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2918
16
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `een_hook`
0.201 ms 1104 /classes/Hook.php:1326
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` = 1540234 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.201 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` = 605755 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.198 ms 1 Yes /classes/SpecificPrice.php:576
439
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 605278 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.198 ms 1 Yes /classes/SpecificPrice.php:576
400
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 600820 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.196 ms 1 Yes /classes/SpecificPrice.php:576
342
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 605273 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 605273 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.193 ms 0 /classes/Cart.php:1430
381
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 599931 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 599931 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.192 ms 0 /classes/Cart.php:1430
355
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 592152 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 592152 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.190 ms 0 /classes/Cart.php:1430
767
INSERT INTO `een_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('13021793', '', 'bellozia.com/882-sieges?page=3&q=Couleur-Bleu-Rouge-Violet-Gris&resultsPerPage=24', '', '2026-05-06 14:08:35')
0.190 ms 1 /classes/ObjectModel.php:622
204
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1540300 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.188 ms 2 Yes /classes/SpecificPrice.php:576
65
SELECT SQL_NO_CACHE *
FROM `een_category` a0
LEFT JOIN `een_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 147) AND (a0.`nright` > 180) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc
0.187 ms 296 Yes /classes/PrestaShopCollection.php:383
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` = 1540302 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.187 ms 2 Yes /classes/SpecificPrice.php:576
111
SHOW COLUMNS FROM een_gmcp_tags LIKE "custom_label_set_postion"
0.186 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:128
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.184 ms 132 Yes /classes/Dispatcher.php:654
712
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1540302) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.180 ms 1 Yes Yes /classes/Product.php:4524
329
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 600659 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 600659 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.179 ms 0 /classes/Cart.php:1430
343
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 605273
ORDER BY f.position ASC
0.177 ms 3 Yes /classes/Product.php:6021
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` = 605755 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 605755 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.176 ms 0 /classes/Cart.php:1430
729
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (600820) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.176 ms 1 Yes Yes /classes/Product.php:4524
278
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 604213
ORDER BY f.position ASC
0.175 ms 3 Yes /classes/Product.php:6021
763
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.174 ms 59 Yes /modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2918
277
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 604213 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 604213 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.173 ms 0 /classes/Cart.php:1430
356
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 592152
ORDER BY f.position ASC
0.171 ms 3 Yes /classes/Product.php:6021
499
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 615854) AND (b.`id_shop` = 1) LIMIT 1
0.170 ms 1 /src/Adapter/EntityMapper.php:71
433
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 605251 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 605251 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.169 ms 0 /classes/Cart.php:1430
721
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (599520) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.169 ms 1 Yes Yes /classes/Product.php:4524
722
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (605119) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.169 ms 1 Yes Yes /classes/Product.php:4524
330
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 600659
ORDER BY f.position ASC
0.168 ms 3 Yes /classes/Product.php:6021
270
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 604213 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.166 ms 1 Yes /classes/SpecificPrice.php:576
382
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 599931
ORDER BY f.position ASC
0.166 ms 3 Yes /classes/Product.php:6021
512
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 582015
ORDER BY `position`
0.166 ms 2 Yes /classes/Product.php:3545
556
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 592156) AND (b.`id_shop` = 1) LIMIT 1
0.165 ms 1 /src/Adapter/EntityMapper.php:71
283
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 582015 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.164 ms 1 Yes /classes/SpecificPrice.php:576
290
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 582015 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 582015 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.164 ms 0 /classes/Cart.php:1430
717
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (544725) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.164 ms 1 Yes Yes /classes/Product.php:4524
407
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 600820 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 600820 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.163 ms 0 /classes/Cart.php:1430
731
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (605251) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.162 ms 1 Yes Yes /classes/Product.php:4524
434
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 605251
ORDER BY f.position ASC
0.162 ms 4 Yes /classes/Product.php:6021
720
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (582015) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.161 ms 1 Yes Yes /classes/Product.php:4524
730
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (591047) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.161 ms 1 Yes Yes /classes/Product.php:4524
713
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1540234) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.161 ms 1 Yes Yes /classes/Product.php:4524
716
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (615854) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.161 ms 1 Yes Yes /classes/Product.php:4524
728
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (605755) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.161 ms 1 Yes Yes /classes/Product.php:4524
732
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (605278) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.161 ms 1 Yes Yes /classes/Product.php:4524
727
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (599931) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.160 ms 1 Yes Yes /classes/Product.php:4524
733
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (605154) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.159 ms 1 Yes Yes /classes/Product.php:4524
714
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1540300) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.158 ms 1 Yes Yes /classes/Product.php:4524
735
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (592156) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.158 ms 1 Yes Yes /classes/Product.php:4524
715
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (615744) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.157 ms 1 Yes Yes /classes/Product.php:4524
361
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 605240 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.157 ms 1 Yes /classes/SpecificPrice.php:576
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 = 605755
ORDER BY f.position ASC
0.157 ms 3 Yes /classes/Product.php:6021
526
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 592152) AND (b.`id_shop` = 1) LIMIT 1
0.156 ms 1 /src/Adapter/EntityMapper.php:71
550
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 605154) AND (b.`id_shop` = 1) LIMIT 1
0.156 ms 1 /src/Adapter/EntityMapper.php:71
734
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (605249) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.156 ms 1 Yes Yes /classes/Product.php:4524
529
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 605240) AND (b.`id_shop` = 1) LIMIT 1
0.155 ms 1 /src/Adapter/EntityMapper.php:71
726
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (605240) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.155 ms 1 Yes Yes /classes/Product.php:4524
408
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 600820
ORDER BY f.position ASC
0.154 ms 3 Yes /classes/Product.php:6021
413
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 591047 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.154 ms 1 Yes /classes/SpecificPrice.php:576
296
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 599520 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.153 ms 1 Yes /classes/SpecificPrice.php:576
551
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 605154
ORDER BY `position`
0.153 ms 10 Yes /classes/Product.php:3545
535
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 605755) AND (b.`id_shop` = 1) LIMIT 1
0.152 ms 1 /src/Adapter/EntityMapper.php:71
244
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 544725 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.152 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` = 1540302 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1540302 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
514
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 599520) AND (b.`id_shop` = 1) LIMIT 1
0.151 ms 1 /src/Adapter/EntityMapper.php:71
426
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 605251 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.150 ms 1 Yes /classes/SpecificPrice.php:576
465
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 605249 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.150 ms 1 Yes /classes/SpecificPrice.php:576
2
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM een_shop_group gs
LEFT JOIN een_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN een_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name
0.149 ms 1 Yes /classes/shop/Shop.php:715
218
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 615744 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.149 ms 1 Yes /classes/SpecificPrice.php:576
231
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 615854 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.149 ms 1 Yes /classes/SpecificPrice.php:576
420
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 591047 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 591047 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.149 ms 0 /classes/Cart.php:1430
452
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 605154 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.149 ms 1 Yes /classes/SpecificPrice.php:576
554
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 605249
ORDER BY `position`
0.149 ms 10 Yes /classes/Product.php:3545
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 = 1540302
ORDER BY f.position ASC
0.148 ms 5 Yes /classes/Product.php:6021
309
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 605119 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.148 ms 1 Yes /classes/SpecificPrice.php:576
553
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 605249) AND (b.`id_shop` = 1) LIMIT 1
0.148 ms 1 /src/Adapter/EntityMapper.php:71
257
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 566271 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.148 ms 1 Yes /classes/SpecificPrice.php:576
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 = 1540234
ORDER BY f.position ASC
0.147 ms 3 Yes /classes/Product.php:6021
322
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 600659 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.147 ms 1 Yes /classes/SpecificPrice.php:576
500
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 615854
ORDER BY `position`
0.146 ms 7 Yes /classes/Product.php:3545
517
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 605119) AND (b.`id_shop` = 1) LIMIT 1
0.146 ms 1 /src/Adapter/EntityMapper.php:71
303
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 599520 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 599520 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.144 ms 0 /classes/Cart.php:1430
478
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 592156 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.144 ms 1 Yes /classes/SpecificPrice.php:576
532
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 599931) AND (b.`id_shop` = 1) LIMIT 1
0.144 ms 1 /src/Adapter/EntityMapper.php:71
545
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 605251
ORDER BY `position`
0.144 ms 10 Yes /classes/Product.php:3545
719
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (604213) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.144 ms 1 Yes Yes /classes/Product.php:4524
291
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 582015
ORDER BY f.position ASC
0.143 ms 4 Yes /classes/Product.php:6021
548
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 605278
ORDER BY `position`
0.143 ms 10 Yes /classes/Product.php:3545
718
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (566271) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.143 ms 1 Yes Yes /classes/Product.php:4524
212
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1540300
ORDER BY f.position ASC
0.143 ms 6 Yes /classes/Product.php:6021
211
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1540300 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1540300 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
252
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 544725
ORDER BY f.position ASC
0.141 ms 7 Yes /classes/Product.php:6021
536
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 605755
ORDER BY `position`
0.141 ms 10 Yes /classes/Product.php:3545
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` = 1540234 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1540234 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.139 ms 0 /classes/Cart.php:1430
547
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 605278) AND (b.`id_shop` = 1) LIMIT 1
0.139 ms 1 /src/Adapter/EntityMapper.php:71
304
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 599520
ORDER BY f.position ASC
0.138 ms 4 Yes /classes/Product.php:6021
316
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 605119 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 605119 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.138 ms 0 /classes/Cart.php:1430
368
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 605240 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 605240 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.138 ms 0 /classes/Cart.php:1430
446
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 605278 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 605278 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.138 ms 0 /classes/Cart.php:1430
460
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 605154
ORDER BY f.position ASC
0.138 ms 3 Yes /classes/Product.php:6021
527
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 592152
ORDER BY `position`
0.138 ms 10 Yes /classes/Product.php:3545
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` = 600820) AND (b.`id_shop` = 1) LIMIT 1
0.138 ms 1 /src/Adapter/EntityMapper.php:71
703
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.138 ms 2 Yes /classes/Currency.php:694
251
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 544725 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 544725 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.137 ms 0 /classes/Cart.php:1430
459
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 605154 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 605154 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.137 ms 0 /classes/Cart.php:1430
265
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 566271
ORDER BY f.position ASC
0.136 ms 4 Yes /classes/Product.php:6021
153
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM een_layered_category
WHERE controller = 'category'
AND id_category = 882
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.136 ms 9 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
505
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 566271) AND (b.`id_shop` = 1) LIMIT 1
0.136 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.135 ms 104 /classes/module/Module.php:346
23
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `een_module` m
LEFT JOIN `een_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.135 ms 104 /classes/module/Module.php:346
264
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 566271 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 566271 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.135 ms 0 /classes/Cart.php:1430
421
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 591047
ORDER BY f.position ASC
0.135 ms 3 Yes /classes/Product.php:6021
523
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 605273) AND (b.`id_shop` = 1) LIMIT 1
0.135 ms 1 /src/Adapter/EntityMapper.php:71
533
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 599931
ORDER BY `position`
0.134 ms 10 Yes /classes/Product.php:3545
724
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (605273) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.134 ms 1 Yes Yes /classes/Product.php:4524
349
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 592152)
0.133 ms 1 /classes/Product.php:3860
472
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 605249 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 605249 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.133 ms 0 /classes/Cart.php:1430
725
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (592152) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.133 ms 1 Yes Yes /classes/Product.php:4524
115
SELECT SQL_NO_CACHE *
FROM `een_gmcp_feeds` ff
WHERE (ff.iso_lang="fr") AND (ff.id_shop=1)
ORDER BY ff.feed_is_default ASC
0.133 ms 370 Yes /modules/gmerchantcenterpro/models/Feeds.php:72
723
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (600659) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.133 ms 1 Yes Yes /classes/Product.php:4524
225
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 615744 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 615744 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.132 ms 0 /classes/Cart.php:1430
226
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 615744
ORDER BY f.position ASC
0.132 ms 4 Yes /classes/Product.php:6021
447
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 605278
ORDER BY f.position ASC
0.132 ms 3 Yes /classes/Product.php:6021
238
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 615854 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 615854 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.132 ms 0 /classes/Cart.php:1430
521
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 600659
ORDER BY `position`
0.132 ms 10 Yes /classes/Product.php:3545
485
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 592156 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 592156 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.131 ms 0 /classes/Cart.php:1430
530
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 605240
ORDER BY `position`
0.131 ms 10 Yes /classes/Product.php:3545
369
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 605240
ORDER BY f.position ASC
0.129 ms 3 Yes /classes/Product.php:6021
541
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 591047) AND (b.`id_shop` = 1) LIMIT 1
0.129 ms 1 /src/Adapter/EntityMapper.php:71
520
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 600659) AND (b.`id_shop` = 1) LIMIT 1
0.128 ms 1 /src/Adapter/EntityMapper.php:71
544
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 605251) AND (b.`id_shop` = 1) LIMIT 1
0.128 ms 1 /src/Adapter/EntityMapper.php:71
502
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 544725) AND (b.`id_shop` = 1) LIMIT 1
0.128 ms 1 /src/Adapter/EntityMapper.php:71
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.127 ms 104 /classes/module/Module.php:346
239
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 615854
ORDER BY f.position ASC
0.127 ms 4 Yes /classes/Product.php:6021
508
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 604213) AND (b.`id_shop` = 1) LIMIT 1
0.127 ms 1 /src/Adapter/EntityMapper.php:71
284
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 582015)
0.127 ms 1 /classes/Product.php:3860
594
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.127 ms 0 Yes /classes/Category.php:799
317
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 605119
ORDER BY f.position ASC
0.126 ms 3 Yes /classes/Product.php:6021
486
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 592156
ORDER BY f.position ASC
0.126 ms 4 Yes /classes/Product.php:6021
511
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 582015) AND (b.`id_shop` = 1) LIMIT 1
0.125 ms 1 /src/Adapter/EntityMapper.php:71
518
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 605119
ORDER BY `position`
0.125 ms 10 Yes /classes/Product.php:3545
515
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 599520
ORDER BY `position`
0.125 ms 8 Yes /classes/Product.php:3545
490
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1540234) AND (b.`id_shop` = 1) LIMIT 1
0.124 ms 1 /src/Adapter/EntityMapper.php:71
336
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 605273)
0.123 ms 1 /classes/Product.php:3860
344
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 592152
AND image_shop.`cover` = 1 LIMIT 1
0.123 ms 10 /classes/Product.php:3570
473
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 605249
ORDER BY f.position ASC
0.123 ms 3 Yes /classes/Product.php:6021
503
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 544725
ORDER BY `position`
0.122 ms 10 Yes /classes/Product.php:3545
148
SELECT SQL_NO_CACHE fs.id_shop, fsi.id_flashsalespro, fsi.id_flashsalespro_item, fsi.id_specific_price,
fsi.stock_above, fsi.stock_below, sp.id_product
FROM `een_flashsalespro` fs INNER JOIN `een_flashsalespro_items` fsi ON fs.id_flashsalespro = fsi.id_flashsalespro
INNER JOIN `een_specific_price` sp ON fsi.id_specific_price = sp.id_specific_price
WHERE fs.sale_type = "stock" AND fs.active = 1 AND fsi.active = 1
0.122 ms 867 /modules/flashsalepro/flashsalepro.php:1027
506
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 566271
ORDER BY `position`
0.122 ms 7 Yes /classes/Product.php:3545
539
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 600820
ORDER BY `position`
0.121 ms 10 Yes /classes/Product.php:3545
557
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 592156
ORDER BY `position`
0.120 ms 10 Yes /classes/Product.php:3545
150
SELECT SQL_NO_CACHE fsp1.id_flashsalespro, COUNT(*) AS "items_count",
(SELECT COUNT(*) FROM  `een_flashsalespro_items` fsp2
WHERE fsp2.id_flashsalespro = fsp1.id_flashsalespro
AND fsp2.active = 1)
AS "active_items"
FROM  `een_flashsalespro_items` fsp1, `een_flashsalespro` fs
WHERE fs.active = 1
AND fs.id_flashsalespro = fsp1.id_flashsalespro
GROUP BY fsp1.id_flashsalespro
0.120 ms 751689 Yes /modules/flashsalepro/flashsalepro.php:1106
493
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1540300) AND (b.`id_shop` = 1) LIMIT 1
0.120 ms 1 /src/Adapter/EntityMapper.php:71
564
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.120 ms 1 /classes/CartRule.php:423
509
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 604213
ORDER BY `position`
0.119 ms 8 Yes /classes/Product.php:3545
542
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 591047
ORDER BY `position`
0.118 ms 10 Yes /classes/Product.php:3545
559
SELECT SQL_NO_CACHE c.id_elementor FROM een_iqit_elementor_category c WHERE c.id_category = 882 LIMIT 1
0.118 ms 56 /modules/iqitelementor/src/IqitElementorCategory.php:87
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.117 ms 1 /classes/tax/TaxRulesTaxManager.php:109
524
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 605273
ORDER BY `position`
0.117 ms 10 Yes /classes/Product.php:3545
562
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.116 ms 1 /classes/CartRule.php:423
370
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 599931
AND image_shop.`cover` = 1 LIMIT 1
0.116 ms 10 /classes/Product.php:3570
487
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1540302
ORDER BY `position`
0.115 ms 5 Yes /classes/Product.php:3545
497
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 615744
ORDER BY `position`
0.114 ms 7 Yes /classes/Product.php:3545
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.113 ms 1 /src/Adapter/EntityMapper.php:71
331
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 605273
AND image_shop.`cover` = 1 LIMIT 1
0.113 ms 10 /classes/Product.php:3570
375
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 599931)
0.113 ms 1 /classes/Product.php:3860
323
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 600659)
0.112 ms 1 /classes/Product.php:3860
496
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 615744) AND (b.`id_shop` = 1) LIMIT 1
0.112 ms 1 /src/Adapter/EntityMapper.php:71
561
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.112 ms 1 /classes/CartRule.php:357
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
164
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1540302) AND (b.`id_shop` = 1) LIMIT 1
0.110 ms 1 /src/Adapter/EntityMapper.php:71
560
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.110 ms 1 /classes/Cart.php:4255
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.108 ms 2 /classes/Language.php:1216
491
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1540234
ORDER BY `position`
0.106 ms 6 Yes /classes/Product.php:3545
766
SELECT SQL_NO_CACHE `id_guest`
FROM `een_connections`
WHERE `id_guest` = 15525518
AND `date_add` > '2026-05-06 13:38:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.105 ms 1 Yes /classes/Connection.php:168
271
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 604213)
0.104 ms 1 /classes/Product.php:3860
494
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1540300
ORDER BY `position`
0.104 ms 5 Yes /classes/Product.php:3545
279
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 582015
AND image_shop.`cover` = 1 LIMIT 1
0.103 ms 2 /classes/Product.php:3570
383
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 605755
AND image_shop.`cover` = 1 LIMIT 1
0.102 ms 10 /classes/Product.php:3570
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` = 605755)
0.100 ms 1 /classes/Product.php:3860
149
SELECT SQL_NO_CACHE fs.id_shop, fs.id_group_restriction, fsi.id_flashsalespro, fsi.id_flashsalespro_item, fsi.id_specific_price,
fsi.stock_above, fsi.stock_below, sp.id_product
FROM `een_flashsalespro` fs INNER JOIN `een_flashsalespro_items` fsi ON fs.id_flashsalespro = fsi.id_flashsalespro
INNER JOIN `een_specific_price` sp ON fsi.id_specific_price = sp.id_specific_price
WHERE fs.sale_type = "stock" AND fs.active = 1 AND fsi.active = 0
0.099 ms 867 /modules/flashsalepro/flashsalepro.php:1058
161
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1540302
AND image_shop.`cover` = 1 LIMIT 1
0.095 ms 5 /classes/Product.php:3570
563
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.095 ms 1 /classes/CartRule.php:357
362
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 605240)
0.095 ms 1 /classes/Product.php:3860
401
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 600820)
0.094 ms 1 /classes/Product.php:3860
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` = 600820
AND image_shop.`cover` = 1 LIMIT 1
0.094 ms 10 /classes/Product.php:3570
409
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 591047
AND image_shop.`cover` = 1 LIMIT 1
0.094 ms 10 /classes/Product.php:3570
461
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 605249
AND image_shop.`cover` = 1 LIMIT 1
0.094 ms 10 /classes/Product.php:3570
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.093 ms 1 /src/Adapter/EntityMapper.php:71
46
SELECT SQL_NO_CACHE *
FROM `een_category` a
LEFT JOIN `een_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `een_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 253) AND (b.`id_shop` = 1) LIMIT 1
0.093 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` = 1540302)
0.093 ms 1 /classes/Product.php:3860
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` = 1540234)
0.093 ms 1 /classes/Product.php:3860
297
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 599520)
0.093 ms 1 /classes/Product.php:3860
357
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 605240
AND image_shop.`cover` = 1 LIMIT 1
0.093 ms 10 /classes/Product.php:3570
414
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 591047)
0.093 ms 1 /classes/Product.php:3860
440
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 605278)
0.093 ms 1 /classes/Product.php:3860
466
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 605249)
0.093 ms 1 /classes/Product.php:3860
435
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 605278
AND image_shop.`cover` = 1 LIMIT 1
0.092 ms 10 /classes/Product.php:3570
205
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1540300)
0.092 ms 1 /classes/Product.php:3860
159
SELECT SQL_NO_CACHE data FROM een_layered_filter_block WHERE hash="3400cb48d6629ec821c7dec79ea479fc" LIMIT 1
0.091 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:186
258
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 566271)
0.091 ms 1 /classes/Product.php:3860
253
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 566271
AND image_shop.`cover` = 1 LIMIT 1
0.091 ms 7 /classes/Product.php:3570
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` = 1540234
AND image_shop.`cover` = 1 LIMIT 1
0.090 ms 6 /classes/Product.php:3570
427
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 605251)
0.090 ms 1 /classes/Product.php:3860
453
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 605154)
0.090 ms 1 /classes/Product.php:3860
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.089 ms 2 /classes/Language.php:1080
219
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 615744)
0.088 ms 1 /classes/Product.php:3860
232
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 615854)
0.088 ms 1 /classes/Product.php:3860
240
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 544725
AND image_shop.`cover` = 1 LIMIT 1
0.088 ms 10 /classes/Product.php:3570
310
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 605119)
0.088 ms 1 /classes/Product.php:3860
474
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 592156
AND image_shop.`cover` = 1 LIMIT 1
0.088 ms 10 /classes/Product.php:3570
266
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 604213
AND image_shop.`cover` = 1 LIMIT 1
0.087 ms 8 /classes/Product.php:3570
292
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 599520
AND image_shop.`cover` = 1 LIMIT 1
0.087 ms 8 /classes/Product.php:3570
479
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 592156)
0.087 ms 1 /classes/Product.php:3860
764
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitsociallogin" LIMIT 1
0.087 ms 1 /classes/module/Module.php:2659
245
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 544725)
0.087 ms 1 /classes/Product.php:3860
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.085 ms 1 /src/Adapter/EntityMapper.php:71
565
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.085 ms 1 /classes/order/Order.php:881
59
SELECT SQL_NO_CACHE * FROM `een_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.084 ms 8 Yes /classes/ImageType.php:109
305
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 605119
AND image_shop.`cover` = 1 LIMIT 1
0.084 ms 10 /classes/Product.php:3570
213
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 615744
AND image_shop.`cover` = 1 LIMIT 1
0.084 ms 7 /classes/Product.php:3570
422
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 605251
AND image_shop.`cover` = 1 LIMIT 1
0.084 ms 10 /classes/Product.php:3570
448
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 605154
AND image_shop.`cover` = 1 LIMIT 1
0.084 ms 10 /classes/Product.php:3570
17
SELECT SQL_NO_CACHE value FROM `een_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.083 ms 1 /classes/shop/Shop.php:1183
11
SELECT SQL_NO_CACHE domain, domain_ssl
FROM een_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.083 ms 1 /classes/shop/ShopUrl.php:182
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` = 1540300
AND image_shop.`cover` = 1 LIMIT 1
0.082 ms 5 /classes/Product.php:3570
704
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `een_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.082 ms 1 /classes/Cart.php:1303
318
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 600659
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 10 /classes/Product.php:3570
596
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.081 ms 1 /src/Adapter/EntityMapper.php:71
598
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.081 ms 1 /src/Adapter/EntityMapper.php:71
665
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.081 ms 1 /src/Adapter/EntityMapper.php:71
227
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 615854
AND image_shop.`cover` = 1 LIMIT 1
0.080 ms 7 /classes/Product.php:3570
675
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.080 ms 1 /src/Adapter/EntityMapper.php:71
643
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.079 ms 1 /src/Adapter/EntityMapper.php:71
694
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.079 ms 1 /src/Adapter/EntityMapper.php:71
156
SELECT SQL_NO_CACHE *
FROM `een_category` a
LEFT JOIN `een_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 882) LIMIT 1
0.079 ms 1 /src/Adapter/EntityMapper.php:71
118
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'EUR') LIMIT 1
0.078 ms 1 /classes/Currency.php:893
597
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 253 AND `id_shop` = 1
0.078 ms 2 /src/Adapter/EntityMapper.php:79
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.077 ms 1 /src/Adapter/EntityMapper.php:71
54
SELECT SQL_NO_CACHE *
FROM `een_category` a
LEFT JOIN `een_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `een_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 226) AND (b.`id_shop` = 1) LIMIT 1
0.077 ms 1 /src/Adapter/EntityMapper.php:71
615
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.077 ms 1 /src/Adapter/EntityMapper.php:71
635
SELECT SQL_NO_CACHE *
FROM `een_category` a
LEFT JOIN `een_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 960) LIMIT 1
0.077 ms 1 /src/Adapter/EntityMapper.php:71
650
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.077 ms 1 /src/Adapter/EntityMapper.php:71
604
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.076 ms 1 /src/Adapter/EntityMapper.php:71
632
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.076 ms 1 /src/Adapter/EntityMapper.php:71
692
SELECT SQL_NO_CACHE *
FROM `een_category` a
LEFT JOIN `een_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 149) LIMIT 1
0.076 ms 1 /src/Adapter/EntityMapper.php:71
151
SELECT SQL_NO_CACHE id_flashsalespro, date_end FROM een_flashsalespro
WHERE active = 1 AND date_end < NOW() AND date_end != "0000-00-00 00:00:00"
0.076 ms 1 /modules/flashsalepro/flashsalepro.php:1573
346
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 592152 LIMIT 1
0.075 ms 1 /classes/SpecificPrice.php:435
531
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 605240
0.075 ms 1 /classes/Product.php:2902
568
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.075 ms 2 /classes/Currency.php:1136
606
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.075 ms 1 /src/Adapter/EntityMapper.php:71
636
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 960 AND `id_shop` = 1
0.075 ms 2 /src/Adapter/EntityMapper.php:79
142
SELECT SQL_NO_CACHE *
FROM `een_country_lang`
WHERE `id_country` = 3
0.074 ms 2 /src/Adapter/EntityMapper.php:79
600
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.074 ms 1 /src/Adapter/EntityMapper.php:71
602
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.074 ms 1 /src/Adapter/EntityMapper.php:71
617
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.074 ms 1 /src/Adapter/EntityMapper.php:71
630
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 915 AND `id_shop` = 1
0.074 ms 2 /src/Adapter/EntityMapper.php:79
710
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitcountdown" LIMIT 1
0.074 ms 1 /classes/module/Module.php:2659
47
SELECT SQL_NO_CACHE *
FROM `een_category` a
LEFT JOIN `een_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `een_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 259) AND (b.`id_shop` = 1) LIMIT 1
0.074 ms 1 /src/Adapter/EntityMapper.php:71
133
SELECT SQL_NO_CACHE *
FROM `een_country` a
LEFT JOIN `een_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 19) LIMIT 1
0.074 ms 1 /src/Adapter/EntityMapper.php:71
513
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 582015
0.074 ms 1 /classes/Product.php:2902
579
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 883 AND `id_shop` = 1
0.074 ms 2 /src/Adapter/EntityMapper.php:79
605
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 18 AND `id_shop` = 1
0.074 ms 2 /src/Adapter/EntityMapper.php:79
618
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 286 AND `id_shop` = 1
0.074 ms 2 /src/Adapter/EntityMapper.php:79
637
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.074 ms 1 /src/Adapter/EntityMapper.php:71
41
SELECT SQL_NO_CACHE *
FROM `een_group_lang`
WHERE `id_group` = 1
0.073 ms 2 /src/Adapter/EntityMapper.php:79
341
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 605273) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.073 ms 1 /classes/stock/StockAvailable.php:453
50
SELECT SQL_NO_CACHE *
FROM `een_category` a
LEFT JOIN `een_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `een_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 18) AND (b.`id_shop` = 1) LIMIT 1
0.073 ms 1 /src/Adapter/EntityMapper.php:71
607
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 114 AND `id_shop` = 1
0.073 ms 2 /src/Adapter/EntityMapper.php:79
608
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.073 ms 1 /src/Adapter/EntityMapper.php:71
619
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.073 ms 1 /src/Adapter/EntityMapper.php:71
620
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 247 AND `id_shop` = 1
0.073 ms 2 /src/Adapter/EntityMapper.php:79
621
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.073 ms 1 /src/Adapter/EntityMapper.php:71
647
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.073 ms 1 /src/Adapter/EntityMapper.php:71
668
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 29 AND `id_shop` = 1
0.073 ms 2 /src/Adapter/EntityMapper.php:79
669
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.073 ms 1 /src/Adapter/EntityMapper.php:71
677
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.073 ms 1 /src/Adapter/EntityMapper.php:71
702
SELECT SQL_NO_CACHE `width`, `height`
FROM een_image_type
WHERE `name` = 'home_default' LIMIT 1
0.073 ms 1 /classes/Image.php:563
19
SELECT SQL_NO_CACHE name, alias FROM `een_hook_alias`
0.072 ms 87 /classes/Hook.php:339
72
CREATE TABLE IF NOT EXISTS `een_gmcp_reporting` (`id_reporting` int(11) NOT NULL AUTO_INCREMENT,`iso_feed` LONGTEXT NOT NULL,    `reporting_content` LONGTEXT NOT NULL,`id_shop` int(11) NOT NULL,`date_add` datetime NOT NULL,`date_upd` datetime NOT NULL,PRIMARY KEY (`id_reporting`)) ENGINE=' . _MYSQL_ENGINE_ . ' DEFAULT CHARSET=utf8;
0.072 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
281
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 582015 LIMIT 1
0.072 ms 1 /classes/SpecificPrice.php:435
578
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.072 ms 1 /src/Adapter/EntityMapper.php:71
599
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 259 AND `id_shop` = 1
0.072 ms 2 /src/Adapter/EntityMapper.php:79
603
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 13 AND `id_shop` = 1
0.072 ms 2 /src/Adapter/EntityMapper.php:79
610
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.072 ms 1 /src/Adapter/EntityMapper.php:71
612
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.072 ms 1 /src/Adapter/EntityMapper.php:71
613
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 226 AND `id_shop` = 1
0.072 ms 2 /src/Adapter/EntityMapper.php:79
616
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 884 AND `id_shop` = 1
0.072 ms 2 /src/Adapter/EntityMapper.php:79
623
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.072 ms 1 /src/Adapter/EntityMapper.php:71
639
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.072 ms 1 /src/Adapter/EntityMapper.php:71
640
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 950 AND `id_shop` = 1
0.072 ms 2 /src/Adapter/EntityMapper.php:79
645
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.072 ms 1 /src/Adapter/EntityMapper.php:71
654
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.072 ms 1 /src/Adapter/EntityMapper.php:71
667
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.072 ms 1 /src/Adapter/EntityMapper.php:71
681
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.072 ms 1 /src/Adapter/EntityMapper.php:71
683
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.072 ms 1 /src/Adapter/EntityMapper.php:71
687
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.072 ms 1 /src/Adapter/EntityMapper.php:71
689
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.072 ms 1 /src/Adapter/EntityMapper.php:71
138
SELECT SQL_NO_CACHE *
FROM `een_country_lang`
WHERE `id_country` = 4
0.071 ms 2 /src/Adapter/EntityMapper.php:79
333
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 605273 LIMIT 1
0.071 ms 1 /classes/SpecificPrice.php:435
622
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 250 AND `id_shop` = 1
0.071 ms 2 /src/Adapter/EntityMapper.php:79
627
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.071 ms 1 /src/Adapter/EntityMapper.php:71
629
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.071 ms 1 /src/Adapter/EntityMapper.php:71
633
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 951 AND `id_shop` = 1
0.071 ms 2 /src/Adapter/EntityMapper.php:79
641
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.071 ms 1 /src/Adapter/EntityMapper.php:71
652
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.071 ms 1 /src/Adapter/EntityMapper.php:71
656
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.071 ms 1 /src/Adapter/EntityMapper.php:71
671
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.071 ms 1 /src/Adapter/EntityMapper.php:71
679
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.071 ms 1 /src/Adapter/EntityMapper.php:71
693
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 149 AND `id_shop` = 1
0.071 ms 2 /src/Adapter/EntityMapper.php:79
575
SELECT SQL_NO_CACHE `width`, `height`
FROM een_image_type
WHERE `name` = 'small_default' LIMIT 1
0.071 ms 1 /classes/Image.php:563
625
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.071 ms 1 /src/Adapter/EntityMapper.php:71
52
SELECT SQL_NO_CACHE *
FROM `een_category` a
LEFT JOIN `een_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `een_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 258) AND (b.`id_shop` = 1) LIMIT 1
0.070 ms 1 /src/Adapter/EntityMapper.php:71
555
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 605249
0.070 ms 1 /classes/Product.php:2902
601
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 966 AND `id_shop` = 1
0.070 ms 2 /src/Adapter/EntityMapper.php:79
658
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.070 ms 1 /src/Adapter/EntityMapper.php:71
678
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 73 AND `id_shop` = 1
0.070 ms 2 /src/Adapter/EntityMapper.php:79
685
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.070 ms 1 /src/Adapter/EntityMapper.php:71
742
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "steasycheckout" LIMIT 1
0.070 ms 0 /classes/module/Module.php:2659
274
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 604213 LIMIT 1
0.070 ms 1 /classes/Pack.php:89
646
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 947 AND `id_shop` = 1
0.070 ms 2 /src/Adapter/EntityMapper.php:79
660
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.070 ms 1 /src/Adapter/EntityMapper.php:71
662
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.070 ms 1 /src/Adapter/EntityMapper.php:71
698
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.070 ms 1 /src/Adapter/EntityMapper.php:71
287
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 582015 LIMIT 1
0.069 ms 1 /classes/Pack.php:89
659
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 942 AND `id_shop` = 1
0.069 ms 2 /src/Adapter/EntityMapper.php:79
676
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 211 AND `id_shop` = 1
0.069 ms 2 /src/Adapter/EntityMapper.php:79
688
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 166 AND `id_shop` = 1
0.069 ms 2 /src/Adapter/EntityMapper.php:79
700
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.069 ms 1 /src/Adapter/EntityMapper.php:71
708
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "productcomments" LIMIT 1
0.069 ms 1 /classes/module/Module.php:2659
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.069 ms 1 /classes/shop/Shop.php:218
15
SELECT SQL_NO_CACHE `name`, `alias` FROM `een_hook_alias`
0.069 ms 87 /classes/Hook.php:287
60
SELECT SQL_NO_CACHE format
FROM `een_address_format`
WHERE `id_country` = 8 LIMIT 1
0.069 ms 1 /classes/AddressFormat.php:656
146
SELECT SQL_NO_CACHE *
FROM `een_country_lang`
WHERE `id_country` = 186
0.069 ms 2 /src/Adapter/EntityMapper.php:79
354
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 592152) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.069 ms 1 /classes/stock/StockAvailable.php:453
378
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 599931 LIMIT 1
0.069 ms 1 /classes/Pack.php:89
549
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 605278
0.069 ms 1 /classes/Product.php:2902
609
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 258 AND `id_shop` = 1
0.069 ms 2 /src/Adapter/EntityMapper.php:79
638
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 956 AND `id_shop` = 1
0.069 ms 2 /src/Adapter/EntityMapper.php:79
644
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 953 AND `id_shop` = 1
0.069 ms 2 /src/Adapter/EntityMapper.php:79
651
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 938 AND `id_shop` = 1
0.069 ms 2 /src/Adapter/EntityMapper.php:79
696
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.069 ms 1 /src/Adapter/EntityMapper.php:71
706
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "ps_facetedsearch" LIMIT 1
0.069 ms 1 /classes/module/Module.php:2659
736
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "supercheckout" LIMIT 1
0.069 ms 0 /classes/module/Module.php:2659
147
SELECT SQL_NO_CACHE id_order
FROM `een_orders` o
WHERE (o.id_cart=0) LIMIT 1
0.068 ms 1 /modules/gmerchantcenterpro/lib/dao/moduleDao.php:450
546
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 605251
0.068 ms 1 /classes/Product.php:2902
648
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 980 AND `id_shop` = 1
0.068 ms 2 /src/Adapter/EntityMapper.php:79
666
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 959 AND `id_shop` = 1
0.068 ms 2 /src/Adapter/EntityMapper.php:79
51
SELECT SQL_NO_CACHE *
FROM `een_category` a
LEFT JOIN `een_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `een_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 114) AND (b.`id_shop` = 1) LIMIT 1
0.068 ms 1 /src/Adapter/EntityMapper.php:71
53
SELECT SQL_NO_CACHE *
FROM `een_category` a
LEFT JOIN `een_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `een_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 15) AND (b.`id_shop` = 1) LIMIT 1
0.068 ms 1 /src/Adapter/EntityMapper.php:71
64
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM een_required_field
0.068 ms 1 /classes/ObjectModel.php:1592
120
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'TND') LIMIT 1
0.068 ms 1 /classes/Currency.php:893
141
SELECT SQL_NO_CACHE *
FROM `een_country` a
LEFT JOIN `een_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 3) LIMIT 1
0.068 ms 1 /src/Adapter/EntityMapper.php:71
611
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 15 AND `id_shop` = 1
0.068 ms 2 /src/Adapter/EntityMapper.php:79
626
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 221 AND `id_shop` = 1
0.068 ms 2 /src/Adapter/EntityMapper.php:79
653
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 939 AND `id_shop` = 1
0.068 ms 2 /src/Adapter/EntityMapper.php:79
670
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 265 AND `id_shop` = 1
0.068 ms 2 /src/Adapter/EntityMapper.php:79
680
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 162 AND `id_shop` = 1
0.068 ms 2 /src/Adapter/EntityMapper.php:79
682
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 165 AND `id_shop` = 1
0.068 ms 2 /src/Adapter/EntityMapper.php:79
684
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 72 AND `id_shop` = 1
0.068 ms 2 /src/Adapter/EntityMapper.php:79
8
SELECT SQL_NO_CACHE *
FROM `een_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.067 ms 1 /src/Adapter/EntityMapper.php:71
145
SELECT SQL_NO_CACHE *
FROM `een_country` a
LEFT JOIN `een_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 186) LIMIT 1
0.067 ms 1 /src/Adapter/EntityMapper.php:71
352
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 592152 LIMIT 1
0.067 ms 1 /classes/Pack.php:89
380
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 599931) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.067 ms 1 /classes/stock/StockAvailable.php:453
537
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 605755
0.067 ms 1 /classes/Product.php:2902
582
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.067 ms 1 /src/Adapter/EntityMapper.php:71
624
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 124 AND `id_shop` = 1
0.067 ms 2 /src/Adapter/EntityMapper.php:79
642
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 954 AND `id_shop` = 1
0.067 ms 2 /src/Adapter/EntityMapper.php:79
655
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 940 AND `id_shop` = 1
0.067 ms 2 /src/Adapter/EntityMapper.php:79
661
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 952 AND `id_shop` = 1
0.067 ms 2 /src/Adapter/EntityMapper.php:79
663
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 955 AND `id_shop` = 1
0.067 ms 2 /src/Adapter/EntityMapper.php:79
690
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 427 AND `id_shop` = 1
0.067 ms 2 /src/Adapter/EntityMapper.php:79
695
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 375 AND `id_shop` = 1
0.067 ms 2 /src/Adapter/EntityMapper.php:79
697
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 157 AND `id_shop` = 1
0.067 ms 2 /src/Adapter/EntityMapper.php:79
701
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 378 AND `id_shop` = 1
0.067 ms 2 /src/Adapter/EntityMapper.php:79
49
SELECT SQL_NO_CACHE *
FROM `een_category` a
LEFT JOIN `een_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `een_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13) AND (b.`id_shop` = 1) LIMIT 1
0.066 ms 1 /src/Adapter/EntityMapper.php:71
139
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'BE' LIMIT 1
0.066 ms 1 /classes/Country.php:194
143
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'SA' LIMIT 1
0.066 ms 1 /classes/Country.php:194
157
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 882 AND `id_shop` = 1
0.066 ms 2 /src/Adapter/EntityMapper.php:79
285
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 582015 AND id_shop=1 LIMIT 1
0.066 ms 1 /classes/Product.php:6876
339
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 605273 LIMIT 1
0.066 ms 1 /classes/Pack.php:89
566
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitlinksmanager" LIMIT 1
0.066 ms 1 /classes/module/Module.php:2659
672
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 964 AND `id_shop` = 1
0.066 ms 2 /src/Adapter/EntityMapper.php:79
686
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 164 AND `id_shop` = 1
0.066 ms 2 /src/Adapter/EntityMapper.php:79
699
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 159 AND `id_shop` = 1
0.066 ms 2 /src/Adapter/EntityMapper.php:79
705
SELECT SQL_NO_CACHE `iso_code`
FROM `een_country`
WHERE `id_country` = 8 LIMIT 1
0.066 ms 1 /classes/Country.php:275
25
SELECT SQL_NO_CACHE * FROM `een_currency` c ORDER BY `iso_code` ASC
0.066 ms 2 Yes /classes/Currency.php:709
628
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 969 AND `id_shop` = 1
0.066 ms 2 /src/Adapter/EntityMapper.php:79
55
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "facebookproductsfeed" LIMIT 1
0.065 ms 0 /classes/module/Module.php:2659
116
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.065 ms 1 /classes/Country.php:194
280
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.065 ms 1 /classes/Product.php:5659
289
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 582015) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.065 ms 1 /classes/stock/StockAvailable.php:453
337
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 605273 AND id_shop=1 LIMIT 1
0.065 ms 1 /classes/Product.php:6876
657
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 941 AND `id_shop` = 1
0.065 ms 2 /src/Adapter/EntityMapper.php:79
398
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 600820 LIMIT 1
0.064 ms 1 /classes/SpecificPrice.php:435
580
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.064 ms 1 /src/Adapter/EntityMapper.php:71
48
SELECT SQL_NO_CACHE *
FROM `een_category` a
LEFT JOIN `een_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `een_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 966) AND (b.`id_shop` = 1) LIMIT 1
0.064 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.064 ms 0 /classes/tax/TaxRulesTaxManager.php:109
345
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.064 ms 1 /classes/Product.php:5659
350
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 592152 AND id_shop=1 LIMIT 1
0.064 ms 1 /classes/Product.php:6876
522
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 600659
0.064 ms 1 /classes/Product.php:2902
583
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 261 AND `id_shop` = 1
0.064 ms 2 /src/Adapter/EntityMapper.php:79
591
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 270 AND `id_shop` = 1
0.064 ms 2 /src/Adapter/EntityMapper.php:79
63
SELECT SQL_NO_CACHE *
FROM `een_country_lang`
WHERE `id_country` = 8
0.063 ms 2 /src/Adapter/EntityMapper.php:79
135
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'CA' LIMIT 1
0.063 ms 1 /classes/Country.php:194
372
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 599931 LIMIT 1
0.063 ms 1 /classes/SpecificPrice.php:435
410
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.063 ms 1 /classes/Product.php:5659
519
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 605119
0.063 ms 1 /classes/Product.php:2902
528
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 592152
0.063 ms 1 /classes/Product.php:2902
552
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 605154
0.063 ms 1 /classes/Product.php:2902
113
SELECT SQL_NO_CACHE id_feed
FROM `een_gmcp_feeds` ff
WHERE (ff.id_shop=1) LIMIT 1
0.062 ms 370 /modules/gmerchantcenterpro/models/Feeds.php:53
276
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 604213) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.062 ms 1 /classes/stock/StockAvailable.php:453
393
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 605755) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.062 ms 1 /classes/stock/StockAvailable.php:453
570
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 88 AND `id_shop` = 1 LIMIT 1
0.062 ms 1 /classes/module/Module.php:2132
42
SELECT SQL_NO_CACHE id_shop
FROM `een_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.061 ms 1 /classes/ObjectModel.php:1729
66
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "pm_advancedpack" LIMIT 1
0.061 ms 0 /classes/module/Module.php:2659
507
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 566271
0.061 ms 1 /classes/Product.php:2902
740
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "onepagecheckoutps" LIMIT 1
0.061 ms 0 /classes/module/Module.php:2659
755
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "attributewizardpro" LIMIT 1
0.061 ms 0 /classes/module/Module.php:2659
371
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.061 ms 1 /classes/Product.php:5659
0
SELECT SQL_NO_CACHE * FROM een_memcached_servers
0.060 ms 1 /classes/cache/CacheMemcached.php:263
21
SELECT SQL_NO_CACHE * FROM `een_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.060 ms 1 /classes/module/Module.php:2041
140
SELECT SQL_NO_CACHE `name`
FROM `een_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 3 LIMIT 1
0.060 ms 1 /classes/Country.php:252
152
SELECT SQL_NO_CACHE `id_category`
FROM `een_category_shop`
WHERE `id_category` = 882
AND `id_shop` = 1 LIMIT 1
0.060 ms 1 /classes/Category.php:2450
347
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 592152
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.060 ms 0 /classes/SpecificPrice.php:259
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.060 ms 1 /src/Adapter/EntityMapper.php:71
137
SELECT SQL_NO_CACHE *
FROM `een_country` a
LEFT JOIN `een_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 4) LIMIT 1
0.060 ms 1 /src/Adapter/EntityMapper.php:71
43
SELECT SQL_NO_CACHE `id_category`
FROM `een_category_shop`
WHERE `id_category` = 882
AND `id_shop` = 1 LIMIT 1
0.059 ms 1 /classes/Category.php:2450
130
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'MAD') LIMIT 1
0.059 ms 1 /classes/Currency.php:893
272
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 604213 AND id_shop=1 LIMIT 1
0.059 ms 1 /classes/Product.php:6876
328
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 600659) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.059 ms 1 /classes/stock/StockAvailable.php:453
504
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 544725
0.059 ms 1 /classes/Product.php:2902
510
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 604213
0.059 ms 1 /classes/Product.php:2902
540
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 600820
0.059 ms 1 /classes/Product.php:2902
768
SELECT SQL_NO_CACHE data
FROM `een_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
0.059 ms 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
69
SELECT SQL_NO_CACHE * FROM `een_image_type`
0.059 ms 8 /classes/ImageType.php:161
275
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 604213 LIMIT 1
0.059 ms 1 /classes/Pack.php:90
332
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.059 ms 1 /classes/Product.php:5659
437
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 605278 LIMIT 1
0.059 ms 1 /classes/SpecificPrice.php:435
501
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 615854
0.059 ms 1 /classes/Product.php:2902
516
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 599520
0.059 ms 1 /classes/Product.php:2902
581
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 238 AND `id_shop` = 1
0.059 ms 2 /src/Adapter/EntityMapper.php:79
282
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 582015
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.058 ms 1 /classes/SpecificPrice.php:259
134
SELECT SQL_NO_CACHE *
FROM `een_country_lang`
WHERE `id_country` = 19
0.058 ms 2 /src/Adapter/EntityMapper.php:79
324
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 600659 AND id_shop=1 LIMIT 1
0.058 ms 1 /classes/Product.php:6876
569
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitwishlist" LIMIT 1
0.058 ms 1 /classes/module/Module.php:2659
584
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.058 ms 1 /src/Adapter/EntityMapper.php:71
586
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.058 ms 1 /src/Adapter/EntityMapper.php:71
117
SELECT SQL_NO_CACHE `name`
FROM `een_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 8 LIMIT 1
0.057 ms 1 /classes/Country.php:252
286
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 582015 AND `id_group` = 1 LIMIT 1
0.057 ms 0 /classes/GroupReduction.php:156
326
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 600659 LIMIT 1
0.057 ms 1 /classes/Pack.php:89
359
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 605240 LIMIT 1
0.057 ms 1 /classes/SpecificPrice.php:435
432
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 605251) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.057 ms 1 /classes/stock/StockAvailable.php:453
525
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 605273
0.057 ms 1 /classes/Product.php:2902
585
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 245 AND `id_shop` = 1
0.057 ms 2 /src/Adapter/EntityMapper.php:79
10
SELECT SQL_NO_CACHE id_shop
FROM `een_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.056 ms 1 /classes/ObjectModel.php:1729
119
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.056 ms 1 /classes/Country.php:194
144
SELECT SQL_NO_CACHE `name`
FROM `een_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 186 LIMIT 1
0.056 ms 1 /classes/Country.php:252
351
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 592152 AND `id_group` = 1 LIMIT 1
0.056 ms 0 /classes/GroupReduction.php:156
353
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 592152 LIMIT 1
0.056 ms 1 /classes/Pack.php:90
385
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 605755 LIMIT 1
0.056 ms 1 /classes/SpecificPrice.php:435
406
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 600820) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.056 ms 1 /classes/stock/StockAvailable.php:453
498
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 615744
0.056 ms 1 /classes/Product.php:2902
543
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 591047
0.056 ms 1 /classes/Product.php:2902
741
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.056 ms 0 /classes/module/Module.php:2132
365
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 605240 LIMIT 1
0.056 ms 1 /classes/Pack.php:89
62
SELECT SQL_NO_CACHE *
FROM `een_country` a
LEFT JOIN `een_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
0.055 ms 1 /src/Adapter/EntityMapper.php:71
124
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'XAF') LIMIT 1
0.055 ms 1 /classes/Currency.php:893
288
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 582015 LIMIT 1
0.055 ms 1 /classes/Pack.php:90
411
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 591047 LIMIT 1
0.055 ms 1 /classes/SpecificPrice.php:435
436
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
592
SELECT SQL_NO_CACHE *
FROM `een_category` a
LEFT JOIN `een_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 154) LIMIT 1
0.055 ms 1 /src/Adapter/EntityMapper.php:71
26
SELECT SQL_NO_CACHE `id_lang` FROM `een_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.055 ms 2 /classes/Language.php:883
40
SELECT SQL_NO_CACHE *
FROM `een_group` a
LEFT JOIN `een_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
0.055 ms 1 /src/Adapter/EntityMapper.php:71
340
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 605273 LIMIT 1
0.055 ms 1 /classes/Pack.php:90
379
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 599931 LIMIT 1
0.055 ms 1 /classes/Pack.php:90
430
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 605251 LIMIT 1
0.055 ms 1 /classes/Pack.php:89
739
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
431
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 605251 LIMIT 1
0.054 ms 1 /classes/Pack.php:90
589
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 885 AND `id_shop` = 1
0.054 ms 2 /src/Adapter/EntityMapper.php:79
4
SELECT SQL_NO_CACHE *
FROM `een_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.054 ms 1 /src/Adapter/EntityMapper.php:71
27
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.054 ms 1 /classes/Currency.php:893
187
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.054 ms 1 /classes/Category.php:1378
202
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1540300 LIMIT 1
0.054 ms 2 /classes/SpecificPrice.php:435
334
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 605273
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.054 ms 0 /classes/SpecificPrice.php:259
384
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.054 ms 1 /classes/Product.php:5659
389
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 605755 AND id_shop=1 LIMIT 1
0.054 ms 1 /classes/Product.php:6876
534
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 599931
0.054 ms 1 /classes/Product.php:2902
590
SELECT SQL_NO_CACHE *
FROM `een_category` a
LEFT JOIN `een_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 270) LIMIT 1
0.054 ms 1 /src/Adapter/EntityMapper.php:71
593
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 154 AND `id_shop` = 1
0.054 ms 2 /src/Adapter/EntityMapper.php:79
711
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 75 AND `id_shop` = 1 LIMIT 1
0.054 ms 1 /classes/module/Module.php:2132
571
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitcompare" LIMIT 1
0.053 ms 1 /classes/module/Module.php:2659
132
SELECT SQL_NO_CACHE `name`
FROM `een_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 19 LIMIT 1
0.053 ms 1 /classes/Country.php:252
166
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 0 LIMIT 1
0.053 ms 1 /classes/SpecificPrice.php:426
168
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE `id_product` != 0 LIMIT 1
0.053 ms 2535 /classes/SpecificPrice.php:297
178
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1540302 AND `id_group` = 1 LIMIT 1
0.053 ms 0 /classes/GroupReduction.php:156
338
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 605273 AND `id_group` = 1 LIMIT 1
0.053 ms 0 /classes/GroupReduction.php:156
707
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 67 AND `id_shop` = 1 LIMIT 1
0.052 ms 1 /classes/module/Module.php:2132
29
SELECT SQL_NO_CACHE `id_lang` FROM `een_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.052 ms 2 /classes/Language.php:883
35
SELECT SQL_NO_CACHE *
FROM `een_country` a
LEFT JOIN `een_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 21) LIMIT 1
0.052 ms 1 /src/Adapter/EntityMapper.php:71
79
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_dynamic_last_product_not_ordered` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `last_product_ordered` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8;
0.052 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
358
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.052 ms 1 /classes/Product.php:5659
404
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 600820 LIMIT 1
0.052 ms 1 /classes/Pack.php:89
412
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 591047
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.052 ms 0 /classes/SpecificPrice.php:259
488
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1540302
0.052 ms 1 /classes/Product.php:2902
567
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 79 AND `id_shop` = 1 LIMIT 1
0.052 ms 1 /classes/module/Module.php:2132
709
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 109 AND `id_shop` = 1 LIMIT 1
0.052 ms 1 /classes/module/Module.php:2132
737
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.052 ms 0 /classes/module/Module.php:2132
181
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1540302 LIMIT 1
0.051 ms 1 /classes/Pack.php:89
255
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 566271 LIMIT 1
0.051 ms 1 /classes/SpecificPrice.php:435
392
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 605755 LIMIT 1
0.051 ms 1 /classes/Pack.php:90
462
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.051 ms 1 /classes/Product.php:5659
558
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 592156
0.051 ms 1 /classes/Product.php:2902
587
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 264 AND `id_shop` = 1
0.051 ms 2 /src/Adapter/EntityMapper.php:79
37
SELECT SQL_NO_CACHE *
FROM `een_currency` a
LEFT JOIN `een_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.050 ms 1 /src/Adapter/EntityMapper.php:71
123
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.050 ms 1 /classes/Country.php:194
273
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 604213 AND `id_group` = 1 LIMIT 1
0.050 ms 0 /classes/GroupReduction.php:156
325
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 600659 AND `id_group` = 1 LIMIT 1
0.050 ms 0 /classes/GroupReduction.php:156
327
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 600659 LIMIT 1
0.050 ms 1 /classes/Pack.php:90
363
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 605240 AND id_shop=1 LIMIT 1
0.050 ms 1 /classes/Product.php:6876
373
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 599931
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.050 ms 0 /classes/SpecificPrice.php:259
450
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 605154 LIMIT 1
0.050 ms 1 /classes/SpecificPrice.php:435
480
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 592156 AND id_shop=1 LIMIT 1
0.050 ms 1 /classes/Product.php:6876
495
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1540300
0.050 ms 1 /classes/Product.php:2902
588
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.050 ms 1 /src/Adapter/EntityMapper.php:71
131
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'CH' LIMIT 1
0.050 ms 1 /classes/Country.php:194
492
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1540234
0.050 ms 1 /classes/Product.php:2902
162
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 18 LIMIT 1
0.049 ms 1 /classes/Category.php:1378
298
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 599520 AND id_shop=1 LIMIT 1
0.049 ms 1 /classes/Product.php:6876
367
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 605240) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.049 ms 1 /classes/stock/StockAvailable.php:453
376
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 599931 AND id_shop=1 LIMIT 1
0.049 ms 1 /classes/Product.php:6876
377
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 599931 AND `id_group` = 1 LIMIT 1
0.049 ms 0 /classes/GroupReduction.php:156
402
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 600820 AND id_shop=1 LIMIT 1
0.049 ms 1 /classes/Product.php:6876
463
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 605249 LIMIT 1
0.049 ms 1 /classes/SpecificPrice.php:435
765
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 94 AND `id_shop` = 1 LIMIT 1
0.049 ms 1 /classes/module/Module.php:2132
222
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 615744 LIMIT 1
0.049 ms 1 /classes/Pack.php:89
761
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "blockwishlist" LIMIT 1
0.049 ms 1 /classes/module/Module.php:2659
167
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1540302 LIMIT 1
0.048 ms 2 /classes/SpecificPrice.php:435
302
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 599520) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.048 ms 1 /classes/stock/StockAvailable.php:453
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.048 ms 1 /classes/SpecificPrice.php:377
189
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1540234 LIMIT 1
0.048 ms 2 /classes/SpecificPrice.php:435
195
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1540234 LIMIT 1
0.048 ms 1 /classes/Pack.php:89
294
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 599520 LIMIT 1
0.048 ms 1 /classes/SpecificPrice.php:435
307
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 605119 LIMIT 1
0.048 ms 1 /classes/SpecificPrice.php:435
397
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.048 ms 1 /classes/Product.php:5659
424
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 605251 LIMIT 1
0.048 ms 1 /classes/SpecificPrice.php:435
34
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'US' LIMIT 1
0.047 ms 1 /classes/Country.php:194
268
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 604213 LIMIT 1
0.047 ms 1 /classes/SpecificPrice.php:435
306
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.047 ms 1 /classes/Product.php:5659
122
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'DZD') LIMIT 1
0.047 ms 1 /classes/Currency.php:893
165
SELECT SQL_NO_CACHE `name`
FROM `een_manufacturer`
WHERE `id_manufacturer` = 510
AND `active` = 1 LIMIT 1
0.047 ms 1 /classes/Manufacturer.php:316
174
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1540302 AND id_shop=1 LIMIT 1
0.047 ms 1 /classes/Product.php:6876
201
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.047 ms 1 /classes/Product.php:5659
233
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 615854 AND id_shop=1 LIMIT 1
0.047 ms 1 /classes/Product.php:6876
242
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 544725 LIMIT 1
0.047 ms 1 /classes/SpecificPrice.php:435
391
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 605755 LIMIT 1
0.047 ms 1 /classes/Pack.php:89
405
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 600820 LIMIT 1
0.047 ms 1 /classes/Pack.php:90
449
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.047 ms 1 /classes/Product.php:5659
183
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1540302) 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
190
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1540234
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.046 ms 1 /classes/SpecificPrice.php:259
197
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1540234) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.046 ms 1 /classes/stock/StockAvailable.php:453
216
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 615744 LIMIT 1
0.046 ms 1 /classes/SpecificPrice.php:435
229
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 615854 LIMIT 1
0.046 ms 1 /classes/SpecificPrice.php:435
254
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.046 ms 1 /classes/Product.php:5659
293
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.046 ms 1 /classes/Product.php:5659
313
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 605119 LIMIT 1
0.046 ms 1 /classes/Pack.php:89
320
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 600659 LIMIT 1
0.046 ms 1 /classes/SpecificPrice.php:435
419
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 591047) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.046 ms 1 /classes/stock/StockAvailable.php:453
423
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.046 ms 1 /classes/Product.php:5659
489
SELECT SQL_NO_CACHE state FROM een_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.046 ms 0 /classes/FeatureFlag.php:105
573
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitmegamenu" LIMIT 1
0.046 ms 1 /classes/module/Module.php:2659
31
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (iso_code = 'GBP') LIMIT 1
0.045 ms 1 /classes/Currency.php:893
126
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'XOF') LIMIT 1
0.045 ms 1 /classes/Currency.php:893
193
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1540234 AND id_shop=1 LIMIT 1
0.045 ms 1 /classes/Product.php:6876
300
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 599520 LIMIT 1
0.045 ms 1 /classes/Pack.php:89
399
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 600820
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.045 ms 0 /classes/SpecificPrice.php:259
415
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 591047 AND id_shop=1 LIMIT 1
0.045 ms 1 /classes/Product.php:6876
438
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 605278
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.045 ms 0 /classes/SpecificPrice.php:259
476
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 592156 LIMIT 1
0.045 ms 1 /classes/SpecificPrice.php:435
738
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "onepagecheckout" LIMIT 1
0.045 ms 0 /classes/module/Module.php:2659
758
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
44
SELECT SQL_NO_CACHE ctg.`id_group`
FROM een_category_group ctg
WHERE ctg.`id_category` = 882 AND ctg.`id_group` = 1 LIMIT 1
0.045 ms 1 /classes/Category.php:1754
125
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.045 ms 1 /classes/Country.php:194
203
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1540300
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.045 ms 1 /classes/SpecificPrice.php:259
214
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.045 ms 1 /classes/Product.php:5659
467
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 605249 AND id_shop=1 LIMIT 1
0.045 ms 1 /classes/Product.php:6876
56
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.044 ms 0 /classes/module/Module.php:2132
127
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.044 ms 1 /classes/Country.php:194
128
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'MGA') LIMIT 1
0.044 ms 1 /classes/Currency.php:893
224
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 615744) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
250
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 544725) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
267
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.044 ms 1 /classes/Product.php:5659
319
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.044 ms 1 /classes/Product.php:5659
444
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 605278 LIMIT 1
0.044 ms 1 /classes/Pack.php:90
445
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 605278) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
475
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.044 ms 1 /classes/Product.php:5659
743
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.044 ms 0 /classes/module/Module.php:2132
61
SELECT SQL_NO_CACHE `need_identification_number`
FROM `een_country`
WHERE `id_country` = 8 LIMIT 1
0.044 ms 1 /classes/Country.php:405
68
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "gremarketing" LIMIT 1
0.044 ms 0 /classes/module/Module.php:2659
121
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.044 ms 1 /classes/Country.php:194
206
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1540300 AND id_shop=1 LIMIT 1
0.044 ms 1 /classes/Product.php:6876
386
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 605755
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.044 ms 0 /classes/SpecificPrice.php:259
417
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 591047 LIMIT 1
0.044 ms 1 /classes/Pack.php:89
454
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 605154 AND id_shop=1 LIMIT 1
0.044 ms 1 /classes/Product.php:6876
471
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 605249) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
756
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.044 ms 0 /classes/module/Module.php:2132
36
SELECT SQL_NO_CACHE *
FROM `een_country_lang`
WHERE `id_country` = 21
0.043 ms 2 /src/Adapter/EntityMapper.php:79
57
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.043 ms 0 /classes/module/Module.php:2659
74
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_price_range` (`id_tag` int(11) NOT NULL, `price_min` CHAR(255) NOT NULL, `price_max` CHAR(255), `id_product` CHAR(255), UNIQUE KEY `tag_price_range` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8;
0.043 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
136
SELECT SQL_NO_CACHE `name`
FROM `een_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 4 LIMIT 1
0.043 ms 1 /classes/Country.php:252
220
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 615744 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
241
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
263
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 566271) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
311
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 605119 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
428
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 605251 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
470
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 605249 LIMIT 1
0.043 ms 1 /classes/Pack.php:90
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.043 ms 1 /classes/SpecificPrice.php:381
210
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1540300) 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
228
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
315
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 605119) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
441
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 605278 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
469
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 605249 LIMIT 1
0.043 ms 1 /classes/Pack.php:89
366
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 605240 LIMIT 1
0.042 ms 1 /classes/Pack.php:90
38
SELECT SQL_NO_CACHE *
FROM `een_currency_lang`
WHERE `id_currency` = 1
0.042 ms 2 /src/Adapter/EntityMapper.php:79
237
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 615854) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
246
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 544725 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
248
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 544725 LIMIT 1
0.042 ms 1 /classes/Pack.php:89
259
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 566271 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
482
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 592156 LIMIT 1
0.042 ms 1 /classes/Pack.php:89
572
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 71 AND `id_shop` = 1 LIMIT 1
0.042 ms 1 /classes/module/Module.php:2132
760
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.042 ms 0 /classes/module/Module.php:2132
30
SELECT SQL_NO_CACHE `id_lang` FROM `een_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.041 ms 2 /classes/Language.php:883
67
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "gsnippetsreviews" LIMIT 1
0.041 ms 0 /classes/module/Module.php:2659
129
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.041 ms 1 /classes/Country.php:194
171
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1540302
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.041 ms 1 /classes/SpecificPrice.php:259
208
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1540300 LIMIT 1
0.041 ms 1 /classes/Pack.php:89
261
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 566271 LIMIT 1
0.041 ms 1 /classes/Pack.php:89
443
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 605278 LIMIT 1
0.041 ms 1 /classes/Pack.php:89
456
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 605154 LIMIT 1
0.041 ms 1 /classes/Pack.php:89
458
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 605154) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.041 ms 1 /classes/stock/StockAvailable.php:453
484
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 592156) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.041 ms 1 /classes/stock/StockAvailable.php:453
574
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 80 AND `id_shop` = 1 LIMIT 1
0.041 ms 1 /classes/module/Module.php:2132
757
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "cdesigner" LIMIT 1
0.041 ms 0 /classes/module/Module.php:2659
759
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "configurator" LIMIT 1
0.041 ms 0 /classes/module/Module.php:2659
33
SELECT SQL_NO_CACHE `id_lang` FROM `een_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.040 ms 2 /classes/Language.php:883
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.040 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
81
CREATE TABLE IF NOT EXISTS `een_gmcp_discount_association` (`id_association` int(11) NOT NULL AUTO_INCREMENT, `id_discount` int(11) NOT NULL, `id_product` int(11) NOT NULL, `channel` CHAR(120) NOT NULL DEFAULT "SHOPPING_ADS", PRIMARY KEY (`id_association`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
0.040 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
82
CREATE TABLE IF NOT EXISTS `een_gmcp_tags` (`id_tag` int(11) NOT NULL AUTO_INCREMENT, `id_shop` int(11) NOT NULL DEFAULT "1", `name` char(255) NOT NULL, `type` char(255) NOT NULL, `active` TINYINT NOT NULL, `position` INT NOT NULL, `end_date` DATE, PRIMARY KEY (`id_tag`)) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
0.040 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
179
SELECT SQL_NO_CACHE `reduction`
FROM `een_group`
WHERE `id_group` = 1 LIMIT 1
0.040 ms 1 /classes/Group.php:154
235
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 615854 LIMIT 1
0.040 ms 1 /classes/Pack.php:89
390
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 605755 AND `id_group` = 1 LIMIT 1
0.040 ms 0 /classes/GroupReduction.php:156
73
CREATE TABLE IF NOT EXISTS `een_gmcp_feeds` (`id_feed` int(11) NOT NULL AUTO_INCREMENT,`iso_lang` LONGTEXT NOT NULL,`iso_country` LONGTEXT NOT NULL,`iso_currency` LONGTEXT NOT NULL, `taxonomy` LONGTEXT NOT NULL, `id_shop` int(11) NOT NULL,`date_add` datetime NOT NULL,`date_upd` datetime NOT NULL,PRIMARY KEY (`id_feed`)) ENGINE=' . _MYSQL_ENGINE_ . ' DEFAULT CHARSET=utf8;
0.039 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
86
CREATE TABLE IF NOT EXISTS `een_gmcp_brands` (`id_brands` int(11) NOT NULL, `id_shop` int(11) NOT NULL DEFAULT "1",  UNIQUE KEY `id_brands` (`id_brands`, `id_shop`)) ENGINE=MyISAM DEFAULT CHARSET=utf8;
0.039 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
87
CREATE TABLE IF NOT EXISTS `een_gmcp_tags` (`id_tag` int(11) NOT NULL AUTO_INCREMENT, `id_shop` int(11) NOT NULL DEFAULT "1", `name` char(255) NOT NULL, `type` char(255) NOT NULL, `active` TINYINT NOT NULL, `position` INT NOT NULL, `end_date` DATE, PRIMARY KEY (`id_tag`)) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
0.039 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
360
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 605240
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.039 ms 0 /classes/SpecificPrice.php:259
762
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 3 AND `id_shop` = 1 LIMIT 1
0.039 ms 0 /classes/module/Module.php:2132
182
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1540302 LIMIT 1
0.039 ms 1 /classes/Pack.php:90
75
CREATE TABLE IF NOT EXISTS `een_gmcp_tmp_rules`(`id` int(11) NOT NULL AUTO_INCREMENT, `id_shop` int(11) NOT NULL DEFAULT "1",`type` char(255) NOT NULL, `exclusion_values` longtext NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;
0.038 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
194
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1540234 AND `id_group` = 1 LIMIT 1
0.038 ms 0 /classes/GroupReduction.php:156
223
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 615744 LIMIT 1
0.038 ms 1 /classes/Pack.php:90
243
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 544725
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.038 ms 0 /classes/SpecificPrice.php:259
188
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 13 LIMIT 1
0.038 ms 1 /classes/Product.php:5659
196
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1540234 LIMIT 1
0.038 ms 1 /classes/Pack.php:90
301
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 599520 LIMIT 1
0.038 ms 1 /classes/Pack.php:90
418
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 591047 LIMIT 1
0.038 ms 1 /classes/Pack.php:90
464
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 605249
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.038 ms 0 /classes/SpecificPrice.php:259
103
CREATE TABLE IF NOT EXISTS `een_gmcp_advanced_exclusion` (`id` int(11) NOT NULL AUTO_INCREMENT, `status` int(11) NOT NULL DEFAULT "1", `id_shop` int(11) NOT NULL DEFAULT "1", `name` char(255) NOT NULL, `type` char(255) NOT NULL, `exclusion_value` longtext NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;
0.037 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
256
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 566271
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.037 ms 0 /classes/SpecificPrice.php:259
295
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 599520
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.037 ms 0 /classes/SpecificPrice.php:259
39
SELECT SQL_NO_CACHE id_shop
FROM `een_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.037 ms 1 /classes/ObjectModel.php:1729
85
CREATE TABLE IF NOT EXISTS `een_gmcp_taxonomy_categories` (`id_category` int(11) NOT NULL, `id_shop` int(3) NOT NULL DEFAULT "1", `txt_taxonomy` text NOT NULL, `lang` char(5) NOT NULL, KEY `id_category` (`id_category`,`lang`)) ENGINE=MyISAM DEFAULT CHARSET=utf8;
0.037 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
102
CREATE TABLE IF NOT EXISTS `een_gmcp_feeds` (`id_feed` int(11) NOT NULL AUTO_INCREMENT,`iso_lang` LONGTEXT NOT NULL,`iso_country` LONGTEXT NOT NULL,`iso_currency` LONGTEXT NOT NULL, `taxonomy` LONGTEXT NOT NULL, `id_shop` int(11) NOT NULL,`date_add` datetime NOT NULL,`date_upd` datetime NOT NULL,PRIMARY KEY (`id_feed`)) ENGINE=' . _MYSQL_ENGINE_ . ' DEFAULT CHARSET=utf8;
0.037 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
163
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 18 LIMIT 1
0.037 ms 1 /classes/Product.php:5659
215
SELECT SQL_NO_CACHE `name`
FROM `een_manufacturer`
WHERE `id_manufacturer` = 11523
AND `active` = 1 LIMIT 1
0.037 ms 0 /classes/Manufacturer.php:316
308
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 605119
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.037 ms 0 /classes/SpecificPrice.php:259
425
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 605251
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.037 ms 0 /classes/SpecificPrice.php:259
451
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 605154
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.037 ms 0 /classes/SpecificPrice.php:259
83
CREATE TABLE IF NOT EXISTS `een_gmcp_taxonomy` (`id_taxonomy` int(11) NOT NULL AUTO_INCREMENT, `value` text NOT NULL, `lang` varchar(5) NOT NULL, PRIMARY KEY (`id_taxonomy`), KEY `lang` (`lang`), FULLTEXT KEY `ft_index` (`value`)) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;
0.036 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
217
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 615744
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.036 ms 0 /classes/SpecificPrice.php:259
269
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 604213
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.036 ms 0 /classes/SpecificPrice.php:259
299
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 599520 AND `id_group` = 1 LIMIT 1
0.036 ms 0 /classes/GroupReduction.php:156
477
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 592156
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.036 ms 0 /classes/SpecificPrice.php:259
481
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 592156 AND `id_group` = 1 LIMIT 1
0.036 ms 0 /classes/GroupReduction.php:156
483
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 592156 LIMIT 1
0.036 ms 1 /classes/Pack.php:90
748
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "pwpaysoncheckout" LIMIT 1
0.036 ms 0 /classes/module/Module.php:2659
751
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.036 ms 0 /classes/module/Module.php:2132
84
CREATE TABLE IF NOT EXISTS `een_gmcp_categories` (`id_category` int(11) NOT NULL, `id_shop` int(11) NOT NULL DEFAULT "1",  UNIQUE KEY `id_category` (`id_category`, `id_shop`)) ENGINE=MyISAM DEFAULT CHARSET=utf8;
0.035 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
104
CREATE TABLE IF NOT EXISTS `een_gmcp_product_excluded` (`id_rule` int(11) NOT NULL DEFAULT "0",`id_product` int(11) NOT NULL DEFAULT "0", `id_product_attribute` int(11)) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;
0.035 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
209
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1540300 LIMIT 1
0.035 ms 1 /classes/Pack.php:90
230
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 615854
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:259
249
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 544725 LIMIT 1
0.035 ms 1 /classes/Pack.php:90
314
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 605119 LIMIT 1
0.035 ms 1 /classes/Pack.php:90
321
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 600659
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:259
403
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 600820 AND `id_group` = 1 LIMIT 1
0.035 ms 0 /classes/GroupReduction.php:156
416
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 591047 AND `id_group` = 1 LIMIT 1
0.035 ms 0 /classes/GroupReduction.php:156
457
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 605154 LIMIT 1
0.035 ms 1 /classes/Pack.php:90
744
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "thecheckout" LIMIT 1
0.035 ms 0 /classes/module/Module.php:2659
236
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 615854 LIMIT 1
0.035 ms 1 /classes/Pack.php:90
221
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 615744 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:156
262
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 566271 LIMIT 1
0.034 ms 1 /classes/Pack.php:90
364
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 605240 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:156
468
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 605249 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:156
745
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.034 ms 0 /classes/module/Module.php:2132
58
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.034 ms 0 /classes/module/Module.php:2132
429
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 605251 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:156
76
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_dynamic_last_product_ordered` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `last_product_ordered` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8;
0.033 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
93
CREATE TABLE IF NOT EXISTS `een_gmcp_discount_association` (`id_association` int(11) NOT NULL AUTO_INCREMENT, `id_discount` int(11) NOT NULL, `id_product` int(11) NOT NULL, `channel` CHAR(120) NOT NULL DEFAULT "SHOPPING_ADS", PRIMARY KEY (`id_association`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
0.033 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
105
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_price_range` (`id_tag` int(11) NOT NULL, `price_min` CHAR(255) NOT NULL, `price_max` CHAR(255), `id_product` CHAR(255), UNIQUE KEY `tag_price_range` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8;
0.033 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
207
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1540300 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
260
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 566271 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
312
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 605119 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
749
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.033 ms 0 /classes/module/Module.php:2132
234
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 615854 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
746
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "idxropc" LIMIT 1
0.032 ms 0 /classes/module/Module.php:2659
88
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_brands` (`id_tag` int(11) NOT NULL, `id_brand` int(11) NOT NULL, UNIQUE KEY `tag_brand` (`id_tag`,`id_brand`)) ENGINE=MyISAM DEFAULT CHARSET=utf8;
0.032 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
106
CREATE TABLE IF NOT EXISTS `een_gmcp_tmp_rules`(`id` int(11) NOT NULL AUTO_INCREMENT, `id_shop` int(11) NOT NULL DEFAULT "1",`type` char(255) NOT NULL, `exclusion_values` longtext NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;
0.032 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
247
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 544725 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
442
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 605278 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
455
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 605154 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
747
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.032 ms 0 /classes/module/Module.php:2132
91
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_suppliers` (`id_tag` int(11) NOT NULL, `id_supplier` int(11) NOT NULL, UNIQUE KEY `tag_supplier` (`id_tag`,`id_supplier`)) ENGINE=MyISAM DEFAULT CHARSET=utf8;
0.031 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
94
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_dynamic_features` (`id_tag` int(11) NOT NULL, `id_feature` int(11) NOT NULL, `id_shop` int(11) NOT NULL,  UNIQUE KEY `tag_feature` (`id_tag`, `id_feature`)) ENGINE=MyISAM DEFAULT CHARSET=utf8;
0.031 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
97
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_dynamic_best_sale` (`id_tag` int(11) NOT NULL, `amount` CHAR(255) NOT NULL, `unit` CHAR(255) ,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255),  `id_shop` int(11) NOT NULL,  UNIQUE KEY `tag_best_sales` (`id_tag`, `id_product`)) ENGINE=MyISAM DEFAULT CHARSET=utf8;
0.031 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
101
CREATE TABLE IF NOT EXISTS `een_gmcp_reporting` (`id_reporting` int(11) NOT NULL AUTO_INCREMENT,`iso_feed` LONGTEXT NOT NULL,    `reporting_content` LONGTEXT NOT NULL,`id_shop` int(11) NOT NULL,`date_add` datetime NOT NULL,`date_upd` datetime NOT NULL,PRIMARY KEY (`id_reporting`)) ENGINE=' . _MYSQL_ENGINE_ . ' DEFAULT CHARSET=utf8;
0.031 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
750
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "easycheckout" LIMIT 1
0.031 ms 0 /classes/module/Module.php:2659
77
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_dynamic_promotion` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `promotion` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8;
0.030 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
95
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_dynamic_categories` (`id_tag` int(11) NOT NULL, `id_category` int(11) NOT NULL, `id_shop` int(11) NOT NULL,  UNIQUE KEY `tag_feature` (`id_tag`, `id_category`)) ENGINE=MyISAM DEFAULT CHARSET=utf8;
0.030 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
90
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_products` (`id_tag` int(11) NOT NULL, `id_product` int(11) NOT NULL, product_name VARCHAR (255) NOT NULL, UNIQUE KEY `tag_product` (`id_tag`,`id_product`)) ENGINE=MyISAM DEFAULT CHARSET=utf8;
0.030 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
92
CREATE TABLE IF NOT EXISTS `een_gmcp_features_by_cat` (`id_cat` int(11) NOT NULL DEFAULT '0', `id_shop` int(3) NOT NULL DEFAULT "1", `values` text NOT NULL, PRIMARY KEY (`id_cat`, `id_shop`)) ENGINE=MyISAM DEFAULT CHARSET=utf8;
0.030 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
89
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_cats` (`id_tag` int(11) NOT NULL, `id_category` int(11) NOT NULL, UNIQUE KEY `tag_cat` (`id_tag`,`id_category`)) ENGINE=MyISAM DEFAULT CHARSET=utf8;
0.029 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
96
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_dynamic_new_product` (`id_tag` int(11) NOT NULL,  `from_date` DATETIME, `id_product` int,  `id_shop` int(11) NOT NULL,  UNIQUE KEY `tag_new_product` (`id_tag`, `id_product`)) ENGINE=MyISAM DEFAULT CHARSET=utf8;
0.029 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
98
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_dynamic_last_product_ordered` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `last_product_ordered` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8;
0.029 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
99
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_dynamic_last_product_not_ordered` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `last_product_ordered` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8;
0.029 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
100
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_dynamic_promotion` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `promotion` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8;
0.029 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
70
BEGIN
0.026 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:81
112
COMMIT
0.021 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:155
107
COMMIT
0.019 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:107
108
BEGIN
0.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
25 queries
SELECT XX FROM `een_specific_price` WHERE id_product = XX LIMIT XX
24 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
24 queries
SELECT name FROM een_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
24 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
24 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
24 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
24 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)
24 queries
                            SELECT `id_tax_rules_group`
                            FROM `een_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
24 queries
			SELECT `reduction`
			FROM `een_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
24 queries
SELECT COUNT(*) FROM `een_pack` WHERE id_product_pack = XX LIMIT XX
24 queries
SELECT product_type FROM `een_product` WHERE id_product = XX LIMIT XX
24 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
24 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
24 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
24 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`
24 queries
SELECT `id_product_attribute`
            FROM `een_product_attribute`
            WHERE `id_product` = XX
24 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;
22 queries
SELECT `id_module` FROM `een_module_shop` WHERE `id_module` = XX AND `id_shop` = 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_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 cl.`link_rewrite`
			FROM `een_category_lang` cl
			WHERE `id_lang` = XX
			 AND cl.id_shop = XX 
			AND cl.`id_category` = XX LIMIT XX
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

110 category_lang
101 product
96 category
85 category_shop
75 product_shop
54 specific_price
50 cart_product
49 product_attribute
48 image
48 image_shop
48 product_attribute_shop
48 pack
30 module
26 module_shop
26 stock_available
25 feature
25 feature_shop
25 feature_lang
25 feature_value_lang
25 product_attribute_combination
25 feature_product
25 product_lang
24 specific_price_priority
24 product_group_reduction_cache
24 image_lang
24 attribute
24 attribute_lang
24 attribute_group
21 country
15 currency
14 category_group
12 country_lang
7 lang
7 country_shop
6 hook
6 currency_shop
5 category_product
4 shop_url
4 shop
4 lang_shop
4 image_type
4 gmcp_feeds
4 flashsalespro_items
4 cart_rule
3 hook_alias
3 currency_lang
3 flashsalespro
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 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 iqit_elementor_category
1 order_cart_rule
1 iqitmegamenu_tabs_shop
1 iqitmegamenu_tabs
1 iqitmegamenu_tabs_lang
1 connections
1 ganalytics_data

ObjectModel instances

Name Instances Source
Category 76 /controllers/front/listing/CategoryController.php:78 (__construct) [id: 882]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 253]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 259]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 966]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 13]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 18]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 114]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 258]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 15]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 226]
/classes/Meta.php:380 (__construct) [id: 882]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct) [id: 882]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 883]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 238]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 261]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 245]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 264]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 885]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 270]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 154]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 882]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 253]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 259]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 966]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 13]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 18]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 114]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 258]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 15]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 226]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 884]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 286]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 247]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 250]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 124]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 221]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 969]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 915]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 951]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 960]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 956]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 950]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 954]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 953]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 947]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 980]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 938]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 939]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 940]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 941]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 942]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 952]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 955]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 959]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 29]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 265]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 964]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 211]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 73]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 162]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 165]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 72]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 164]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 166]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 427]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 149]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 375]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 157]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 159]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 378]
/classes/Link.php:402 (__construct) [id: 882]
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3085 (__construct) [id: 882]
/classes/Link.php:402 (__construct) [id: 882]
/modules/facebookconversiontrackingplus/classes/ConversionApi.php:518 (__construct) [id: 882]
Product 26 /classes/Link.php:113 (__construct) [id: 1540302]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1540302]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1540234]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1540300]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 615744]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 615854]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 544725]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 566271]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 604213]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 582015]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 599520]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 605119]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 600659]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 605273]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 592152]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 605240]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 599931]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 605755]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 600820]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 591047]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 605251]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 605278]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 605154]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 605249]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 592156]
/classes/Link.php:113 (__construct) [id: 1540302]
Country 17 /config/config.inc.php:146 (__construct) [id: 8]
/classes/controller/FrontController.php:946 (__construct) [id: 21]
/classes/AddressFormat.php:404 (__construct) [id: 8]
/classes/controller/FrontController.php:1779 (__construct) [id: 8]
/modules/gmerchantcenterpro/lib/moduleTools.php:208 (__construct) [id: 8]
/modules/gmerchantcenterpro/lib/moduleTools.php:208 (__construct) [id: 8]
/modules/gmerchantcenterpro/lib/moduleTools.php:208 (__construct) [id: 8]
/modules/gmerchantcenterpro/lib/moduleTools.php:208 (__construct) [id: 8]
/modules/gmerchantcenterpro/lib/moduleTools.php:208 (__construct) [id: 8]
/modules/gmerchantcenterpro/lib/moduleTools.php:208 (__construct) [id: 8]
/modules/gmerchantcenterpro/lib/moduleTools.php:208 (__construct) [id: 8]
/modules/gmerchantcenterpro/lib/moduleTools.php:208 (__construct) [id: 19]
/modules/gmerchantcenterpro/lib/moduleTools.php:208 (__construct) [id: 4]
/modules/gmerchantcenterpro/lib/moduleTools.php:208 (__construct) [id: 3]
/modules/gmerchantcenterpro/lib/moduleTools.php:208 (__construct) [id: 186]
/modules/paypal/paypal.php:363 (__construct) [id: 8]
/modules/paypal/classes/AbstractMethodPaypal.php:86 (__construct) [id: 8]
Language 13 /config/config.inc.php:211 (__construct) [id: 1]
/classes/Tools.php:560 (__construct) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:203 (__construct) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:203 (__construct) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:203 (__construct) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:203 (__construct) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:203 (__construct) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:203 (__construct) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:203 (__construct) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:203 (__construct) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:203 (__construct) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:203 (__construct) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:203 (__construct) [id: 1]
Currency 11 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 2]
/classes/Tools.php:690 (getCurrencyInstance) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:213 (__construct) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:213 (__construct) [id: 0]
/modules/gmerchantcenterpro/lib/moduleTools.php:213 (__construct) [id: 0]
/modules/gmerchantcenterpro/lib/moduleTools.php:213 (__construct) [id: 0]
/modules/gmerchantcenterpro/lib/moduleTools.php:213 (__construct) [id: 0]
/modules/gmerchantcenterpro/lib/moduleTools.php:213 (__construct) [id: 0]
/modules/gmerchantcenterpro/lib/moduleTools.php:213 (__construct) [id: 0]
/modules/gmerchantcenterpro/lib/moduleTools.php:213 (__construct) [id: 1]
Address 4 /classes/shop/Shop.php:486 (__construct) [id: ]
/classes/Product.php:3694 (initialize) [id: ]
/classes/Product.php:3804 (__construct) [id: ]
/classes/Product.php:5964 (__construct) [id: ]
Cart 2 /classes/controller/FrontController.php:467 (__construct) [id: ]
/classes/controller/FrontController.php:541 (__construct) [id: ]
Shop 1 /config/config.inc.php:117 (initialize) [id: 1]
IqitElementorCategory 1 /modules/iqitelementor/iqitelementor.php:853 (isJustElementor) [id: ]
State 1 /classes/controller/FrontController.php:1778 (__construct) [id: 0]
AddressFormat 1 /classes/controller/FrontController.php:1773 (generateAddress) [id: ]
Group 1 /classes/Cart.php:249 (getCurrent) [id: 1]
Risk 1 /classes/controller/FrontController.php:1705 (__construct) [id: ]
Gender 1 /classes/controller/FrontController.php:1702 (__construct) [id: 0]
Customer 1 /config/config.inc.php:264 (__construct) [id: ]
ShopGroup 1 /classes/shop/Shop.php:561 (__construct) [id: 1]
ConnectionsSource 1 /modules/statsdata/statsdata.php:119 (logHttpReferer) [id: ]

Included Files

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