Product added to wishlist
Product added to compare.
Load Time 351.787 ms
Querying Time 78 ms
Queries 777
Memory Peak Usage 23.5 Mb
Included Files 1103 files - 12.13 Mb
PrestaShop Cache - Mb
Global vars 0.86 Mb
PrestaShop Version 8.2.0
PHP Version 8.1.34
MySQL Version 11.4.10-MariaDB
Memory Limit 1024M
Max Execution Time 30s
Smarty Cache enabled
Smarty Compilation auto
  Time Cumulated Time Memory Usage Memory Peak Usage
config 1.354 ms 1.354 ms 3.00 Mb 3.3 Mb
__construct 0.007 ms 1.361 ms - Mb 3.3 Mb
init 6.909 ms 8.270 ms 0.81 Mb 4.0 Mb
setMedia 1.028 ms 9.298 ms 0.10 Mb 4.0 Mb
postProcess 0.001 ms 9.299 ms - Mb 4.0 Mb
initHeader 0.001 ms 9.300 ms - Mb 4.0 Mb
initContent 82.204 ms 91.504 ms 9.32 Mb 13.8 Mb
initFooter 0.001 ms 91.505 ms - Mb 13.8 Mb
display 260.282 ms 351.787 ms 9.50 Mb 23.5 Mb
Hook Time Memory Usage
DisplayFooter 203.813 ms 0.89 Mb
displayMainMenu 19.268 ms 4.61 Mb
displayProductListReviews 10.859 ms 0.29 Mb
displayProductListFunctionalButtons 3.354 ms 0.05 Mb
displayBeforeBodyClosingTag 2.231 ms 0.65 Mb
DisplayBeforeBodyClosingTag 2.010 ms 0.31 Mb
DisplayHeader 1.726 ms 0.11 Mb
displayCountDown 1.328 ms 0.09 Mb
displayNav1 0.454 ms 0.09 Mb
displayCategoryElementor 0.427 ms 0.08 Mb
displayCustomerLoginFormAfter 0.379 ms 0.07 Mb
displayNav2 0.366 ms 0.09 Mb
Header 0.300 ms 0.01 Mb
renderWidget 0.256 ms 0.09 Mb
DisplayNavFullWidth 0.214 ms 0.03 Mb
ProductSearchProvider 0.150 ms - Mb
IsJustElementor 0.119 ms 0.02 Mb
displayFooter 0.118 ms 0.03 Mb
ActionFrontControllerSetMedia 0.109 ms 0.01 Mb
DisplayContentWrapperTop 0.010 ms - Mb
ModuleRoutes 0.005 ms - Mb
ActionDispatcher 0.005 ms - Mb
ActionProductSearchAfter 0.002 ms - Mb
23 hook(s) 247.503 ms 7.51 Mb
Module Time Memory Usage
ph_simpleblog 1.084 ms 0.11 Mb
ps_eventbus 0.592 ms 0.06 Mb
iqitthemeeditor 0.369 ms 0.09 Mb
ps_emailsubscription 0.128 ms 0.01 Mb
ps_emailalerts 0.074 ms 0.01 Mb
facebookconversiontrackingplus 204.490 ms 0.97 Mb
ps_shoppingcart 0.062 ms 0.01 Mb
iqitcompare 1.878 ms 0.14 Mb
iqitcountdown 1.447 ms 0.03 Mb
iqitelementor 0.797 ms 0.11 Mb
iqitfreedeliverycount 0.069 ms 0.01 Mb
iqitmegamenu 19.397 ms 4.62 Mb
iqitwishlist 4.325 ms 0.73 Mb
iqitsociallogin 0.462 ms 0.08 Mb
iqitcontactpage 0.055 ms 0.01 Mb
gmerchantcenterpro 7.625 ms 1.08 Mb
iqitreviews 0.166 ms 0.01 Mb
productcomments 10.947 ms 0.31 Mb
multifeatures 0.055 ms - Mb
ps_googleanalytics 1.442 ms 0.22 Mb
stripe_official 0.269 ms 0.07 Mb
paypal 0.831 ms 0.19 Mb
flashsalepro 0.747 ms 0.02 Mb
ps_facetedsearch 0.586 ms 0.11 Mb
iqitlinksmanager 0.690 ms 0.12 Mb
ps_languageselector 0.052 ms 0.01 Mb
ps_currencyselector 0.039 ms 0.01 Mb
ps_customersignin 0.032 ms 0.01 Mb
iqitsearch 0.135 ms 0.01 Mb
statsdata 0.858 ms 0.16 Mb
30 module(s) 259.704 ms 9.24 Mb

Stopwatch SQL - 777 queries

# Query Time (ms) Rows Filesort Group By Location
155
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `een_feature_value` v LEFT JOIN `een_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `een_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 29 ORDER BY vl.`value` ASC
3.874 ms 1275 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
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.599 ms 3410 /classes/Configuration.php:180
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 (231922, 257809, 230976, 33201, 752666, 233423, 231586, 256455, 231660, 256468, 233465, 33206, 252881, 252884, 231391, 33211, 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.242 ms 3235968 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
14
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `een_module` m
INNER JOIN een_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `een_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `een_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `een_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND  mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
0.858 ms 355 Yes Yes /classes/Hook.php:1267
174
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `een_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `een_hook_alias` ha
INNER JOIN `een_hook` h ON ha.name = h.name
0.818 ms 0 /classes/Hook.php:1326
175
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `een_hook_module` hm
STRAIGHT_JOIN `een_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `een_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
0.774 ms 559 /classes/Hook.php:456
760
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.618 ms 592 Yes /modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2945
761
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.561 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 (562398,1530659,558474,1540313,1540316,3893,550060,547001,543095,641171,573973,1539380,4065,15305,1539767,1539890,563364,566085,542499,548257,542010,562622,670763,691488)
0.473 ms 24 /classes/ProductAssembler.php:95
114
SELECT SQL_NO_CACHE *
FROM `een_gmcp_feeds` ff
WHERE (ff.id_shop=1)
ORDER BY ff.feed_is_default ASC
0.460 ms 370 Yes /modules/gmerchantcenterpro/models/Feeds.php:62
581
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.458 ms 296 Yes Yes /classes/Category.php:799
678
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.440 ms 20 Yes Yes /classes/Category.php:799
599
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.437 ms 296 Yes Yes /classes/Category.php:799
618
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.432 ms 296 Yes Yes /classes/Category.php:799
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.431 ms 10 Yes Yes /classes/Category.php:924
638
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.410 ms 296 Yes Yes /classes/Category.php:799
695
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.400 ms 296 Yes Yes /classes/Category.php:799
668
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.384 ms 296 Yes Yes /classes/Category.php:799
653
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.381 ms 296 Yes Yes /classes/Category.php:799
635
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.365 ms 296 Yes Yes /classes/Category.php:799
776
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `een_category_product` cp
LEFT JOIN `een_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `een_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN een_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` IN (562398,1530659,558474,1540313,1540316,3893,550060,547001,543095,641171,573973,1539380,4065,15305,1539767,1539890,563364,566085,542499,548257,542010,562622,670763,691488) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC
0.362 ms 56 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:109
13
SELECT SQL_NO_CACHE lower(name) as name
FROM `een_hook` h
WHERE (h.active = 1)
0.358 ms 1104 /classes/Hook.php:1366
677
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.350 ms 296 Yes Yes /classes/Category.php:799
580
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
192
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1530659 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.277 ms 2 Yes /classes/SpecificPrice.php:576
71
SHOW TABLES LIKE "een_gmcp_1800"
0.254 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:88
109
SHOW COLUMNS FROM een_gmcp_feeds LIKE "feed_is_default"
0.248 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:128
246
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 3893 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.247 ms 2 Yes /classes/SpecificPrice.php:576
16
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `een_hook`
0.233 ms 1104 /classes/Hook.php:1326
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 (558474) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.228 ms 1 Yes Yes /classes/Product.php:4524
20
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `een_meta` m
LEFT JOIN `een_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
0.227 ms 132 Yes /classes/Dispatcher.php:654
232
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1540316 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.223 ms 2 Yes /classes/SpecificPrice.php:576
759
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.222 ms 59 Yes /modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2918
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.220 ms 31 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
111
SHOW COLUMNS FROM een_gmcp_tags LIKE "custom_label_set_postion"
0.214 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:128
110
SHOW COLUMNS FROM een_gmcp_discount_association LIKE "channel"
0.212 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:128
78
SHOW TABLES LIKE "een_gmcp_1900"
0.209 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:88
770
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.201 ms 59 Yes /modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:2918
483
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 691488 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.199 ms 1 Yes /classes/SpecificPrice.php:576
171
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 562398 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.197 ms 1 Yes /classes/SpecificPrice.php:576
184
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 562398
ORDER BY f.position ASC
0.196 ms 4 Yes /classes/Product.php:6021
219
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1540313 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.196 ms 2 Yes /classes/SpecificPrice.php:576
183
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 562398 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 562398 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.193 ms 0 /classes/Cart.php:1430
326
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1539380 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.190 ms 2 Yes /classes/SpecificPrice.php:576
366
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1539767 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.190 ms 2 Yes /classes/SpecificPrice.php:576
353
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 15305 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
490
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 691488 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 691488 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.187 ms 0 /classes/Cart.php:1430
774
INSERT INTO `een_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('13023341', '', 'bellozia.com/882-sieges?q=Couleur-Bleu-Orange-Rouge-Violet-Blanc&resultsPerPage=24', '', '2026-05-06 14:20:17')
0.187 ms 1 /classes/ObjectModel.php:622
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.183 ms 296 Yes /classes/PrestaShopCollection.php:383
340
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 4065 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.182 ms 2 Yes /classes/SpecificPrice.php:576
740
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (562622) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.181 ms 1 Yes Yes /classes/Product.php:4524
379
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 1539890 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.178 ms 2 Yes /classes/SpecificPrice.php:576
199
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1530659 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1530659 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.177 ms 0 /classes/Cart.php:1430
260
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 550060 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.176 ms 1 Yes /classes/SpecificPrice.php:576
554
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 562622) AND (b.`id_shop` = 1) LIMIT 1
0.173 ms 1 /src/Adapter/EntityMapper.php:71
286
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 543095 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.173 ms 1 Yes /classes/SpecificPrice.php:576
742
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (691488) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.172 ms 1 Yes Yes /classes/Product.php:4524
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.170 ms 104 /classes/module/Module.php:346
200
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1530659
ORDER BY f.position ASC
0.170 ms 9 Yes /classes/Product.php:6021
492
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 562398) AND (b.`id_shop` = 1) LIMIT 1
0.170 ms 1 /src/Adapter/EntityMapper.php:71
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 (563364) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.168 ms 1 Yes Yes /classes/Product.php:4524
254
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3893
ORDER BY f.position ASC
0.168 ms 11 Yes /classes/Product.php:6021
267
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 550060 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 550060 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.167 ms 0 /classes/Cart.php:1430
505
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1540316
ORDER BY `position`
0.166 ms 11 Yes /classes/Product.php:3545
504
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1540316) AND (b.`id_shop` = 1) LIMIT 1
0.165 ms 1 /src/Adapter/EntityMapper.php:71
551
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 542010) AND (b.`id_shop` = 1) LIMIT 1
0.165 ms 1 /src/Adapter/EntityMapper.php:71
239
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1540316 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1540316 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
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 (562398) 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
348
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4065
ORDER BY f.position ASC
0.163 ms 11 Yes /classes/Product.php:6021
502
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1540313
ORDER BY `position`
0.162 ms 9 Yes /classes/Product.php:3545
736
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (566085) 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
739
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (542010) 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
280
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 547001 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 547001 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.160 ms 0 /classes/Cart.php:1430
470
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 670763 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.160 ms 1 Yes /classes/SpecificPrice.php:576
281
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 547001
ORDER BY f.position ASC
0.157 ms 7 Yes /classes/Product.php:6021
552
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 542010
ORDER BY `position`
0.157 ms 8 Yes /classes/Product.php:3545
405
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 566085 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
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 (3893) 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
273
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 547001 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.156 ms 1 Yes /classes/SpecificPrice.php:576
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 (1540313) 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
188
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1530659) AND (b.`id_shop` = 1) LIMIT 1
0.156 ms 1 /src/Adapter/EntityMapper.php:71
320
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 573973
ORDER BY f.position ASC
0.156 ms 5 Yes /classes/Product.php:6021
400
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 563364
ORDER BY f.position ASC
0.156 ms 7 Yes /classes/Product.php:6021
491
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 691488
ORDER BY f.position ASC
0.156 ms 6 Yes /classes/Product.php:6021
205
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 558474 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.155 ms 1 Yes /classes/SpecificPrice.php:576
498
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 558474) AND (b.`id_shop` = 1) LIMIT 1
0.155 ms 1 /src/Adapter/EntityMapper.php:71
268
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 550060
ORDER BY f.position ASC
0.154 ms 7 Yes /classes/Product.php:6021
496
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1530659
ORDER BY `position`
0.154 ms 7 Yes /classes/Product.php:3545
501
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1540313) AND (b.`id_shop` = 1) LIMIT 1
0.154 ms 1 /src/Adapter/EntityMapper.php:71
557
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 670763) AND (b.`id_shop` = 1) LIMIT 1
0.154 ms 1 /src/Adapter/EntityMapper.php:71
299
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 641171 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.153 ms 1 Yes /classes/SpecificPrice.php:576
312
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 573973 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
392
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 563364 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
558
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 670763
ORDER BY `position`
0.153 ms 7 Yes /classes/Product.php:3545
560
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 691488) AND (b.`id_shop` = 1) LIMIT 1
0.153 ms 1 /src/Adapter/EntityMapper.php:71
457
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 562622 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.151 ms 1 Yes /classes/SpecificPrice.php:576
555
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 562622
ORDER BY `position`
0.151 ms 5 Yes /classes/Product.php:3545
18
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `een_module` m
LEFT JOIN `een_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.150 ms 104 /classes/module/Module.php:346
465
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 562622
ORDER BY f.position ASC
0.150 ms 7 Yes /classes/Product.php:6021
548
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 548257) AND (b.`id_shop` = 1) LIMIT 1
0.150 ms 1 /src/Adapter/EntityMapper.php:71
213
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 558474
ORDER BY f.position ASC
0.149 ms 5 Yes /classes/Product.php:6021
306
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 641171 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 641171 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.149 ms 0 /classes/Cart.php:1430
374
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1539767
ORDER BY f.position ASC
0.149 ms 11 Yes /classes/Product.php:6021
426
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 542499
ORDER BY f.position ASC
0.149 ms 7 Yes /classes/Product.php:6021
431
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 548257 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
499
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 558474
ORDER BY `position`
0.147 ms 10 Yes /classes/Product.php:3545
738
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (548257) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.147 ms 1 Yes Yes /classes/Product.php:4524
253
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3893 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3893 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.147 ms 0 /classes/Cart.php:1430
334
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1539380
ORDER BY f.position ASC
0.147 ms 5 Yes /classes/Product.php:6021
418
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 542499 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
510
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 550060) AND (b.`id_shop` = 1) LIMIT 1
0.147 ms 1 /src/Adapter/EntityMapper.php:71
444
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `een_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 542010 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-06 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.146 ms 1 Yes /classes/SpecificPrice.php:576
508
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3893
ORDER BY `position`
0.146 ms 7 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.146 ms 867 /modules/flashsalepro/flashsalepro.php:1027
240
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1540316
ORDER BY f.position ASC
0.146 ms 7 Yes /classes/Product.php:6021
293
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 543095 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 543095 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.146 ms 0 /classes/Cart.php:1430
707
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.146 ms 2 Yes /classes/Currency.php:694
307
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 641171
ORDER BY f.position ASC
0.145 ms 8 Yes /classes/Product.php:6021
294
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 543095
ORDER BY f.position ASC
0.145 ms 7 Yes /classes/Product.php:6021
464
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 562622 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 562622 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.145 ms 0 /classes/Cart.php:1430
439
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 548257
ORDER BY f.position ASC
0.143 ms 7 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 (1530659) 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
477
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 670763 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 670763 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.143 ms 0 /classes/Cart.php:1430
227
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1540313
ORDER BY f.position ASC
0.142 ms 5 Yes /classes/Product.php:6021
741
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (670763) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.142 ms 1 Yes Yes /classes/Product.php:4524
549
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 548257
ORDER BY `position`
0.141 ms 8 Yes /classes/Product.php:3545
176
SELECT SQL_NO_CACHE tr.*
FROM `een_tax_rule` tr
JOIN `een_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 21
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.141 ms 1 /classes/tax/TaxRulesTaxManager.php:109
212
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 558474 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 558474 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.140 ms 0 /classes/Cart.php:1430
452
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 542010
ORDER BY f.position ASC
0.140 ms 7 Yes /classes/Product.php:6021
737
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `een_product_attribute` pa
INNER JOIN een_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `een_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `een_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `een_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `een_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (542499) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.140 ms 1 Yes Yes /classes/Product.php:4524
413
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 566085
ORDER BY f.position ASC
0.139 ms 3 Yes /classes/Product.php:6021
507
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3893) AND (b.`id_shop` = 1) LIMIT 1
0.139 ms 1 /src/Adapter/EntityMapper.php:71
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.138 ms 370 Yes /modules/gmerchantcenterpro/models/Feeds.php:72
226
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1540313 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1540313 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
568
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.138 ms 1 /classes/CartRule.php:423
451
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 542010 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 542010 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
319
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 573973 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 573973 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
333
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1539380 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1539380 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.137 ms 0 /classes/Cart.php:1430
360
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15305 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 15305 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
387
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1539890
ORDER BY f.position ASC
0.137 ms 7 Yes /classes/Product.php:6021
412
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 566085 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 566085 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
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.137 ms 9 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
399
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 563364 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 563364 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
425
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 542499 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 542499 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.136 ms 0 /classes/Cart.php:1430
438
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 548257 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 548257 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.136 ms 0 /classes/Cart.php:1430
530
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15305) AND (b.`id_shop` = 1) LIMIT 1
0.136 ms 1 /src/Adapter/EntityMapper.php:71
347
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4065 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4065 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.136 ms 0 /classes/Cart.php:1430
566
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.136 ms 1 /classes/CartRule.php:423
373
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1539767 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1539767 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.135 ms 0 /classes/Cart.php:1430
478
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 670763
ORDER BY f.position ASC
0.133 ms 2 Yes /classes/Product.php:6021
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 (1540316) 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
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 (1539890) 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
699
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 375 AND `id_shop` = 1
0.132 ms 2 /src/Adapter/EntityMapper.php:79
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 (550060) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.132 ms 1 Yes Yes /classes/Product.php:4524
386
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `een_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1539890 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `een_cart_product` cp JOIN `een_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `een_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1539890 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.131 ms 0 /classes/Cart.php:1430
511
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 550060
ORDER BY `position`
0.131 ms 8 Yes /classes/Product.php:3545
361
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM een_feature_product pf
LEFT JOIN een_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN een_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN een_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN een_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 15305
ORDER BY f.position ASC
0.131 ms 2 Yes /classes/Product.php:6021
493
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 562398
ORDER BY `position`
0.131 ms 8 Yes /classes/Product.php:3545
513
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 547001) AND (b.`id_shop` = 1) LIMIT 1
0.130 ms 1 /src/Adapter/EntityMapper.php:71
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 (15305) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.130 ms 1 Yes Yes /classes/Product.php:4524
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.129 ms 104 /classes/module/Module.php:346
323
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1539380) AND (b.`id_shop` = 1) LIMIT 1
0.129 ms 1 /src/Adapter/EntityMapper.php:71
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 (1539767) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.129 ms 1 Yes Yes /classes/Product.php:4524
542
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 566085) AND (b.`id_shop` = 1) LIMIT 1
0.127 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 (547001) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.127 ms 1 Yes Yes /classes/Product.php:4524
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 (573973) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.127 ms 1 Yes Yes /classes/Product.php:4524
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 (543095) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.127 ms 1 Yes Yes /classes/Product.php:4524
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 (641171) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.126 ms 1 Yes Yes /classes/Product.php:4524
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 (1539380) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.126 ms 1 Yes Yes /classes/Product.php:4524
527
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4065) AND (b.`id_shop` = 1) LIMIT 1
0.126 ms 1 /src/Adapter/EntityMapper.php:71
516
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 543095) AND (b.`id_shop` = 1) LIMIT 1
0.124 ms 1 /src/Adapter/EntityMapper.php:71
533
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1539767) AND (b.`id_shop` = 1) LIMIT 1
0.124 ms 1 /src/Adapter/EntityMapper.php:71
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.123 ms 1 Yes /classes/shop/Shop.php:715
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.123 ms 751689 Yes /modules/flashsalepro/flashsalepro.php:1106
565
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.123 ms 1 /classes/CartRule.php:357
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 (4065) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.123 ms 1 Yes Yes /classes/Product.php:4524
185
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1530659
AND image_shop.`cover` = 1 LIMIT 1
0.122 ms 7 /classes/Product.php:3570
539
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 563364) AND (b.`id_shop` = 1) LIMIT 1
0.122 ms 1 /src/Adapter/EntityMapper.php:71
545
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 542499) AND (b.`id_shop` = 1) LIMIT 1
0.122 ms 1 /src/Adapter/EntityMapper.php:71
773
SELECT SQL_NO_CACHE `id_guest`
FROM `een_connections`
WHERE `id_guest` = 15527067
AND `date_add` > '2026-05-06 13:50:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.122 ms 1 Yes /classes/Connection.php:168
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.121 ms 2 /classes/Language.php:1216
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` = 562398
AND image_shop.`cover` = 1 LIMIT 1
0.120 ms 8 /classes/Product.php:3570
561
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 691488
ORDER BY `position`
0.119 ms 7 Yes /classes/Product.php:3545
522
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 573973) AND (b.`id_shop` = 1) LIMIT 1
0.118 ms 1 /src/Adapter/EntityMapper.php:71
193
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1530659)
0.117 ms 1 /classes/Product.php:3860
536
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1539890) AND (b.`id_shop` = 1) LIMIT 1
0.117 ms 1 /src/Adapter/EntityMapper.php:71
567
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.116 ms 1 /classes/CartRule.php:357
598
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.116 ms 0 Yes /classes/Category.php:799
214
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1540313
AND image_shop.`cover` = 1 LIMIT 1
0.116 ms 9 /classes/Product.php:3570
537
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1539890
ORDER BY `position`
0.116 ms 8 Yes /classes/Product.php:3545
519
SELECT SQL_NO_CACHE *
FROM `een_product` a
LEFT JOIN `een_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `een_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 641171) AND (b.`id_shop` = 1) LIMIT 1
0.115 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.115 ms 1 /src/Adapter/EntityMapper.php:71
520
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 641171
ORDER BY `position`
0.115 ms 8 Yes /classes/Product.php:3545
531
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 15305
ORDER BY `position`
0.113 ms 7 Yes /classes/Product.php:3545
172
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 562398)
0.111 ms 1 /classes/Product.php:3860
479
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 691488
AND image_shop.`cover` = 1 LIMIT 1
0.111 ms 7 /classes/Product.php:3570
564
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.111 ms 1 /classes/Cart.php:4255
517
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 543095
ORDER BY `position`
0.111 ms 8 Yes /classes/Product.php:3545
514
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 547001
ORDER BY `position`
0.110 ms 8 Yes /classes/Product.php:3545
484
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 691488)
0.110 ms 1 /classes/Product.php:3860
540
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 563364
ORDER BY `position`
0.110 ms 6 Yes /classes/Product.php:3545
282
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 543095
AND image_shop.`cover` = 1 LIMIT 1
0.109 ms 8 /classes/Product.php:3570
269
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 547001
AND image_shop.`cover` = 1 LIMIT 1
0.109 ms 8 /classes/Product.php:3570
233
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1540316)
0.108 ms 1 /classes/Product.php:3860
247
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3893)
0.108 ms 1 /classes/Product.php:3860
523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 573973
ORDER BY `position`
0.108 ms 9 Yes /classes/Product.php:3545
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.107 ms 1 Yes /classes/shop/Shop.php:1364
525
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1539380
ORDER BY `position`
0.107 ms 7 Yes /classes/Product.php:3545
546
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 542499
ORDER BY `position`
0.107 ms 8 Yes /classes/Product.php:3545
534
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1539767
ORDER BY `position`
0.105 ms 7 Yes /classes/Product.php:3545
569
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.105 ms 1 /classes/order/Order.php:881
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.104 ms 867 /modules/flashsalepro/flashsalepro.php:1058
274
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 547001)
0.104 ms 1 /classes/Product.php:3860
528
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4065
ORDER BY `position`
0.104 ms 7 Yes /classes/Product.php:3545
543
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `een_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 566085
ORDER BY `position`
0.103 ms 5 Yes /classes/Product.php:3545
261
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 550060)
0.102 ms 1 /classes/Product.php:3860
300
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 641171)
0.102 ms 1 /classes/Product.php:3860
24
SELECT SQL_NO_CACHE *
FROM `een_category` a
LEFT JOIN `een_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `een_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 882) AND (b.`id_shop` = 1) LIMIT 1
0.101 ms 1 /src/Adapter/EntityMapper.php:71
406
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 566085)
0.101 ms 1 /classes/Product.php:3860
327
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1539380)
0.100 ms 1 /classes/Product.php:3860
458
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 562622)
0.099 ms 1 /classes/Product.php:3860
335
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4065
AND image_shop.`cover` = 1 LIMIT 1
0.099 ms 7 /classes/Product.php:3570
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.098 ms 1 /src/Adapter/EntityMapper.php:71
440
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 542010
AND image_shop.`cover` = 1 LIMIT 1
0.098 ms 8 /classes/Product.php:3570
241
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3893
AND image_shop.`cover` = 1 LIMIT 1
0.097 ms 7 /classes/Product.php:3570
401
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 566085
AND image_shop.`cover` = 1 LIMIT 1
0.097 ms 5 /classes/Product.php:3570
287
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 543095)
0.097 ms 1 /classes/Product.php:3860
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.096 ms 1 /src/Adapter/EntityMapper.php:71
59
SELECT SQL_NO_CACHE * FROM `een_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.096 ms 8 Yes /classes/ImageType.php:109
466
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 670763
AND image_shop.`cover` = 1 LIMIT 1
0.096 ms 7 /classes/Product.php:3570
341
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4065)
0.096 ms 1 /classes/Product.php:3860
255
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 550060
AND image_shop.`cover` = 1 LIMIT 1
0.094 ms 8 /classes/Product.php:3570
201
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 558474
AND image_shop.`cover` = 1 LIMIT 1
0.094 ms 10 /classes/Product.php:3570
393
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 563364)
0.094 ms 1 /classes/Product.php:3860
414
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 542499
AND image_shop.`cover` = 1 LIMIT 1
0.094 ms 8 /classes/Product.php:3570
771
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitsociallogin" LIMIT 1
0.094 ms 1 /classes/module/Module.php:2659
206
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 558474)
0.093 ms 1 /classes/Product.php:3860
367
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1539767)
0.093 ms 1 /classes/Product.php:3860
427
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 548257
AND image_shop.`cover` = 1 LIMIT 1
0.093 ms 8 /classes/Product.php:3570
445
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 542010)
0.093 ms 1 /classes/Product.php:3860
453
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 562622
AND image_shop.`cover` = 1 LIMIT 1
0.093 ms 5 /classes/Product.php:3570
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.092 ms 1 /src/Adapter/EntityMapper.php:71
220
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1540313)
0.092 ms 1 /classes/Product.php:3860
349
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 15305
AND image_shop.`cover` = 1 LIMIT 1
0.092 ms 7 /classes/Product.php:3570
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.091 ms 1 /classes/shop/Shop.php:218
313
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 573973)
0.091 ms 1 /classes/Product.php:3860
354
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 15305)
0.091 ms 1 /classes/Product.php:3860
471
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 670763)
0.091 ms 1 /classes/Product.php:3860
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.091 ms 1 /src/Adapter/EntityMapper.php:71
380
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1539890)
0.091 ms 1 /classes/Product.php:3860
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` = 253) LIMIT 1
0.091 ms 1 /src/Adapter/EntityMapper.php:71
295
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 641171
AND image_shop.`cover` = 1 LIMIT 1
0.090 ms 8 /classes/Product.php:3570
308
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 573973
AND image_shop.`cover` = 1 LIMIT 1
0.090 ms 9 /classes/Product.php:3570
321
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1539380
AND image_shop.`cover` = 1 LIMIT 1
0.090 ms 7 /classes/Product.php:3570
712
SELECT SQL_NO_CACHE c.id_elementor FROM een_iqit_elementor_category c LEFT JOIN een_iqit_elementor_category_shop s ON c.id_elementor = s.id_elementor WHERE c.id_category = 882 AND s.id_shop = 1 LIMIT 1
0.090 ms 56 /modules/iqitelementor/src/IqitElementorCategory.php:87
11
SELECT SQL_NO_CACHE domain, domain_ssl
FROM een_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.087 ms 1 /classes/shop/ShopUrl.php:182
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.087 ms 1 /src/Adapter/EntityMapper.php:71
228
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1540316
AND image_shop.`cover` = 1 LIMIT 1
0.087 ms 11 /classes/Product.php:3570
419
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 542499)
0.087 ms 1 /classes/Product.php:3860
432
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `een_product` p
INNER JOIN `een_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `een_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 548257)
0.087 ms 1 /classes/Product.php:3860
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` = 149) LIMIT 1
0.087 ms 1 /src/Adapter/EntityMapper.php:71
7
SELECT SQL_NO_CACHE *
FROM `een_country` a
LEFT JOIN `een_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `een_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
0.087 ms 1 /src/Adapter/EntityMapper.php:71
6
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `een_lang` l
LEFT JOIN `een_lang_shop` ls ON (l.id_lang = ls.id_lang)
0.086 ms 2 /classes/Language.php:1080
362
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1539767
AND image_shop.`cover` = 1 LIMIT 1
0.086 ms 7 /classes/Product.php:3570
179
SELECT SQL_NO_CACHE tr.*
FROM `een_tax_rule` tr
JOIN `een_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 21
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.085 ms 0 /classes/tax/TaxRulesTaxManager.php:109
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` = 124) LIMIT 1
0.085 ms 1 /src/Adapter/EntityMapper.php:71
28
SELECT SQL_NO_CACHE *
FROM `een_currency` a
LEFT JOIN `een_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `een_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.084 ms 1 /src/Adapter/EntityMapper.php:71
159
SELECT SQL_NO_CACHE data FROM een_layered_filter_block WHERE hash="ff1d46a10e1e097f155b70991dbf798f" LIMIT 1
0.084 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:186
388
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 563364
AND image_shop.`cover` = 1 LIMIT 1
0.084 ms 6 /classes/Product.php:3570
375
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `een_image` i
INNER JOIN een_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1539890
AND image_shop.`cover` = 1 LIMIT 1
0.084 ms 8 /classes/Product.php:3570
506
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1540316
0.084 ms 1 /classes/Product.php:2902
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.083 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
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` = 375) LIMIT 1
0.083 ms 1 /src/Adapter/EntityMapper.php:71
702
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.083 ms 1 /src/Adapter/EntityMapper.php:71
708
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `een_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.083 ms 1 /classes/Cart.php:1303
66
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "pm_advancedpack" LIMIT 1
0.082 ms 0 /classes/module/Module.php:2659
129
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.082 ms 1 /classes/Country.php:194
157
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 882 AND `id_shop` = 1
0.082 ms 2 /src/Adapter/EntityMapper.php:79
563
SELECT SQL_NO_CACHE c.id_elementor FROM een_iqit_elementor_category c WHERE c.id_category = 882 LIMIT 1
0.082 ms 56 /modules/iqitelementor/src/IqitElementorCategory.php:87
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.081 ms 1 /src/Adapter/EntityMapper.php:71
15
SELECT SQL_NO_CACHE `name`, `alias` FROM `een_hook_alias`
0.081 ms 87 /classes/Hook.php:287
198
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1530659) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.081 ms 1 /classes/stock/StockAvailable.php:453
701
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 157 AND `id_shop` = 1
0.081 ms 2 /src/Adapter/EntityMapper.php:79
597
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 154 AND `id_shop` = 1
0.081 ms 2 /src/Adapter/EntityMapper.php:79
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` = 154) LIMIT 1
0.080 ms 1 /src/Adapter/EntityMapper.php:71
628
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 124 AND `id_shop` = 1
0.080 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` = 286) LIMIT 1
0.079 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` = 938) LIMIT 1
0.079 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` = 211) LIMIT 1
0.079 ms 1 /src/Adapter/EntityMapper.php:71
503
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1540313
0.078 ms 1 /classes/Product.php:2902
595
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 270 AND `id_shop` = 1
0.078 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` = 114) LIMIT 1
0.078 ms 1 /src/Adapter/EntityMapper.php:71
51
SELECT SQL_NO_CACHE *
FROM `een_category` a
LEFT JOIN `een_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `een_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 114) AND (b.`id_shop` = 1) LIMIT 1
0.078 ms 1 /src/Adapter/EntityMapper.php:71
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.078 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` = 960) LIMIT 1
0.078 ms 1 /src/Adapter/EntityMapper.php:71
642
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 956 AND `id_shop` = 1
0.078 ms 2 /src/Adapter/EntityMapper.php:79
710
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitelementor" LIMIT 1
0.078 ms 1 /classes/module/Module.php:2659
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.077 ms 1 /src/Adapter/EntityMapper.php:71
55
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "facebookproductsfeed" LIMIT 1
0.077 ms 0 /classes/module/Module.php:2659
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` = 221) LIMIT 1
0.077 ms 1 /src/Adapter/EntityMapper.php:71
25
SELECT SQL_NO_CACHE * FROM `een_currency` c ORDER BY `iso_code` ASC
0.076 ms 2 Yes /classes/Currency.php:709
189
SELECT SQL_NO_CACHE `name`
FROM `een_manufacturer`
WHERE `id_manufacturer` = 510
AND `active` = 1 LIMIT 1
0.076 ms 1 /classes/Manufacturer.php:316
611
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 114 AND `id_shop` = 1
0.076 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` = 959) LIMIT 1
0.076 ms 1 /src/Adapter/EntityMapper.php:71
715
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "productcomments" LIMIT 1
0.076 ms 1 /classes/module/Module.php:2659
53
SELECT SQL_NO_CACHE *
FROM `een_category` a
LEFT JOIN `een_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `een_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 15) AND (b.`id_shop` = 1) LIMIT 1
0.076 ms 1 /src/Adapter/EntityMapper.php:71
190
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1530659 LIMIT 1
0.076 ms 2 /classes/SpecificPrice.php:435
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` = 966) LIMIT 1
0.076 ms 1 /src/Adapter/EntityMapper.php:71
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` = 940) LIMIT 1
0.076 ms 1 /src/Adapter/EntityMapper.php:71
704
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.076 ms 1 /src/Adapter/EntityMapper.php:71
603
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 259 AND `id_shop` = 1
0.075 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.075 ms 1 /src/Adapter/EntityMapper.php:71
63
SELECT SQL_NO_CACHE *
FROM `een_country_lang`
WHERE `id_country` = 8
0.075 ms 2 /src/Adapter/EntityMapper.php:79
622
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
672
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 29 AND `id_shop` = 1
0.074 ms 2 /src/Adapter/EntityMapper.php:79
570
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitlinksmanager" LIMIT 1
0.074 ms 1 /classes/module/Module.php:2659
571
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 79 AND `id_shop` = 1 LIMIT 1
0.074 ms 1 /classes/module/Module.php:2132
572
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.074 ms 2 /classes/Currency.php:1136
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` = 883) LIMIT 1
0.074 ms 1 /src/Adapter/EntityMapper.php:71
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` = 885) LIMIT 1
0.074 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` = 953) LIMIT 1
0.074 ms 1 /src/Adapter/EntityMapper.php:71
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` = 157) LIMIT 1
0.074 ms 1 /src/Adapter/EntityMapper.php:71
706
SELECT SQL_NO_CACHE `width`, `height`
FROM een_image_type
WHERE `name` = 'home_default' LIMIT 1
0.074 ms 1 /classes/Image.php:563
165
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 0 LIMIT 1
0.073 ms 1 /classes/SpecificPrice.php:426
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` = 942) LIMIT 1
0.073 ms 1 /src/Adapter/EntityMapper.php:71
180
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 562398 LIMIT 1
0.073 ms 1 /classes/Pack.php:89
196
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1530659 LIMIT 1
0.073 ms 1 /classes/Pack.php:89
497
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1530659
0.073 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` = 264) LIMIT 1
0.073 ms 1 /src/Adapter/EntityMapper.php:71
593
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 885 AND `id_shop` = 1
0.073 ms 2 /src/Adapter/EntityMapper.php:79
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` = 884) LIMIT 1
0.073 ms 1 /src/Adapter/EntityMapper.php:71
19
SELECT SQL_NO_CACHE name, alias FROM `een_hook_alias`
0.072 ms 87 /classes/Hook.php:339
217
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1540313 LIMIT 1
0.072 ms 2 /classes/SpecificPrice.php:435
553
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 542010
0.072 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` = 245) LIMIT 1
0.072 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` = 259) LIMIT 1
0.072 ms 1 /src/Adapter/EntityMapper.php:71
605
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 966 AND `id_shop` = 1
0.072 ms 2 /src/Adapter/EntityMapper.php:79
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` = 258) LIMIT 1
0.072 ms 1 /src/Adapter/EntityMapper.php:71
626
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 250 AND `id_shop` = 1
0.072 ms 2 /src/Adapter/EntityMapper.php:79
637
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 951 AND `id_shop` = 1
0.072 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` = 956) LIMIT 1
0.072 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` = 950) LIMIT 1
0.072 ms 1 /src/Adapter/EntityMapper.php:71
650
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 947 AND `id_shop` = 1
0.072 ms 2 /src/Adapter/EntityMapper.php:79
693
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
697
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 149 AND `id_shop` = 1
0.072 ms 2 /src/Adapter/EntityMapper.php:79
703
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 159 AND `id_shop` = 1
0.072 ms 2 /src/Adapter/EntityMapper.php:79
54
SELECT SQL_NO_CACHE *
FROM `een_category` a
LEFT JOIN `een_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `een_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 226) AND (b.`id_shop` = 1) LIMIT 1
0.071 ms 1 /src/Adapter/EntityMapper.php:71
147
SELECT SQL_NO_CACHE id_order
FROM `een_orders` o
WHERE (o.id_cart=0) LIMIT 1
0.071 ms 1 /modules/gmerchantcenterpro/lib/dao/moduleDao.php:450
556
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 562622
0.071 ms 1 /classes/Product.php:2902
594
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.071 ms 1 /src/Adapter/EntityMapper.php:71
640
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 960 AND `id_shop` = 1
0.071 ms 2 /src/Adapter/EntityMapper.php:79
684
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 162 AND `id_shop` = 1
0.071 ms 2 /src/Adapter/EntityMapper.php:79
705
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 378 AND `id_shop` = 1
0.071 ms 2 /src/Adapter/EntityMapper.php:79
151
SELECT SQL_NO_CACHE id_flashsalespro, date_end FROM een_flashsalespro
WHERE active = 1 AND date_end < NOW() AND date_end != "0000-00-00 00:00:00"
0.071 ms 1 /modules/flashsalepro/flashsalepro.php:1573
544
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 566085
0.071 ms 1 /classes/Product.php:2902
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` = 164) LIMIT 1
0.071 ms 1 /src/Adapter/EntityMapper.php:71
692
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 166 AND `id_shop` = 1
0.071 ms 2 /src/Adapter/EntityMapper.php:79
126
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'XOF') LIMIT 1
0.070 ms 1 /classes/Currency.php:893
258
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 550060 LIMIT 1
0.070 ms 1 /classes/SpecificPrice.php:435
620
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 884 AND `id_shop` = 1
0.070 ms 2 /src/Adapter/EntityMapper.php:79
636
SELECT SQL_NO_CACHE *
FROM `een_category` a
LEFT JOIN `een_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 951) LIMIT 1
0.070 ms 1 /src/Adapter/EntityMapper.php:71
661
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 941 AND `id_shop` = 1
0.070 ms 2 /src/Adapter/EntityMapper.php:79
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` = 964) LIMIT 1
0.070 ms 1 /src/Adapter/EntityMapper.php:71
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` = 165) LIMIT 1
0.070 ms 1 /src/Adapter/EntityMapper.php:71
167
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE `id_product` != 0 LIMIT 1
0.070 ms 2535 /classes/SpecificPrice.php:297
252
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 3893) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.070 ms 1 /classes/stock/StockAvailable.php:453
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` = 261) LIMIT 1
0.070 ms 1 /src/Adapter/EntityMapper.php:71
616
SELECT SQL_NO_CACHE *
FROM `een_category` a
LEFT JOIN `een_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 226) LIMIT 1
0.070 ms 1 /src/Adapter/EntityMapper.php:71
27
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.069 ms 1 /classes/Currency.php:893
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` = 18) LIMIT 1
0.069 ms 1 /src/Adapter/EntityMapper.php:71
651
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.069 ms 1 /src/Adapter/EntityMapper.php:71
673
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.069 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.069 ms 1 /src/Adapter/EntityMapper.php:71
559
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 670763
0.069 ms 1 /classes/Product.php:2902
691
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.069 ms 1 /src/Adapter/EntityMapper.php:71
186
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 19 LIMIT 1
0.068 ms 1 /classes/Category.php:1378
550
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 548257
0.068 ms 1 /classes/Product.php:2902
589
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 245 AND `id_shop` = 1
0.068 ms 2 /src/Adapter/EntityMapper.php:79
649
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.068 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.068 ms 1 /classes/Currency.php:893
284
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 543095 LIMIT 1
0.068 ms 1 /classes/SpecificPrice.php:435
573
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitwishlist" LIMIT 1
0.068 ms 1 /classes/module/Module.php:2659
587
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 261 AND `id_shop` = 1
0.068 ms 2 /src/Adapter/EntityMapper.php:79
633
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.068 ms 1 /src/Adapter/EntityMapper.php:71
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` = 954) LIMIT 1
0.068 ms 1 /src/Adapter/EntityMapper.php:71
657
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
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` = 941) LIMIT 1
0.068 ms 1 /src/Adapter/EntityMapper.php:71
670
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
680
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 211 AND `id_shop` = 1
0.068 ms 2 /src/Adapter/EntityMapper.php:79
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` = 162) LIMIT 1
0.068 ms 1 /src/Adapter/EntityMapper.php:71
713
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "ps_facetedsearch" LIMIT 1
0.068 ms 1 /classes/module/Module.php:2659
743
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "supercheckout" LIMIT 1
0.067 ms 0 /classes/module/Module.php:2659
116
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.067 ms 1 /classes/Country.php:194
143
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'SA' LIMIT 1
0.067 ms 1 /classes/Country.php:194
250
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 3893 LIMIT 1
0.067 ms 1 /classes/Pack.php:89
277
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 547001 LIMIT 1
0.067 ms 1 /classes/Pack.php:89
601
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 253 AND `id_shop` = 1
0.067 ms 2 /src/Adapter/EntityMapper.php:79
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` = 13) LIMIT 1
0.067 ms 1 /src/Adapter/EntityMapper.php:71
634
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 915 AND `id_shop` = 1
0.067 ms 2 /src/Adapter/EntityMapper.php:79
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` = 29) LIMIT 1
0.067 ms 1 /src/Adapter/EntityMapper.php:71
676
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 964 AND `id_shop` = 1
0.067 ms 2 /src/Adapter/EntityMapper.php:79
69
SELECT SQL_NO_CACHE * FROM `een_image_type`
0.066 ms 8 /classes/ImageType.php:161
655
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 938 AND `id_shop` = 1
0.066 ms 2 /src/Adapter/EntityMapper.php:79
509
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 3893
0.066 ms 1 /classes/Product.php:2902
118
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'EUR') LIMIT 1
0.065 ms 1 /classes/Currency.php:893
182
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 562398) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.065 ms 1 /classes/stock/StockAvailable.php:453
652
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 980 AND `id_shop` = 1
0.065 ms 2 /src/Adapter/EntityMapper.php:79
666
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.065 ms 1 /src/Adapter/EntityMapper.php:71
123
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.065 ms 1 /classes/Country.php:194
624
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 247 AND `id_shop` = 1
0.065 ms 2 /src/Adapter/EntityMapper.php:79
682
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 73 AND `id_shop` = 1
0.065 ms 2 /src/Adapter/EntityMapper.php:79
113
SELECT SQL_NO_CACHE id_feed
FROM `een_gmcp_feeds` ff
WHERE (ff.id_shop=1) LIMIT 1
0.064 ms 370 /modules/gmerchantcenterpro/models/Feeds.php:53
218
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1540313
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.064 ms 1 /classes/SpecificPrice.php:259
609
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 18 AND `id_shop` = 1
0.064 ms 2 /src/Adapter/EntityMapper.php:79
57
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.064 ms 0 /classes/module/Module.php:2659
60
SELECT SQL_NO_CACHE format
FROM `een_address_format`
WHERE `id_country` = 8 LIMIT 1
0.064 ms 1 /classes/AddressFormat.php:656
64
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM een_required_field
0.064 ms 1 /classes/ObjectModel.php:1592
130
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'MAD') LIMIT 1
0.064 ms 1 /classes/Currency.php:893
482
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 691488
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.064 ms 0 /classes/SpecificPrice.php:259
500
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 558474
0.064 ms 1 /classes/Product.php:2902
632
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 969 AND `id_shop` = 1
0.064 ms 2 /src/Adapter/EntityMapper.php:79
690
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 164 AND `id_shop` = 1
0.064 ms 2 /src/Adapter/EntityMapper.php:79
709
SELECT SQL_NO_CACHE `iso_code`
FROM `een_country`
WHERE `id_country` = 8 LIMIT 1
0.064 ms 1 /classes/Country.php:275
21
SELECT SQL_NO_CACHE * FROM `een_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.063 ms 1 /classes/module/Module.php:2041
125
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.063 ms 1 /classes/Country.php:194
283
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 258 LIMIT 1
0.063 ms 1 /classes/Product.php:5659
667
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 955 AND `id_shop` = 1
0.063 ms 2 /src/Adapter/EntityMapper.php:79
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.063 ms 1 /src/Adapter/EntityMapper.php:71
162
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 966 LIMIT 1
0.063 ms 1 /classes/Category.php:1378
614
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.063 ms 1 /src/Adapter/EntityMapper.php:71
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` = 247) LIMIT 1
0.063 ms 1 /src/Adapter/EntityMapper.php:71
686
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 165 AND `id_shop` = 1
0.063 ms 2 /src/Adapter/EntityMapper.php:79
17
SELECT SQL_NO_CACHE value FROM `een_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.062 ms 1 /classes/shop/Shop.php:1183
43
SELECT SQL_NO_CACHE `id_category`
FROM `een_category_shop`
WHERE `id_category` = 882
AND `id_shop` = 1 LIMIT 1
0.062 ms 1 /classes/Category.php:2450
215
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 259 LIMIT 1
0.062 ms 1 /classes/Category.php:1378
248
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 3893 AND id_shop=1 LIMIT 1
0.062 ms 1 /classes/Product.php:6876
489
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 691488) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.062 ms 1 /classes/stock/StockAvailable.php:453
617
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 226 AND `id_shop` = 1
0.062 ms 2 /src/Adapter/EntityMapper.php:79
630
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 221 AND `id_shop` = 1
0.062 ms 2 /src/Adapter/EntityMapper.php:79
659
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 940 AND `id_shop` = 1
0.062 ms 2 /src/Adapter/EntityMapper.php:79
718
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 75 AND `id_shop` = 1 LIMIT 1
0.062 ms 1 /classes/module/Module.php:2132
61
SELECT SQL_NO_CACHE `need_identification_number`
FROM `een_country`
WHERE `id_country` = 8 LIMIT 1
0.061 ms 1 /classes/Country.php:405
310
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 573973 LIMIT 1
0.061 ms 1 /classes/SpecificPrice.php:435
468
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 670763 LIMIT 1
0.061 ms 1 /classes/SpecificPrice.php:435
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` = 238) LIMIT 1
0.061 ms 1 /src/Adapter/EntityMapper.php:71
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` = 250) LIMIT 1
0.061 ms 1 /src/Adapter/EntityMapper.php:71
631
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.061 ms 1 /src/Adapter/EntityMapper.php:71
648
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 953 AND `id_shop` = 1
0.061 ms 2 /src/Adapter/EntityMapper.php:79
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` = 73) LIMIT 1
0.061 ms 1 /src/Adapter/EntityMapper.php:71
694
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 427 AND `id_shop` = 1
0.061 ms 2 /src/Adapter/EntityMapper.php:79
775
SELECT SQL_NO_CACHE data
FROM `een_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
0.061 ms 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
303
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 641171 LIMIT 1
0.060 ms 1 /classes/Pack.php:89
455
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 562622 LIMIT 1
0.060 ms 1 /classes/SpecificPrice.php:435
487
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 691488 LIMIT 1
0.060 ms 1 /classes/Pack.php:89
583
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 883 AND `id_shop` = 1
0.060 ms 2 /src/Adapter/EntityMapper.php:79
663
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 942 AND `id_shop` = 1
0.060 ms 2 /src/Adapter/EntityMapper.php:79
688
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 72 AND `id_shop` = 1
0.060 ms 2 /src/Adapter/EntityMapper.php:79
711
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 76 AND `id_shop` = 1 LIMIT 1
0.060 ms 1 /classes/module/Module.php:2132
324
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1539380 LIMIT 1
0.060 ms 2 /classes/SpecificPrice.php:435
494
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 562398
0.060 ms 1 /classes/Product.php:2902
665
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 952 AND `id_shop` = 1
0.060 ms 2 /src/Adapter/EntityMapper.php:79
67
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "gsnippetsreviews" LIMIT 1
0.059 ms 0 /classes/module/Module.php:2659
264
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 550060 LIMIT 1
0.059 ms 1 /classes/Pack.php:89
512
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 550060
0.059 ms 1 /classes/Product.php:2902
585
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
772
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 94 AND `id_shop` = 1 LIMIT 1
0.059 ms 1 /classes/module/Module.php:2132
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.059 ms 1 /src/Adapter/EntityMapper.php:71
56
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.059 ms 0 /classes/module/Module.php:2132
146
SELECT SQL_NO_CACHE *
FROM `een_country_lang`
WHERE `id_country` = 186
0.059 ms 2 /src/Adapter/EntityMapper.php:79
169
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE `to` BETWEEN '2026-05-06 00:00:00' AND '2026-05-06 23:59:59' LIMIT 1
0.059 ms 1 /classes/SpecificPrice.php:381
613
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 258 AND `id_shop` = 1
0.059 ms 2 /src/Adapter/EntityMapper.php:79
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` = 939) LIMIT 1
0.058 ms 1 /src/Adapter/EntityMapper.php:71
4
SELECT SQL_NO_CACHE *
FROM `een_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.058 ms 1 /src/Adapter/EntityMapper.php:71
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.058 ms 1 /src/Adapter/EntityMapper.php:71
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.058 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
128
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'MGA') LIMIT 1
0.058 ms 1 /classes/Currency.php:893
152
SELECT SQL_NO_CACHE `id_category`
FROM `een_category_shop`
WHERE `id_category` = 882
AND `id_shop` = 1 LIMIT 1
0.058 ms 1 /classes/Category.php:2450
244
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 3893 LIMIT 1
0.058 ms 2 /classes/SpecificPrice.php:435
285
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 543095
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.058 ms 0 /classes/SpecificPrice.php:259
481
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 691488 LIMIT 1
0.058 ms 1 /classes/SpecificPrice.php:435
518
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 543095
0.058 ms 1 /classes/Product.php:2902
615
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 15 AND `id_shop` = 1
0.058 ms 2 /src/Adapter/EntityMapper.php:79
644
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 950 AND `id_shop` = 1
0.058 ms 2 /src/Adapter/EntityMapper.php:79
664
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.058 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` = 72) LIMIT 1
0.058 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.057 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.057 ms 1 /src/Adapter/EntityMapper.php:71
168
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE `from` BETWEEN '2026-05-06 00:00:00' AND '2026-05-06 23:59:59' LIMIT 1
0.057 ms 1 /classes/SpecificPrice.php:377
173
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 562398 AND id_shop=1 LIMIT 1
0.057 ms 1 /classes/Product.php:6876
216
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 259 LIMIT 1
0.057 ms 1 /classes/Product.php:5659
279
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 547001) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.057 ms 1 /classes/stock/StockAvailable.php:453
338
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 4065 LIMIT 1
0.057 ms 2 /classes/SpecificPrice.php:435
485
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 691488 AND id_shop=1 LIMIT 1
0.057 ms 1 /classes/Product.php:6876
495
SELECT SQL_NO_CACHE state FROM een_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.057 ms 0 /classes/FeatureFlag.php:105
541
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 563364
0.057 ms 1 /classes/Product.php:2902
562
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 691488
0.057 ms 1 /classes/Product.php:2902
579
SELECT SQL_NO_CACHE `width`, `height`
FROM een_image_type
WHERE `name` = 'small_default' LIMIT 1
0.057 ms 1 /classes/Image.php:563
591
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 264 AND `id_shop` = 1
0.057 ms 2 /src/Adapter/EntityMapper.php:79
607
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 13 AND `id_shop` = 1
0.057 ms 2 /src/Adapter/EntityMapper.php:79
717
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitcountdown" LIMIT 1
0.057 ms 1 /classes/module/Module.php:2659
768
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "blockwishlist" LIMIT 1
0.057 ms 1 /classes/module/Module.php:2659
0
SELECT SQL_NO_CACHE * FROM een_memcached_servers
0.056 ms 1 /classes/cache/CacheMemcached.php:263
194
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1530659 AND id_shop=1 LIMIT 1
0.056 ms 1 /classes/Product.php:6876
275
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 547001 AND id_shop=1 LIMIT 1
0.056 ms 1 /classes/Product.php:6876
515
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 547001
0.056 ms 1 /classes/Product.php:2902
538
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1539890
0.056 ms 1 /classes/Product.php:2902
646
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 954 AND `id_shop` = 1
0.056 ms 2 /src/Adapter/EntityMapper.php:79
127
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.056 ms 1 /classes/Country.php:194
242
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 20 LIMIT 1
0.056 ms 1 /classes/Category.php:1378
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
166
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 562398 LIMIT 1
0.055 ms 1 /classes/SpecificPrice.php:435
177
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 562398 AND `id_group` = 1 LIMIT 1
0.055 ms 0 /classes/GroupReduction.php:156
197
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1530659 LIMIT 1
0.055 ms 1 /classes/Pack.php:90
203
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 558474 LIMIT 1
0.055 ms 1 /classes/SpecificPrice.php:435
238
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1540316) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.055 ms 1 /classes/stock/StockAvailable.php:453
257
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 258 LIMIT 1
0.055 ms 1 /classes/Product.php:5659
305
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 641171) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.055 ms 1 /classes/stock/StockAvailable.php:453
480
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.055 ms 1 /classes/Product.php:5659
674
SELECT SQL_NO_CACHE *
FROM `een_category_lang`
WHERE `id_category` = 265 AND `id_shop` = 1
0.055 ms 2 /src/Adapter/EntityMapper.php:79
181
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 562398 LIMIT 1
0.055 ms 1 /classes/Pack.php:90
270
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 258 LIMIT 1
0.055 ms 1 /classes/Product.php:5659
376
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.055 ms 1 /classes/Product.php:5659
117
SELECT SQL_NO_CACHE `name`
FROM `een_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 8 LIMIT 1
0.054 ms 1 /classes/Country.php:252
195
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1530659 AND `id_group` = 1 LIMIT 1
0.054 ms 0 /classes/GroupReduction.php:156
291
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 543095 LIMIT 1
0.054 ms 1 /classes/Pack.php:90
762
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "attributewizardpro" LIMIT 1
0.054 ms 0 /classes/module/Module.php:2659
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.054 ms 1 /src/Adapter/EntityMapper.php:71
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.054 ms 1 /classes/Category.php:1754
68
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "gremarketing" LIMIT 1
0.054 ms 0 /classes/module/Module.php:2659
249
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 3893 AND `id_group` = 1 LIMIT 1
0.054 ms 0 /classes/GroupReduction.php:156
428
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.054 ms 1 /classes/Product.php:5659
119
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.053 ms 1 /classes/Country.php:194
271
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 547001 LIMIT 1
0.053 ms 1 /classes/SpecificPrice.php:435
459
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 562622 AND id_shop=1 LIMIT 1
0.053 ms 1 /classes/Product.php:6876
474
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 670763 LIMIT 1
0.053 ms 1 /classes/Pack.php:89
476
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 670763) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.053 ms 1 /classes/stock/StockAvailable.php:453
535
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1539767
0.053 ms 1 /classes/Product.php:2902
134
SELECT SQL_NO_CACHE *
FROM `een_country_lang`
WHERE `id_country` = 19
0.053 ms 2 /src/Adapter/EntityMapper.php:79
191
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1530659
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.053 ms 0 /classes/SpecificPrice.php:259
262
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 550060 AND id_shop=1 LIMIT 1
0.053 ms 1 /classes/Product.php:6876
278
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 547001 LIMIT 1
0.053 ms 1 /classes/Pack.php:90
368
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1539767 AND id_shop=1 LIMIT 1
0.053 ms 1 /classes/Product.php:6876
415
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.053 ms 1 /classes/Product.php:5659
454
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.052 ms 1 /classes/Product.php:5659
8
SELECT SQL_NO_CACHE *
FROM `een_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.052 ms 1 /src/Adapter/EntityMapper.php:71
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
120
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'TND') LIMIT 1
0.052 ms 1 /classes/Currency.php:893
122
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (deleted = 0) AND (iso_code = 'DZD') LIMIT 1
0.052 ms 1 /classes/Currency.php:893
131
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'CH' LIMIT 1
0.052 ms 1 /classes/Country.php:194
187
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 19 LIMIT 1
0.052 ms 1 /classes/Product.php:5659
256
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 258 LIMIT 1
0.052 ms 1 /classes/Category.php:1378
357
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 15305 LIMIT 1
0.052 ms 1 /classes/Pack.php:89
394
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 563364 AND id_shop=1 LIMIT 1
0.052 ms 1 /classes/Product.php:6876
467
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.052 ms 1 /classes/Product.php:5659
521
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 641171
0.052 ms 1 /classes/Product.php:2902
532
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 15305
0.052 ms 1 /classes/Product.php:2902
402
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.051 ms 1 /classes/Product.php:5659
411
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 566085) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.051 ms 1 /classes/stock/StockAvailable.php:453
744
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.051 ms 0 /classes/module/Module.php:2132
377
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1539890 LIMIT 1
0.051 ms 2 /classes/SpecificPrice.php:435
469
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 670763
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.051 ms 0 /classes/SpecificPrice.php:259
34
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'US' LIMIT 1
0.050 ms 1 /classes/Country.php:194
36
SELECT SQL_NO_CACHE *
FROM `een_country_lang`
WHERE `id_country` = 21
0.050 ms 2 /src/Adapter/EntityMapper.php:79
135
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'CA' LIMIT 1
0.050 ms 1 /classes/Country.php:194
138
SELECT SQL_NO_CACHE *
FROM `een_country_lang`
WHERE `id_country` = 4
0.050 ms 2 /src/Adapter/EntityMapper.php:79
142
SELECT SQL_NO_CACHE *
FROM `een_country_lang`
WHERE `id_country` = 3
0.050 ms 2 /src/Adapter/EntityMapper.php:79
234
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1540316 AND id_shop=1 LIMIT 1
0.050 ms 1 /classes/Product.php:6876
251
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 3893 LIMIT 1
0.050 ms 1 /classes/Pack.php:90
266
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 550060) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.050 ms 1 /classes/stock/StockAvailable.php:453
292
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 543095) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.050 ms 1 /classes/stock/StockAvailable.php:453
336
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `een_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 253 LIMIT 1
0.050 ms 1 /classes/Category.php:1378
403
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 566085 LIMIT 1
0.050 ms 1 /classes/SpecificPrice.php:435
547
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 542499
0.050 ms 1 /classes/Product.php:2902
574
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 88 AND `id_shop` = 1 LIMIT 1
0.050 ms 1 /classes/module/Module.php:2132
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.050 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
121
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.050 ms 1 /classes/Country.php:194
245
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 3893
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.050 ms 1 /classes/SpecificPrice.php:259
297
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 641171 LIMIT 1
0.050 ms 1 /classes/SpecificPrice.php:435
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.049 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
139
SELECT SQL_NO_CACHE `id_country`
FROM `een_country`
WHERE `iso_code` = 'BE' LIMIT 1
0.049 ms 1 /classes/Country.php:194
328
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1539380 AND id_shop=1 LIMIT 1
0.049 ms 1 /classes/Product.php:6876
442
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 542010 LIMIT 1
0.049 ms 1 /classes/SpecificPrice.php:435
164
SELECT SQL_NO_CACHE `name`
FROM `een_manufacturer`
WHERE `id_manufacturer` = 11523
AND `active` = 1 LIMIT 1
0.049 ms 0 /classes/Manufacturer.php:316
236
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1540316 LIMIT 1
0.049 ms 1 /classes/Pack.php:89
351
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 15305 LIMIT 1
0.049 ms 2 /classes/SpecificPrice.php:435
364
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1539767 LIMIT 1
0.049 ms 2 /classes/SpecificPrice.php:435
441
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.049 ms 1 /classes/Product.php:5659
524
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 573973
0.049 ms 1 /classes/Product.php:2902
526
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 1539380
0.049 ms 1 /classes/Product.php:2902
529
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `een_product_attribute`
WHERE `id_product` = 4065
0.049 ms 1 /classes/Product.php:2902
10
SELECT SQL_NO_CACHE id_shop
FROM `een_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.048 ms 1 /classes/ObjectModel.php:1729
41
SELECT SQL_NO_CACHE *
FROM `een_group_lang`
WHERE `id_group` = 1
0.048 ms 2 /src/Adapter/EntityMapper.php:79
225
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1540313) 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
276
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 547001 AND `id_group` = 1 LIMIT 1
0.048 ms 0 /classes/GroupReduction.php:156
359
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 15305) 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
416
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 542499 LIMIT 1
0.048 ms 1 /classes/SpecificPrice.php:435
488
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 691488 LIMIT 1
0.048 ms 1 /classes/Pack.php:90
325
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1539380
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.048 ms 1 /classes/SpecificPrice.php:259
342
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 4065 AND id_shop=1 LIMIT 1
0.048 ms 1 /classes/Product.php:6876
390
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 563364 LIMIT 1
0.048 ms 1 /classes/SpecificPrice.php:435
429
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 548257 LIMIT 1
0.048 ms 1 /classes/SpecificPrice.php:435
435
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 548257 LIMIT 1
0.048 ms 1 /classes/Pack.php:89
463
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 562622) 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
577
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitmegamenu" LIMIT 1
0.048 ms 1 /classes/module/Module.php:2659
714
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 67 AND `id_shop` = 1 LIMIT 1
0.048 ms 1 /classes/module/Module.php:2132
243
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 20 LIMIT 1
0.047 ms 1 /classes/Product.php:5659
420
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 542499 AND id_shop=1 LIMIT 1
0.047 ms 1 /classes/Product.php:6876
716
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 109 AND `id_shop` = 1 LIMIT 1
0.047 ms 1 /classes/module/Module.php:2132
38
SELECT SQL_NO_CACHE *
FROM `een_currency_lang`
WHERE `id_currency` = 1
0.047 ms 2 /src/Adapter/EntityMapper.php:79
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.047 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
132
SELECT SQL_NO_CACHE `name`
FROM `een_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 19 LIMIT 1
0.047 ms 1 /classes/Country.php:252
140
SELECT SQL_NO_CACHE `name`
FROM `een_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 3 LIMIT 1
0.047 ms 1 /classes/Country.php:252
223
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1540313 LIMIT 1
0.047 ms 1 /classes/Pack.php:89
230
SELECT SQL_NO_CACHE 1 FROM `een_specific_price` WHERE id_product = 1540316 LIMIT 1
0.047 ms 2 /classes/SpecificPrice.php:435
309
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 258 LIMIT 1
0.047 ms 1 /classes/Product.php:5659
396
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 563364 LIMIT 1
0.047 ms 1 /classes/Pack.php:89
472
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 670763 AND id_shop=1 LIMIT 1
0.047 ms 1 /classes/Product.php:6876
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.046 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
202
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 19 LIMIT 1
0.046 ms 1 /classes/Product.php:5659
259
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 550060
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.046 ms 0 /classes/SpecificPrice.php:259
288
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 543095 AND id_shop=1 LIMIT 1
0.046 ms 1 /classes/Product.php:6876
290
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 543095 LIMIT 1
0.046 ms 1 /classes/Pack.php:89
301
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 641171 AND id_shop=1 LIMIT 1
0.046 ms 1 /classes/Product.php:6876
322
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 20 LIMIT 1
0.046 ms 1 /classes/Product.php:5659
350
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.046 ms 1 /classes/Product.php:5659
358
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 15305 LIMIT 1
0.046 ms 1 /classes/Pack.php:90
381
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1539890 AND id_shop=1 LIMIT 1
0.046 ms 1 /classes/Product.php:6876
397
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 563364 LIMIT 1
0.046 ms 1 /classes/Pack.php:90
398
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 563364) 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
407
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 566085 AND id_shop=1 LIMIT 1
0.046 ms 1 /classes/Product.php:6876
475
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 670763 LIMIT 1
0.046 ms 1 /classes/Pack.php:90
769
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 3 AND `id_shop` = 1 LIMIT 1
0.046 ms 0 /classes/module/Module.php:2132
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.045 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.045 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
144
SELECT SQL_NO_CACHE `name`
FROM `een_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 186 LIMIT 1
0.045 ms 1 /classes/Country.php:252
163
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 966 LIMIT 1
0.045 ms 1 /classes/Product.php:5659
170
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 562398
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.045 ms 0 /classes/SpecificPrice.php:259
404
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 566085
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.045 ms 0 /classes/SpecificPrice.php:259
204
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 558474
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.044 ms 0 /classes/SpecificPrice.php:259
211
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 558474) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
221
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 1540313 AND id_shop=1 LIMIT 1
0.044 ms 1 /classes/Product.php:6876
229
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 259 LIMIT 1
0.044 ms 1 /classes/Product.php:5659
296
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 258 LIMIT 1
0.044 ms 1 /classes/Product.php:5659
332
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1539380) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
346
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 4065) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
461
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 562622 LIMIT 1
0.044 ms 1 /classes/Pack.php:89
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.044 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.044 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
209
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 558474 LIMIT 1
0.044 ms 1 /classes/Pack.php:89
355
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 15305 AND id_shop=1 LIMIT 1
0.044 ms 1 /classes/Product.php:6876
363
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.044 ms 1 /classes/Product.php:5659
372
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1539767) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
385
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 1539890) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
389
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.044 ms 1 /classes/Product.php:5659
424
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 542499) 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
437
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 548257) 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
446
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 542010 AND id_shop=1 LIMIT 1
0.044 ms 1 /classes/Product.php:6876
473
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 670763 AND `id_group` = 1 LIMIT 1
0.044 ms 0 /classes/GroupReduction.php:156
31
SELECT SQL_NO_CACHE c.id_currency
FROM `een_currency` c
WHERE (iso_code = 'GBP') LIMIT 1
0.043 ms 1 /classes/Currency.php:893
237
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1540316 LIMIT 1
0.043 ms 1 /classes/Pack.php:90
370
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1539767 LIMIT 1
0.043 ms 1 /classes/Pack.php:89
752
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.043 ms 0 /classes/module/Module.php:2132
754
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.043 ms 0 /classes/module/Module.php:2132
207
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 558474 AND id_shop=1 LIMIT 1
0.043 ms 1 /classes/Product.php:6876
304
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 641171 LIMIT 1
0.043 ms 1 /classes/Pack.php:90
318
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 573973) 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
330
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1539380 LIMIT 1
0.043 ms 1 /classes/Pack.php:89
344
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 4065 LIMIT 1
0.043 ms 1 /classes/Pack.php:89
450
SELECT SQL_NO_CACHE SUM(quantity)
FROM `een_stock_available`
WHERE (id_product = 542010) 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
575
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "iqitcompare" LIMIT 1
0.043 ms 1 /classes/module/Module.php:2659
764
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "cdesigner" LIMIT 1
0.043 ms 0 /classes/module/Module.php:2659
767
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.043 ms 0 /classes/module/Module.php:2132
486
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 691488 AND `id_group` = 1 LIMIT 1
0.042 ms 0 /classes/GroupReduction.php:156
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.042 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.042 ms 1 /classes/Country.php:252
178
SELECT SQL_NO_CACHE `reduction`
FROM `een_group`
WHERE `id_group` = 1 LIMIT 1
0.042 ms 1 /classes/Group.php:154
272
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 547001
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.042 ms 0 /classes/SpecificPrice.php:259
314
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 573973 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
316
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 573973 LIMIT 1
0.042 ms 1 /classes/Pack.php:89
383
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 1539890 LIMIT 1
0.042 ms 1 /classes/Pack.php:89
409
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 566085 LIMIT 1
0.042 ms 1 /classes/Pack.php:89
433
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `een_product_shop`
WHERE `id_product` = 548257 AND id_shop=1 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
751
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "thecheckout" LIMIT 1
0.042 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.041 ms 2 /classes/Language.php:883
58
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.041 ms 0 /classes/module/Module.php:2132
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.041 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.041 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.041 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.041 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
231
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1540316
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.041 ms 1 /classes/SpecificPrice.php:259
265
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 550060 LIMIT 1
0.041 ms 1 /classes/Pack.php:90
311
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 573973
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.041 ms 0 /classes/SpecificPrice.php:259
410
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 566085 LIMIT 1
0.041 ms 1 /classes/Pack.php:90
422
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 542499 LIMIT 1
0.041 ms 1 /classes/Pack.php:89
765
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.041 ms 0 /classes/module/Module.php:2132
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.040 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
337
SELECT SQL_NO_CACHE name FROM een_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.040 ms 1 /classes/Product.php:5659
352
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 15305
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.040 ms 1 /classes/SpecificPrice.php:259
448
SELECT SQL_NO_CACHE COUNT(*) FROM `een_pack` WHERE id_product_pack = 542010 LIMIT 1
0.040 ms 1 /classes/Pack.php:89
460
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 562622 AND `id_group` = 1 LIMIT 1
0.040 ms 0 /classes/GroupReduction.php:156
745
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "onepagecheckout" LIMIT 1
0.040 ms 0 /classes/module/Module.php:2659
750
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.040 ms 0 /classes/module/Module.php:2132
224
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1540313 LIMIT 1
0.039 ms 1 /classes/Pack.php:90
365
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1539767
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.039 ms 0 /classes/SpecificPrice.php:259
436
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 548257 LIMIT 1
0.039 ms 1 /classes/Pack.php:90
748
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.039 ms 0 /classes/module/Module.php:2132
749
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "steasycheckout" LIMIT 1
0.039 ms 0 /classes/module/Module.php:2659
755
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "pwpaysoncheckout" LIMIT 1
0.039 ms 0 /classes/module/Module.php:2659
763
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.039 ms 0 /classes/module/Module.php:2132
30
SELECT SQL_NO_CACHE `id_lang` FROM `een_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.038 ms 2 /classes/Language.php:883
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.038 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
339
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 4065
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.038 ms 0 /classes/SpecificPrice.php:259
345
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 4065 LIMIT 1
0.038 ms 1 /classes/Pack.php:90
746
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.038 ms 0 /classes/module/Module.php:2132
747
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "onepagecheckoutps" LIMIT 1
0.038 ms 0 /classes/module/Module.php:2659
39
SELECT SQL_NO_CACHE id_shop
FROM `een_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.038 ms 1 /classes/ObjectModel.php:1729
42
SELECT SQL_NO_CACHE id_shop
FROM `een_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.038 ms 1 /classes/ObjectModel.php:1729
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.038 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.038 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
395
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 563364 AND `id_group` = 1 LIMIT 1
0.038 ms 0 /classes/GroupReduction.php:156
456
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 562622
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.038 ms 0 /classes/SpecificPrice.php:259
753
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "idxropc" LIMIT 1
0.038 ms 0 /classes/module/Module.php:2659
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.037 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.037 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
208
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 558474 AND `id_group` = 1 LIMIT 1
0.037 ms 0 /classes/GroupReduction.php:156
222
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1540313 AND `id_group` = 1 LIMIT 1
0.037 ms 0 /classes/GroupReduction.php:156
289
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 543095 AND `id_group` = 1 LIMIT 1
0.037 ms 0 /classes/GroupReduction.php:156
298
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 641171
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.037 ms 0 /classes/SpecificPrice.php:259
315
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 573973 AND `id_group` = 1 LIMIT 1
0.037 ms 0 /classes/GroupReduction.php:156
371
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1539767 LIMIT 1
0.037 ms 1 /classes/Pack.php:90
378
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 1539890
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.037 ms 0 /classes/SpecificPrice.php:259
462
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 562622 LIMIT 1
0.037 ms 1 /classes/Pack.php:90
756
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.037 ms 0 /classes/module/Module.php:2132
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.036 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
88
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_brands` (`id_tag` int(11) NOT NULL, `id_brand` int(11) NOT NULL, UNIQUE KEY `tag_brand` (`id_tag`,`id_brand`)) ENGINE=MyISAM DEFAULT CHARSET=utf8;
0.036 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
210
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 558474 LIMIT 1
0.036 ms 1 /classes/Pack.php:90
317
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 573973 LIMIT 1
0.036 ms 1 /classes/Pack.php:90
331
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1539380 LIMIT 1
0.036 ms 1 /classes/Pack.php:90
369
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1539767 AND `id_group` = 1 LIMIT 1
0.036 ms 0 /classes/GroupReduction.php:156
391
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 563364
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.036 ms 0 /classes/SpecificPrice.php:259
417
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 542499
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.036 ms 0 /classes/SpecificPrice.php:259
430
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 548257
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.036 ms 0 /classes/SpecificPrice.php:259
443
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `een_specific_price_priority`
WHERE `id_product` = 542010
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.036 ms 0 /classes/SpecificPrice.php:259
766
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "configurator" LIMIT 1
0.036 ms 0 /classes/module/Module.php:2659
384
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 1539890 LIMIT 1
0.036 ms 1 /classes/Pack.php:90
80
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_dynamic_last_product_not_ordered` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `last_product_ordered` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8;
0.035 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
235
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1540316 AND `id_group` = 1 LIMIT 1
0.035 ms 0 /classes/GroupReduction.php:156
263
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 550060 AND `id_group` = 1 LIMIT 1
0.035 ms 0 /classes/GroupReduction.php:156
449
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 542010 LIMIT 1
0.035 ms 1 /classes/Pack.php:90
423
SELECT SQL_NO_CACHE product_type FROM `een_product` WHERE id_product = 542499 LIMIT 1
0.035 ms 1 /classes/Pack.php:90
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.034 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
382
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1539890 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:156
578
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 80 AND `id_shop` = 1 LIMIT 1
0.034 ms 1 /classes/module/Module.php:2132
302
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 641171 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:156
329
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 1539380 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:156
408
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 566085 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:156
576
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 71 AND `id_shop` = 1 LIMIT 1
0.034 ms 1 /classes/module/Module.php:2132
757
SELECT SQL_NO_CACHE `id_module` FROM `een_module` WHERE `name` = "easycheckout" LIMIT 1
0.034 ms 0 /classes/module/Module.php:2659
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.033 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
434
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 548257 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
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.033 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
356
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 15305 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
421
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 542499 AND `id_group` = 1 LIMIT 1
0.033 ms 0 /classes/GroupReduction.php:156
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.032 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
77
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_dynamic_promotion` (`id_tag` int(11) NOT NULL,`start_date` DATETIME, `end_date` DATETIME, `id_product` CHAR(255), UNIQUE KEY `promotion` (`id_tag`, `id_product`)) ENGINE=InnoDB DEFAULT CHARSET=utf8;
0.032 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
343
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 4065 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
447
SELECT SQL_NO_CACHE `reduction`
FROM `een_product_group_reduction_cache`
WHERE `id_product` = 542010 AND `id_group` = 1 LIMIT 1
0.032 ms 0 /classes/GroupReduction.php:156
70
BEGIN
0.031 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:81
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.031 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
758
SELECT SQL_NO_CACHE `id_module` FROM `een_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.030 ms 0 /classes/module/Module.php:2132
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.029 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.028 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.028 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
91
CREATE TABLE IF NOT EXISTS `een_gmcp_tags_suppliers` (`id_tag` int(11) NOT NULL, `id_supplier` int(11) NOT NULL, UNIQUE KEY `tag_supplier` (`id_tag`,`id_supplier`)) ENGINE=MyISAM DEFAULT CHARSET=utf8;
0.026 ms 1 /modules/gmerchantcenterpro/lib/install/installSql.php:78
107
COMMIT
0.024 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:107
112
COMMIT
0.024 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:155
108
BEGIN
0.021 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 `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 *
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 image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            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;
23 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
6 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
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 `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

114 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
31 module
27 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 iqit_elementor_category
2 cart_rule_lang
2 order_detail
1 memcached_servers
1 configuration_lang
1 module_group
1 meta
1 meta_lang
1 hook_module_exceptions
1 group_lang
1 address_format
1 required_field
1 gmcp_discount_association
1 gmcp_tags
1 layered_category
1 layered_indexable_feature
1 layered_indexable_feature_lang_value
1 feature_value
1 layered_indexable_feature_value_lang_value
1 product_sale
1 layered_filter_block
1 feature_flag
1 order_cart_rule
1 iqitmegamenu_tabs_shop
1 iqitmegamenu_tabs
1 iqitmegamenu_tabs_lang
1 iqit_elementor_category_shop
1 connections
1 ganalytics_data

ObjectModel instances

Name Instances Source
Category 76 /controllers/front/listing/CategoryController.php:78 (__construct) [id: 882]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 253]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 259]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 966]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 13]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 18]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 114]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 258]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 15]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 226]
/classes/Meta.php:380 (__construct) [id: 882]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct) [id: 882]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 883]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 238]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 261]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 245]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 264]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 885]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 270]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 154]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 882]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 253]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 259]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 966]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 13]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 18]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 114]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 258]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 15]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 226]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 884]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 286]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 247]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 250]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 124]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 221]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 969]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 915]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 951]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 960]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 956]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 950]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 954]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 953]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 947]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 980]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 938]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 939]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 940]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 941]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 942]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 952]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 955]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 959]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 29]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 265]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 964]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 211]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 73]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 162]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 165]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 72]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 164]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 166]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 427]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 149]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 375]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 157]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 159]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 378]
/classes/Link.php:402 (__construct) [id: 882]
/modules/facebookconversiontrackingplus/facebookconversiontrackingplus.php:3085 (__construct) [id: 882]
/classes/Link.php:402 (__construct) [id: 882]
/modules/facebookconversiontrackingplus/classes/ConversionApi.php:518 (__construct) [id: 882]
Product 28 /classes/Link.php:113 (__construct) [id: 1530659]
/classes/Link.php:113 (__construct) [id: 1539380]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 562398]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1530659]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 558474]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1540313]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1540316]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3893]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 550060]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 547001]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 543095]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 641171]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 573973]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1539380]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4065]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 15305]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1539767]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1539890]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 563364]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 566085]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 542499]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 548257]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 542010]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 562622]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 670763]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 691488]
/classes/Link.php:113 (__construct) [id: 1530659]
/classes/Link.php:113 (__construct) [id: 1539380]
Country 17 /config/config.inc.php:146 (__construct) [id: 8]
/classes/controller/FrontController.php:946 (__construct) [id: 21]
/classes/AddressFormat.php:404 (__construct) [id: 8]
/classes/controller/FrontController.php:1779 (__construct) [id: 8]
/modules/gmerchantcenterpro/lib/moduleTools.php:208 (__construct) [id: 8]
/modules/gmerchantcenterpro/lib/moduleTools.php:208 (__construct) [id: 8]
/modules/gmerchantcenterpro/lib/moduleTools.php:208 (__construct) [id: 8]
/modules/gmerchantcenterpro/lib/moduleTools.php:208 (__construct) [id: 8]
/modules/gmerchantcenterpro/lib/moduleTools.php:208 (__construct) [id: 8]
/modules/gmerchantcenterpro/lib/moduleTools.php:208 (__construct) [id: 8]
/modules/gmerchantcenterpro/lib/moduleTools.php:208 (__construct) [id: 8]
/modules/gmerchantcenterpro/lib/moduleTools.php:208 (__construct) [id: 19]
/modules/gmerchantcenterpro/lib/moduleTools.php:208 (__construct) [id: 4]
/modules/gmerchantcenterpro/lib/moduleTools.php:208 (__construct) [id: 3]
/modules/gmerchantcenterpro/lib/moduleTools.php:208 (__construct) [id: 186]
/modules/paypal/paypal.php:363 (__construct) [id: 8]
/modules/paypal/classes/AbstractMethodPaypal.php:86 (__construct) [id: 8]
Language 13 /config/config.inc.php:211 (__construct) [id: 1]
/classes/Tools.php:560 (__construct) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:203 (__construct) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:203 (__construct) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:203 (__construct) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:203 (__construct) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:203 (__construct) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:203 (__construct) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:203 (__construct) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:203 (__construct) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:203 (__construct) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:203 (__construct) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:203 (__construct) [id: 1]
Currency 11 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 2]
/classes/Tools.php:690 (getCurrencyInstance) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:213 (__construct) [id: 1]
/modules/gmerchantcenterpro/lib/moduleTools.php:213 (__construct) [id: 0]
/modules/gmerchantcenterpro/lib/moduleTools.php:213 (__construct) [id: 0]
/modules/gmerchantcenterpro/lib/moduleTools.php:213 (__construct) [id: 0]
/modules/gmerchantcenterpro/lib/moduleTools.php:213 (__construct) [id: 0]
/modules/gmerchantcenterpro/lib/moduleTools.php:213 (__construct) [id: 0]
/modules/gmerchantcenterpro/lib/moduleTools.php:213 (__construct) [id: 0]
/modules/gmerchantcenterpro/lib/moduleTools.php:213 (__construct) [id: 1]
Address 4 /classes/shop/Shop.php:486 (__construct) [id: ]
/classes/Product.php:3694 (initialize) [id: ]
/classes/Product.php:3804 (__construct) [id: ]
/classes/Product.php:5964 (__construct) [id: ]
Cart 2 /classes/controller/FrontController.php:467 (__construct) [id: ]
/classes/controller/FrontController.php:541 (__construct) [id: ]
Shop 1 /config/config.inc.php:117 (initialize) [id: 1]
IqitElementorCategory 1 /modules/iqitelementor/iqitelementor.php:853 (isJustElementor) [id: ]
State 1 /classes/controller/FrontController.php:1778 (__construct) [id: 0]
AddressFormat 1 /classes/controller/FrontController.php:1773 (generateAddress) [id: ]
Group 1 /classes/Cart.php:249 (getCurrent) [id: 1]
Risk 1 /classes/controller/FrontController.php:1705 (__construct) [id: ]
Gender 1 /classes/controller/FrontController.php:1702 (__construct) [id: 0]
Customer 1 /config/config.inc.php:264 (__construct) [id: ]
ShopGroup 1 /classes/shop/Shop.php:561 (__construct) [id: 1]
ConnectionsSource 1 /modules/statsdata/statsdata.php:119 (logHttpReferer) [id: ]

Included Files

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