Groupe mécanique

Groupe mécanique
Load Time 5338 ms
Querying Time 3829 ms
Queries 3633
Memory Peak Usage 75.5 Mb
Included Files 1081 files - 13.88 Mb
PrestaShop Cache - Mb
Global vars 1.48 Mb
PrestaShop Version 1.7.8.8
PHP Version 7.3.33
MySQL Version 8.0.41-32
Memory Limit 1024M
Max Execution Time 165s
Smarty Cache enabled
Smarty Compilation auto
  Time Cumulated Time Memory Usage Memory Peak Usage
config 20 ms 20 ms 4.61 Mb 4.7 Mb
__construct 0 ms 20 ms - Mb 4.7 Mb
init 52 ms 72 ms 1.76 Mb 6.5 Mb
checkAccess 0 ms 72 ms - Mb 6.5 Mb
setMedia 11 ms 83 ms 0.74 Mb 7.2 Mb
postProcess 0 ms 83 ms - Mb 7.2 Mb
initHeader 0 ms 83 ms - Mb 7.2 Mb
initContent 3185 ms 3267 ms 44.17 Mb 53.8 Mb
initFooter 0 ms 3267 ms - Mb 53.8 Mb
display 2070 ms 5338 ms 22.57 Mb 75.5 Mb
Hook Time Memory Usage
IsJustElementor 16 ms 0.02 Mb
DisplayHeader 14 ms 0.55 Mb
displayFooter 9 ms 0.29 Mb
Header 7 ms 0.17 Mb
displayVerticalMenu 4 ms 0.19 Mb
displayNav1 3 ms 0.04 Mb
displayNav2 3 ms 0.08 Mb
DisplayGDPRConsent 3 ms 0.12 Mb
DisplayFooter 2 ms 0.04 Mb
renderWidget 1 ms 0.27 Mb
displayAfterBreadcrumb 1 ms 0.04 Mb
ActionFrontControllerSetMedia 1 ms 0.15 Mb
DisplayTop 1 ms 0.03 Mb
DisplayNav2 1 ms 0.02 Mb
DisplayBeforeBodyClosingTag 1 ms 0.04 Mb
ProductSearchProvider 0 ms 0.01 Mb
ActionOutputHTMLBefore 0 ms - Mb
OverrideLayoutTemplate 0 ms - Mb
ModuleRoutes 0 ms 0.01 Mb
ActionDispatcherBefore 0 ms - Mb
ActionDispatcher 0 ms - Mb
ActionProductSearchAfter 0 ms - Mb
22 hook(s) 68 ms 2.06 Mb
Module Time Memory Usage
ph_simpleblog 9 ms 0.29 Mb
ets_contactform7 7 ms 0.37 Mb
colissimo 4 ms 0.43 Mb
ps_mbo 2 ms 0.19 Mb
iqitthemeeditor 16 ms 0.10 Mb
ps_emailsubscription 11 ms 0.35 Mb
ps_checkout 8 ms 0.45 Mb
ps_facebook 12 ms 0.35 Mb
paybox 1 ms 0.21 Mb
ps_emailalerts 0 ms 0.05 Mb
ps_shoppingcart 0 ms 0.02 Mb
ps_accounts 0 ms - Mb
psxmarketingwithgoogle 0 ms 0.03 Mb
revsliderprestashop 2 ms 0.80 Mb
iqitcontactpage 5 ms 0.08 Mb
iqitcountdown 0 ms 0.05 Mb
iqitsociallogin 0 ms 0.02 Mb
iqitfreedeliverycount 0 ms 0.02 Mb
iqitmegamenu 4 ms 0.24 Mb
iqitsizecharts 0 ms 0.04 Mb
iqitextendedproduct 0 ms 0.11 Mb
iqitelementor 17 ms 0.10 Mb
presta_tarteaucitron 0 ms 0.03 Mb
ps_facetedsearch 2 ms 0.32 Mb
iqitlinksmanager 3 ms 0.13 Mb
ps_languageselector 2 ms 0.06 Mb
ps_currencyselector 1 ms 0.06 Mb
iqitsearch 0 ms 0.02 Mb
ps_customersignin 0 ms 0.02 Mb
iqitproductsnav 2 ms 0.05 Mb
psgdpr 3 ms 0.16 Mb
statsdata 1 ms 0.06 Mb
32 module(s) 115 ms 5.23 Mb

Stopwatch SQL - 3633 queries

Query Time (ms) Rows Filesort Group By Location
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, cp.position FROM tm_product p LEFT JOIN tm_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tm_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tm_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 tm_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tm_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tm_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tm_category_group cg ON (cg.id_category = c.id_category) INNER JOIN tm_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (6, 4, 17, 20, 10, 24) AND c.nleft>=3 AND c.nright<=406 AND ps.id_shop='1' GROUP BY p.id_product) p INNER JOIN tm_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC LIMIT 0, 99999
36938 ms 35808 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM tm_product p LEFT JOIN tm_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tm_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tm_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 tm_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tm_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tm_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tm_category_group cg ON (cg.id_category = c.id_category) INNER JOIN tm_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (6, 4, 17, 20, 10, 24) AND c.nleft>=3 AND c.nright<=406 AND ps.id_shop='1' GROUP BY p.id_product) p
32519 ms 8952 /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1888) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
24710 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2816) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
19622 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE c.id_elementor FROM tm_iqit_elementor_category c WHERE c.id_category = 60 LIMIT 1
15792 ms 1 /modules/iqitelementor/src/IqitElementorCategory.php:87
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `tm_module` m
LEFT JOIN `tm_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
15445 ms 99 /classes/module/Module.php:340
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2829) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
11982 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `tm_module` m
INNER JOIN tm_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 `tm_module_shop` `ms` ON ms.`id_module` = m.`id_module`
INNER JOIN `tm_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `tm_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `tm_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`
10584 ms 1485 Yes Yes /classes/Hook.php:1183
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2911) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
10480 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2653 AND `id_group` = 1 LIMIT 1
8767 ms 0 /classes/GroupReduction.php:156
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 `tm_configuration` c
LEFT JOIN `tm_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
8014 ms 1382 /classes/Configuration.php:160
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2654) AND (b.`id_shop` = 1) LIMIT 1
8010 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2258) AND (b.`id_shop` = 1) LIMIT 1
7559 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2925
ORDER BY f.position ASC
7499 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE 1 FROM tm_cart_product cp INNER JOIN tm_product p
ON (p.id_product = cp.id_product) INNER JOIN tm_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1
7255 ms 1 /classes/Cart.php:4218
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2796) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
7250 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM tm_required_field
6830 ms 1 /classes/ObjectModel.php:1510
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `tm_module` m
INNER JOIN tm_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 `tm_module_shop` `ms` ON ms.`id_module` = m.`id_module`
INNER JOIN `tm_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `tm_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `tm_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`
6748 ms 1485 Yes Yes /classes/Hook.php:1183
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2613) AND (b.`id_shop` = 1) LIMIT 1
5936 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2851) AND (b.`id_shop` = 1) LIMIT 1
5672 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2208
LIMIT 1
5422 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_category` a0
LEFT JOIN `tm_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 3) AND (a0.`nright` > 406) AND (a1.`id_lang` = 1)
ORDER BY a0.`nleft` asc
5415 ms 2 /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2030
LIMIT 1
5335 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tm_category` c
LEFT JOIN `tm_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `name` = 'K 6 cyl : K 1600'
AND c.`id_category` != 2
AND c.`id_parent` = 60 LIMIT 1
5296 ms 15 /classes/Category.php:1490
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
4676 ms 1 /classes/order/Order.php:1203
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2057) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
4585 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2032) AND (b.`id_shop` = 1) LIMIT 1
4556 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2612)
4506 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `tm_country` c  INNER JOIN tm_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1)
LEFT JOIN `tm_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 1)
LEFT JOIN `tm_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1
ORDER BY cl.name ASC
4441 ms 241 Yes /classes/Country.php:147
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `tm_meta` m
LEFT JOIN `tm_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
4409 ms 60 Yes /classes/Dispatcher.php:650
SELECT SQL_NO_CACHE `name`, `active`, `position`
FROM `tm_pscheckout_funding_source`
WHERE `id_shop` = 1
4393 ms 1 /modules/ps_checkout/src/FundingSource/FundingSourceConfigurationRepository.php:85
SELECT SQL_NO_CACHE name, alias FROM `tm_hook_alias`
4355 ms 88 /classes/Hook.php:353
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2896) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
4262 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_feature` f  INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `tm_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `tm_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `tm_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
4211 ms 6 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2223) AND (b.`id_shop` = 1) LIMIT 1
4121 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 61 AND `id_shop` = 1 LIMIT 1
4112 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE format
FROM `tm_address_format`
WHERE `id_country` = 8 LIMIT 1
4088 ms 1 /classes/AddressFormat.php:672
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2003) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
4052 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_hook_module` hm
STRAIGHT_JOIN `tm_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `tm_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
4017 ms 498 /classes/Hook.php:504
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `tm_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `tm_hook_alias` ha
INNER JOIN `tm_hook` h ON ha.name = h.name
3987 ms 0 /classes/Hook.php:1243
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2060
LIMIT 1
3975 ms 1 /classes/ProductAssembler.php:106
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1850) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
3953 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2025
ORDER BY f.position ASC
3861 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `tm_module` m
LEFT JOIN `tm_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
3853 ms 99 /classes/module/Module.php:340
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2583)
3823 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2925
LIMIT 1
3805 ms 1 /classes/ProductAssembler.php:106
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1852) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
3713 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2924
LIMIT 1
3679 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE `iso_code`
FROM `tm_country`
WHERE `id_country` = 8 LIMIT 1
3623 ms 1 /classes/Country.php:274
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "ps_facebook" LIMIT 1
3614 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2025
3609 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2925
3596 ms 1 /classes/Product.php:2885
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2229) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
3574 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2924)
3564 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE value FROM `tm_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
3529 ms 1 /classes/shop/Shop.php:1171
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2241) AND (b.`id_shop` = 1) LIMIT 1
3500 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2953) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
3490 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2925 AND id_shop=1 LIMIT 1
3428 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE *
FROM `tm_country_lang`
WHERE `id_country` = 8
3409 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
3356 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2961) AND (b.`id_shop` = 1) LIMIT 1
3293 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2058) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
3279 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2060
ORDER BY `position`
3268 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1870) AND (b.`id_shop` = 1) LIMIT 1
3260 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1996
ORDER BY `position`
3245 ms 1 Yes /classes/Product.php:3523
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1970) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
3242 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_group_lang`
WHERE `id_group` = 1
3190 ms 1 /src/Adapter/EntityMapper.php:84
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1838) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
3169 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1837) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
3116 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2611) AND (b.`id_shop` = 1) LIMIT 1
3107 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1948) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
3105 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2613) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
3105 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `name`
FROM `tm_hook`
WHERE `id_hook` = 746 LIMIT 1
3077 ms 1 /classes/Hook.php: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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1979 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1979 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
3075 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1998) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
3066 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE lower(name) as name
FROM `tm_hook` h
WHERE (h.active = 1)
2979 ms 884 /classes/Hook.php:1283
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2826
LIMIT 1
2951 ms 1 /classes/ProductAssembler.php:106
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2258) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2945 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `tm_hook`
2916 ms 884 /classes/Hook.php:1243
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2963) AND (b.`id_shop` = 1) LIMIT 1
2871 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2047) AND (b.`id_shop` = 1) LIMIT 1
2839 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1996) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2826 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2917
ORDER BY f.position ASC
2774 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
2731 ms 0 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2913
LIMIT 1
2703 ms 1 /classes/ProductAssembler.php:106
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2057 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2057 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2689 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2955) AND (b.`id_shop` = 1) LIMIT 1
2682 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2734) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2671 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1852
LIMIT 1
2669 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2025
ORDER BY `position`
2652 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2178) AND (b.`id_shop` = 1) LIMIT 1
2617 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2231) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2603 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2050) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2587 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE data FROM tm_layered_filter_block WHERE hash="f89a2735a1392025c29d55cf2b19c244" LIMIT 1
2587 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:168
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2924) AND (b.`id_shop` = 1) LIMIT 1
2560 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 60) AND (b.`id_shop` = 1) LIMIT 1
2559 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2722) AND (b.`id_shop` = 1) LIMIT 1
2548 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1836)
2542 ms 1 /classes/Product.php:3835
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2004) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2542 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 60) LIMIT 1
2535 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `need_identification_number`
FROM `tm_country`
WHERE `id_country` = 8 LIMIT 1
2527 ms 1 /classes/Country.php:401
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `tm_module` m
LEFT JOIN `tm_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
2507 ms 99 /classes/module/Module.php:340
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `tm_module` m
LEFT JOIN `tm_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
2486 ms 99 /classes/module/Module.php:340
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2072) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2463 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2816
ORDER BY f.position ASC
2424 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_country` a
LEFT JOIN `tm_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `tm_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
2417 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1933
ORDER BY f.position ASC
2405 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2033) AND (b.`id_shop` = 1) LIMIT 1
2389 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1870) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2388 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2851) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2387 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2004
LIMIT 1
2383 ms 1 /classes/ProductAssembler.php:106
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2199) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2363 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1859) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
2359 ms 1 /classes/stock/StockAvailable.php:453
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2999) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2359 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "iqitmegamenu" LIMIT 1
2359 ms 1 /classes/module/Module.php:2840
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1904) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2358 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2921) AND (b.`id_shop` = 1) LIMIT 1
2323 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2771) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2320 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2584) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2301 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2214
ORDER BY f.position ASC
2295 ms 1 Yes /classes/Product.php:5912
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2207 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2207 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2286 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2959 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2959 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2274 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2178) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2274 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1862) AND (b.`id_shop` = 1) LIMIT 1
2243 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2926) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2234 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM tm_layered_category
WHERE id_category = 60
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
2226 ms 5 Yes Yes /modules/ps_facetedsearch/src/Filters/Converter.php:247
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1889) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2222 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2653
LIMIT 1
2221 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2057
LIMIT 1
2194 ms 1 /classes/ProductAssembler.php:106
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2771 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2771 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2194 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2967) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2190 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1850
ORDER BY f.position ASC
2186 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE lower(name) as name
FROM `tm_hook` h
WHERE (h.active = 1)
2182 ms 884 /classes/Hook.php:1283
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2093) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2181 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2415) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2163 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1829) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2156 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2771
ORDER BY f.position ASC
2153 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2106
ORDER BY f.position ASC
2149 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 69 AND `id_shop` = 1 LIMIT 1
2132 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1953
ORDER BY f.position ASC
2121 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 65 LIMIT 1
2115 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
2115 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2557) AND (b.`id_shop` = 1) LIMIT 1
2108 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2917 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2917 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2084 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1933) AND (b.`id_shop` = 1) LIMIT 1
2080 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2051 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2051 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2080 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2992) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2079 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `tm_hook`
2077 ms 884 /classes/Hook.php:1243
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `tm_module` m
LEFT JOIN `tm_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
2060 ms 99 /classes/module/Module.php:340
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1819) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2045 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2925) AND (b.`id_shop` = 1) LIMIT 1
2043 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2266
LIMIT 1
2041 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 478 LIMIT 1
2038 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE c.id_contact FROM `tm_ets_ctf_contact` c
INNER JOIN `tm_ets_ctf_contact_shop` cs ON (c.id_contact= cs.id_contact)
LEFT JOIN `tm_ets_ctf_contact_lang` cl on (c.id_contact= cl.id_contact AND cl.id_lang="1")
WHERE c.active=1 AND c.hook like "%footer_page%" AND cs.id_shop="1";
2038 ms 2 /modules/ets_contactform7/classes/Contact.php:217
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2612) AND (b.`id_shop` = 1) LIMIT 1
2033 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2653)
2028 ms 1 /classes/Product.php:3835
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2555 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2555 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2025 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2127
LIMIT 1
2020 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2616) AND (b.`id_shop` = 1) LIMIT 1
2011 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2058
ORDER BY f.position ASC
2011 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2585) AND (b.`id_shop` = 1) LIMIT 1
1997 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2915) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1994 ms 1 Yes Yes /classes/Product.php:4494
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 tm_shop_group gs
LEFT JOIN tm_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN tm_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
1988 ms 1 Yes /classes/shop/Shop.php:711
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1850 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1850 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1987 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2711) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1984 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2695) AND (b.`id_shop` = 1) LIMIT 1
1979 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1995
LIMIT 1
1976 ms 1 /classes/ProductAssembler.php:106
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2923) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1975 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
1974 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1822
ORDER BY f.position ASC
1972 ms 1 Yes /classes/Product.php:5912
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1869) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1972 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2406) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1970 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "iqitcontactpage" LIMIT 1
1964 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2207
ORDER BY f.position ASC
1962 ms 1 Yes /classes/Product.php:5912
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2722) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1962 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `tm_lang` l
JOIN tm_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1
1959 ms 1 /classes/Language.php:1198
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2734
LIMIT 1
1958 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1907
ORDER BY f.position ASC
1957 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2191
ORDER BY `position`
1955 ms 1 Yes /classes/Product.php:3523
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2522) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1954 ms 1 Yes Yes /classes/Product.php:4494
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1989 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1989 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1950 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2057
ORDER BY f.position ASC
1949 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2191
AND image_shop.`cover` = 1 LIMIT 1
1946 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2118
LIMIT 1
1945 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2914) AND (b.`id_shop` = 1) LIMIT 1
1940 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2721) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1917 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
1914 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2208
ORDER BY f.position ASC
1914 ms 1 Yes /classes/Product.php:5912
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2625) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1911 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2066) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1905 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1908
ORDER BY f.position ASC
1900 ms 1 Yes /classes/Product.php:5912
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2559) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1900 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2919) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1900 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2186) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1898 ms 1 Yes Yes /classes/Product.php:4494
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2423 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2423 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1897 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2915 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2915 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1895 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2925 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2925 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1894 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2921) AND (b.`id_shop` = 1) LIMIT 1
1893 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 318 LIMIT 1
1882 ms 1 /classes/Product.php:5629
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2239) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1861 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2730) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1854 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2411) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1854 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1988) AND (b.`id_shop` = 1) LIMIT 1
1853 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2940) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1853 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2032) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1852 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1852) AND (b.`id_shop` = 1) LIMIT 1
1850 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2239 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2239 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1845 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2228) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1843 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2060
ORDER BY f.position ASC
1839 ms 1 Yes /classes/Product.php:5912
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2893) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1836 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2774
ORDER BY `position`
1836 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2653) AND (b.`id_shop` = 1) LIMIT 1
1835 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2958) AND (b.`id_shop` = 1) LIMIT 1
1829 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1933 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1933 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1829 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2265
LIMIT 1
1826 ms 1 /classes/ProductAssembler.php:106
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1953) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1821 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2585) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1821 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2239) AND (b.`id_shop` = 1) LIMIT 1
1820 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2730
LIMIT 1
1816 ms 1 /classes/ProductAssembler.php:106
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2922) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1805 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2618
LIMIT 1
1804 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1836
ORDER BY f.position ASC
1804 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1838
ORDER BY f.position ASC
1803 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1979
LIMIT 1
1801 ms 1 /classes/ProductAssembler.php:106
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2060) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1798 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2051) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1795 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2000
LIMIT 1
1795 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2770
ORDER BY f.position ASC
1795 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2612) AND (b.`id_shop` = 1) LIMIT 1
1793 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2060
1790 ms 1 /classes/Product.php:2885
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2058 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2058 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1789 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2586) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1785 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2654) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1782 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2421
ORDER BY f.position ASC
1777 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2239
ORDER BY f.position ASC
1773 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1989
ORDER BY f.position ASC
1771 ms 1 Yes /classes/Product.php:5912
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2208) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1766 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2694) AND (b.`id_shop` = 1) LIMIT 1
1766 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2698
LIMIT 1
1764 ms 1 /classes/ProductAssembler.php:106
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2615 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2615 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1764 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1851) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1762 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2625
LIMIT 1
1761 ms 1 /classes/ProductAssembler.php:106
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2268 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2268 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1761 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2775
LIMIT 1
1757 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2710
LIMIT 1
1757 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2616
ORDER BY f.position ASC
1754 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2214
AND image_shop.`cover` = 1 LIMIT 1
1753 ms 1 /classes/Product.php:3548
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2653) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1750 ms 1 Yes Yes /classes/Product.php:4494
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2120 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2120 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1749 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1822 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1822 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1744 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2122) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1741 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1862
ORDER BY f.position ASC
1740 ms 1 Yes /classes/Product.php:5912
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2265) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1735 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2784
LIMIT 1
1731 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2615
ORDER BY f.position ASC
1730 ms 1 Yes /classes/Product.php:5912
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1994) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1728 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2614) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1726 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
1725 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1936) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1725 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1838
LIMIT 1
1725 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2915) AND (b.`id_shop` = 1) LIMIT 1
1725 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2060 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2060 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1723 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2914) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1717 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2268
ORDER BY `position`
1715 ms 1 Yes /classes/Product.php:3523
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2615) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1711 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2920) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1709 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1989) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1707 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2251) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1707 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2268
ORDER BY f.position ASC
1703 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2917
LIMIT 1
1700 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2770
LIMIT 1
1700 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2922) AND (b.`id_shop` = 1) LIMIT 1
1699 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2612
ORDER BY f.position ASC
1699 ms 1 Yes /classes/Product.php:5912
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2040) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1697 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2031) AND (b.`id_shop` = 1) LIMIT 1
1695 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2784 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2784 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1690 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2625 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2625 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1689 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2695) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1688 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2268
LIMIT 1
1688 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2612
1680 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2710
ORDER BY f.position ASC
1675 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1933
LIMIT 1
1675 ms 1 /classes/ProductAssembler.php:106
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1852 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1852 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1675 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2105
ORDER BY f.position ASC
1673 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2914
ORDER BY f.position ASC
1673 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1934) AND (b.`id_shop` = 1) LIMIT 1
1669 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2406 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2406 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1669 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1995) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1667 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_lang` a
LEFT JOIN `tm_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1
1666 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2025 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2025 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1666 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1953 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1953 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1663 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1836) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1663 ms 1 Yes Yes /classes/Product.php:4494
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2148 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2148 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1662 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2031) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1661 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2959
ORDER BY `position`
1658 ms 1 Yes /classes/Product.php:3523
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2260) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1657 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2420
LIMIT 1
1654 ms 1 /classes/ProductAssembler.php:106
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2120) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1653 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2826) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1653 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2625) AND (b.`id_shop` = 1) LIMIT 1
1653 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1860) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1652 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2040
ORDER BY f.position ASC
1651 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2924 AND id_shop=1 LIMIT 1
1650 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2557
ORDER BY f.position ASC
1649 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2120
LIMIT 1
1646 ms 1 /classes/ProductAssembler.php:106
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1992) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1644 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1859
ORDER BY f.position ASC
1644 ms 1 Yes /classes/Product.php:5912
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2612 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2612 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1643 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2072) AND (b.`id_shop` = 1) LIMIT 1
1643 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1862 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1862 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1643 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2187) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1642 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1991
ORDER BY f.position ASC
1640 ms 1 Yes /classes/Product.php:5912
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1838 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1838 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1639 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2231
LIMIT 1
1638 ms 1 /classes/ProductAssembler.php:106
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2654 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2654 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1636 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2775 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2775 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1634 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2555
LIMIT 1
1632 ms 1 /classes/ProductAssembler.php:106
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2913 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2913 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1629 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2916) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1629 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2925)
1628 ms 1 /classes/Product.php:3835
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2421) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1626 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2654
ORDER BY f.position ASC
1625 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2711
LIMIT 1
1621 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2208
AND image_shop.`cover` = 1 LIMIT 1
1621 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2726
ORDER BY f.position ASC
1620 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1867
LIMIT 1
1619 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
1618 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2420)
1615 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2921
ORDER BY f.position ASC
1615 ms 1 Yes /classes/Product.php:5912
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2961 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2961 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1610 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2953
LIMIT 1
1607 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2896
LIMIT 1
1604 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2557
LIMIT 1
1603 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1933
ORDER BY `position`
1602 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2775
ORDER BY f.position ASC
1598 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2563
LIMIT 1
1598 ms 1 /classes/ProductAssembler.php:106
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2917) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1597 ms 1 Yes Yes /classes/Product.php:4494
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2072 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2072 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1596 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2625) AND (b.`id_shop` = 1) LIMIT 1
1595 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2694) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1594 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2691) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1594 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2207)
1593 ms 1 /classes/Product.php:3835
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1987) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1591 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2921) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1587 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1838) AND (b.`id_shop` = 1) LIMIT 1
1586 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2420
ORDER BY f.position ASC
1585 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2926
ORDER BY f.position ASC
1583 ms 1 Yes /classes/Product.php:5912
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2826 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2826 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1583 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2555) AND (b.`id_shop` = 1) LIMIT 1
1581 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2727) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1581 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2584
LIMIT 1
1581 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2005
ORDER BY f.position ASC
1580 ms 1 Yes /classes/Product.php:5912
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2025) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1577 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2913) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1576 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2040
LIMIT 1
1576 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2423
LIMIT 1
1575 ms 1 /classes/ProductAssembler.php:106
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2897 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2897 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1574 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2912) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1573 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2127
ORDER BY f.position ASC
1572 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2694
ORDER BY f.position ASC
1571 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2734
ORDER BY f.position ASC
1570 ms 1 Yes /classes/Product.php:5912
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2924) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1570 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1991) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1569 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1954) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1568 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2961
LIMIT 1
1568 ms 1 /classes/ProductAssembler.php:106
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2616 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2616 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1567 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2653
ORDER BY f.position ASC
1567 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE * FROM `tm_state` ORDER BY `name` ASC
1566 ms 352 Yes /classes/Country.php:154
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1988) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1564 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2956)
1564 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2851
LIMIT 1
1564 ms 1 /classes/ProductAssembler.php:106
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2127 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2127 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1563 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1907) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1563 ms 1 Yes Yes /classes/Product.php:4494
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2653 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2653 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1563 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1853) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1561 ms 1 Yes Yes /classes/Product.php:4494
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2030 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2030 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1561 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2751 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2751 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1560 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2241) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1557 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2005
LIMIT 1
1556 ms 1 /classes/ProductAssembler.php:106
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2248) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1555 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 83 LIMIT 1
1555 ms 1 /classes/Product.php:5629
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2956) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1555 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2249 AND `id_group` = 1 LIMIT 1
1554 ms 0 /classes/GroupReduction.php:156
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2424) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1554 ms 1 Yes Yes /classes/Product.php:4494
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2940 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2940 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1552 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2268) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1551 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2075) AND (b.`id_shop` = 1) LIMIT 1
1550 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2957
LIMIT 1
1550 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2616
LIMIT 1
1547 ms 1 /classes/ProductAssembler.php:106
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1903) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1547 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2654
LIMIT 1
1547 ms 1 /classes/ProductAssembler.php:106
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2965) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1546 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2267
ORDER BY f.position ASC
1545 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2786
ORDER BY f.position ASC
1545 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1870
ORDER BY f.position ASC
1544 ms 1 Yes /classes/Product.php:5912
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2178 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2178 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1544 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2612 AND id_shop=1 LIMIT 1
1542 ms 1 /classes/Product.php:6766
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1996 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1996 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1542 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2421 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2421 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1541 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1998
LIMIT 1
1541 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2206
ORDER BY `position`
1540 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1908
ORDER BY `position`
1539 ms 1 Yes /classes/Product.php:3523
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2203) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1538 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2585
LIMIT 1
1537 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2148
ORDER BY f.position ASC
1536 ms 1 Yes /classes/Product.php:5912
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2134) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1536 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
1535 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1883
ORDER BY f.position ASC
1535 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2582
LIMIT 1
1535 ms 1 /classes/ProductAssembler.php:106
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2555) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1534 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1829
LIMIT 1
1534 ms 1 /classes/ProductAssembler.php:106
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2207) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1532 ms 1 Yes Yes /classes/Product.php:4494
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2115 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2115 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1531 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2926 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2926 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1529 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1819
LIMIT 1
1529 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2785
ORDER BY f.position ASC
1528 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2207
LIMIT 1
1528 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2030) AND (b.`id_shop` = 1) LIMIT 1
1528 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1977) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1528 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1852
ORDER BY f.position ASC
1526 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2913
ORDER BY f.position ASC
1525 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2922
ORDER BY f.position ASC
1525 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2774
ORDER BY f.position ASC
1525 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2725
ORDER BY f.position ASC
1523 ms 1 Yes /classes/Product.php:5912
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2206 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2206 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1523 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2422
ORDER BY f.position ASC
1521 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1837
LIMIT 1
1518 ms 1 /classes/ProductAssembler.php:106
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1992 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1992 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1518 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2118
ORDER BY f.position ASC
1516 ms 1 Yes /classes/Product.php:5912
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2618) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1515 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2228
ORDER BY f.position ASC
1514 ms 1 Yes /classes/Product.php:5912
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2030) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1511 ms 1 Yes Yes /classes/Product.php:4494
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2692 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2692 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1511 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1968) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1508 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1862
LIMIT 1
1507 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2206
ORDER BY f.position ASC
1506 ms 1 Yes /classes/Product.php:5912
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2222 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2222 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1506 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2115
ORDER BY f.position ASC
1504 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2424
LIMIT 1
1504 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2959
LIMIT 1
1502 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1948
LIMIT 1
1502 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2921
AND image_shop.`cover` = 1 LIMIT 1
1501 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
1499 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2025) AND (b.`id_shop` = 1) LIMIT 1
1498 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1978 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1978 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1498 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2134
LIMIT 1
1497 ms 1 /classes/ProductAssembler.php:106
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2953 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2953 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1497 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2916
LIMIT 1
1497 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2191
LIMIT 1
1497 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2002
ORDER BY f.position ASC
1496 ms 1 Yes /classes/Product.php:5912
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2955 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2955 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1496 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2056) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1495 ms 1 Yes Yes /classes/Product.php:4494
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1997 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1997 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1495 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2962
ORDER BY f.position ASC
1494 ms 1 Yes /classes/Product.php:5912
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2970) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1494 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2239
LIMIT 1
1493 ms 1 /classes/ProductAssembler.php:106
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1859) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1493 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2075) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1493 ms 1 Yes Yes /classes/Product.php:4494
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1839 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1839 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1492 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 478 LIMIT 1
1492 ms 1 /classes/Product.php:5629
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1991 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1991 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1491 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2118) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1490 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2896
ORDER BY f.position ASC
1490 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2773
LIMIT 1
1490 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2949
LIMIT 1
1489 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2785
LIMIT 1
1488 ms 1 /classes/ProductAssembler.php:106
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2962 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2962 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1488 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2072
ORDER BY f.position ASC
1488 ms 1 Yes /classes/Product.php:5912
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2094) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1488 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2126
LIMIT 1
1488 ms 1 /classes/ProductAssembler.php:106
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2033) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1487 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2147
ORDER BY f.position ASC
1486 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2917
ORDER BY `position`
1486 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2963
ORDER BY f.position ASC
1484 ms 1 Yes /classes/Product.php:5912
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2721 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2721 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1483 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2094
ORDER BY f.position ASC
1482 ms 1 Yes /classes/Product.php:5912
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2949 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2949 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1481 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2058
LIMIT 1
1481 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1907
LIMIT 1
1480 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2047
ORDER BY f.position ASC
1480 ms 1 Yes /classes/Product.php:5912
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1844 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1844 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1479 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2202) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1477 ms 1 Yes Yes /classes/Product.php:4494
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2126 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2126 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1477 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1867
ORDER BY f.position ASC
1476 ms 1 Yes /classes/Product.php:5912
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2050 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2050 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1476 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1968 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1968 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1475 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2133) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1473 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2697) AND (b.`id_shop` = 1) LIMIT 1
1470 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1979) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1469 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2653 AND id_shop=1 LIMIT 1
1469 ms 1 /classes/Product.php:6766
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2265 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2265 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1469 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1903
ORDER BY `position`
1469 ms 1 Yes /classes/Product.php:3523
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2000) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1469 ms 1 Yes Yes /classes/Product.php:4494
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2251 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2251 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1467 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2048) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1467 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1970
LIMIT 1
1466 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2695
ORDER BY f.position ASC
1466 ms 1 Yes /classes/Product.php:5912
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1870 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1870 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1464 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2151 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2151 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1464 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2698 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2698 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1464 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2249) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1464 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2267) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1464 ms 1 Yes Yes /classes/Product.php:4494
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2557 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2557 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1463 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2653) AND (b.`id_shop` = 1) LIMIT 1
1463 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2953
ORDER BY f.position ASC
1463 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2422
LIMIT 1
1461 ms 1 /classes/ProductAssembler.php:106
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2583) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1461 ms 1 Yes Yes /classes/Product.php:4494
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2106 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2106 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1460 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2051) AND (b.`id_shop` = 1) LIMIT 1
1460 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1819 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1819 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1459 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1897) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1459 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2032
ORDER BY f.position ASC
1458 ms 1 Yes /classes/Product.php:5912
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2773) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1458 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2697) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1457 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1883
LIMIT 1
1457 ms 1 /classes/ProductAssembler.php:106
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2963 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2963 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1457 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1955 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1955 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1457 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2710) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1456 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1844
ORDER BY f.position ASC
1455 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2191
ORDER BY f.position ASC
1454 ms 1 Yes /classes/Product.php:5912
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2420 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2420 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1454 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1948) AND (b.`id_shop` = 1) LIMIT 1
1454 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2774 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2774 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1454 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2035) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1452 ms 1 Yes Yes /classes/Product.php:4494
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1836 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1836 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1452 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2555
ORDER BY f.position ASC
1452 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2914
LIMIT 1
1452 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2423
ORDER BY f.position ASC
1451 ms 1 Yes /classes/Product.php:5912
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2956 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2956 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1450 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1841 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1841 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1450 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2770 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2770 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1448 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2912
ORDER BY f.position ASC
1447 ms 1 Yes /classes/Product.php:5912
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2785 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2785 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1447 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1903) AND (b.`id_shop` = 1) LIMIT 1
1446 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2691
LIMIT 1
1446 ms 1 /classes/ProductAssembler.php:106
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1860 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1860 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1443 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2920 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2920 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1443 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2204) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1443 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1841
ORDER BY f.position ASC
1442 ms 1 Yes /classes/Product.php:5912
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2005 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2005 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1442 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
1441 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2003
LIMIT 1
1440 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2223
LIMIT 1
1439 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2721
ORDER BY f.position ASC
1438 ms 1 Yes /classes/Product.php:5912
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2722 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2722 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1437 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2922 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2922 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1437 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2612
LIMIT 1
1437 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `tm_category` c
INNER JOIN tm_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tm_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1  AND cl.id_shop = 1 )
LEFT JOIN `tm_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 60
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1434 ms 9 Yes Yes /classes/Category.php:919
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1839) AND (b.`id_shop` = 1) LIMIT 1
1434 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2920
ORDER BY f.position ASC
1434 ms 1 Yes /classes/Product.php:5912
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2960) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1433 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2784
ORDER BY f.position ASC
1433 ms 1 Yes /classes/Product.php:5912
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2106) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1431 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2751) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1430 ms 1 Yes Yes /classes/Product.php:4494
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1880 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1880 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1430 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2926
LIMIT 1
1430 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1836
LIMIT 1
1430 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2424) AND (b.`id_shop` = 1) LIMIT 1
1430 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2919
ORDER BY f.position ASC
1430 ms 1 Yes /classes/Product.php:5912
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2798) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1430 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2583) AND (b.`id_shop` = 1) LIMIT 1
1429 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2957 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2957 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1429 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2202 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2202 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1428 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2206
1428 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1936
LIMIT 1
1427 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2202
LIMIT 1
1427 ms 1 /classes/ProductAssembler.php:106
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2223) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1427 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2851
ORDER BY f.position ASC
1426 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2967
ORDER BY f.position ASC
1426 ms 1 Yes /classes/Product.php:5912
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1869 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1869 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1426 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2004 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2004 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1426 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1996
ORDER BY f.position ASC
1425 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1903
LIMIT 1
1424 ms 1 /classes/ProductAssembler.php:106
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2786 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2786 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1424 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2923 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2923 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1423 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1860
ORDER BY f.position ASC
1422 ms 1 Yes /classes/Product.php:5912
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2711 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2711 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1422 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2126
ORDER BY f.position ASC
1422 ms 1 Yes /classes/Product.php:5912
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2267 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2267 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1422 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2105 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2105 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1420 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1888 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1888 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1419 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2851 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2851 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1419 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2911
ORDER BY f.position ASC
1417 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2692
ORDER BY f.position ASC
1416 ms 1 Yes /classes/Product.php:5912
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2775) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1416 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1859
LIMIT 1
1415 ms 1 /classes/ProductAssembler.php:106
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1842 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1842 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1412 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2613 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2613 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1412 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2721
LIMIT 1
1411 ms 1 /classes/ProductAssembler.php:106
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2692) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1411 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE * FROM `tm_hook_module_exceptions`
WHERE `id_shop` IN (1)
1411 ms 1 /classes/module/Module.php:2237
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2710 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2710 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1411 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1859 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1859 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1410 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2133
LIMIT 1
1409 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1884
LIMIT 1
1409 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1978
ORDER BY f.position ASC
1408 ms 1 Yes /classes/Product.php:5912
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1884) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1408 ms 1 Yes Yes /classes/Product.php:4494
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2191 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2191 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1408 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2785) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1406 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2956
ORDER BY f.position ASC
1405 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2963
LIMIT 1
1404 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2266
ORDER BY f.position ASC
1404 ms 1 Yes /classes/Product.php:5912
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2616) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1403 ms 1 Yes Yes /classes/Product.php:4494
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1909 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1909 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1402 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2612) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1402 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1991
LIMIT 1
1401 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2940
ORDER BY f.position ASC
1401 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1841
LIMIT 1
1400 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2751
ORDER BY f.position ASC
1399 ms 1 Yes /classes/Product.php:5912
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2698) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1399 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2058
ORDER BY `position`
1399 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2127
ORDER BY `position`
1398 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2821
LIMIT 1
1398 ms 1 /classes/ProductAssembler.php:106
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2734 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2734 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1398 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2582) AND (b.`id_shop` = 1) LIMIT 1
1397 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1936 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1936 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1396 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1955) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1395 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2774) AND (b.`id_shop` = 1) LIMIT 1
1394 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2726) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1394 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2955
ORDER BY f.position ASC
1393 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2251
ORDER BY f.position ASC
1390 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1870
LIMIT 1
1390 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2613
ORDER BY f.position ASC
1389 ms 1 Yes /classes/Product.php:5912
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2727)
1389 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2047
LIMIT 1
1389 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2625 AND `id_group` = 1 LIMIT 1
1389 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2816
LIMIT 1
1389 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2727
ORDER BY f.position ASC
1389 ms 1 Yes /classes/Product.php:5912
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2563) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1388 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1840
ORDER BY f.position ASC
1387 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2773
ORDER BY f.position ASC
1386 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2251
LIMIT 1
1384 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2923) AND (b.`id_shop` = 1) LIMIT 1
1383 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2047 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2047 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1382 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2949) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1382 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2711) AND (b.`id_shop` = 1) LIMIT 1
1381 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2118 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2118 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1380 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2924
AND image_shop.`cover` = 1 LIMIT 1
1379 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1992
ORDER BY f.position ASC
1379 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1839
ORDER BY f.position ASC
1379 ms 1 Yes /classes/Product.php:5912
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2563 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2563 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1378 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1842
ORDER BY f.position ASC
1378 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1884
ORDER BY f.position ASC
1375 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2056
LIMIT 1
1375 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2583
LIMIT 1
1374 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2066
LIMIT 1
1374 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2967
LIMIT 1
1373 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1889
LIMIT 1
1371 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2796
ORDER BY f.position ASC
1371 ms 1 Yes /classes/Product.php:5912
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2959)
1370 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2133
ORDER BY `position`
1369 ms 1 Yes /classes/Product.php:3523
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2126) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1368 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2697
LIMIT 1
1367 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2774
LIMIT 1
1367 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1941
ORDER BY f.position ASC
1366 ms 1 Yes /classes/Product.php:5912
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1941) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1366 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2228
LIMIT 1
1365 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2697
ORDER BY f.position ASC
1365 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2826
ORDER BY f.position ASC
1364 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2922
ORDER BY `position`
1363 ms 1 Yes /classes/Product.php:3523
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2228 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2228 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1363 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2955) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1361 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2775) AND (b.`id_shop` = 1) LIMIT 1
1360 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1997
ORDER BY `position`
1360 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2829
LIMIT 1
1359 ms 1 /classes/ProductAssembler.php:106
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2420) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1359 ms 1 Yes Yes /classes/Product.php:4494
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2970 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2970 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1359 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2966
LIMIT 1
1359 ms 1 /classes/ProductAssembler.php:106
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2147) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1358 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1869
ORDER BY f.position ASC
1358 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1819) AND (b.`id_shop` = 1) LIMIT 1
1358 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2774) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1358 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2897
ORDER BY f.position ASC
1358 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2267
LIMIT 1
1358 ms 1 /classes/ProductAssembler.php:106
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2187 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2187 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1357 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2966
ORDER BY f.position ASC
1357 ms 1 Yes /classes/Product.php:5912
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2223 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2223 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1357 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2896 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2896 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1357 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2191) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1357 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2421
LIMIT 1
1355 ms 1 /classes/ProductAssembler.php:106
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2222) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1355 ms 1 Yes Yes /classes/Product.php:4494
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2424 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2424 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1355 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2958
LIMIT 1
1355 ms 1 /classes/ProductAssembler.php:106
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2423) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1355 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2785) AND (b.`id_shop` = 1) LIMIT 1
1354 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2204
ORDER BY f.position ASC
1353 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2829
ORDER BY f.position ASC
1353 ms 1 Yes /classes/Product.php:5912
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2964) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1353 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_country` a
LEFT JOIN `tm_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
1353 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2584) AND (b.`id_shop` = 1) LIMIT 1
1352 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2031 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2031 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1351 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2075 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2075 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1350 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1852) AND (b.`id_shop` = 1) LIMIT 1
1350 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2727 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2727 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1349 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2202
ORDER BY f.position ASC
1349 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2613
LIMIT 1
1348 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2611
ORDER BY f.position ASC
1348 ms 1 Yes /classes/Product.php:5912
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2148) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1346 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1838) AND (b.`id_shop` = 1) LIMIT 1
1345 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1867 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1867 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1345 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1936
1345 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1992) AND (b.`id_shop` = 1) LIMIT 1
1345 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1936
ORDER BY f.position ASC
1344 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1938
ORDER BY f.position ASC
1343 ms 1 Yes /classes/Product.php:5912
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2208)
1339 ms 1 /classes/Product.php:3835
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2147 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2147 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1339 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2190
ORDER BY f.position ASC
1338 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2913) AND (b.`id_shop` = 1) LIMIT 1
1338 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2066 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2066 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1337 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2912
LIMIT 1
1337 ms 1 /classes/ProductAssembler.php:106
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2151) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1337 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2127) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1337 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2770) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1337 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2585
ORDER BY f.position ASC
1336 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2999
LIMIT 1
1336 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 60 AND `id_shop` = 1
1336 ms 1 /src/Adapter/EntityMapper.php:84
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2613) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1336 ms 1 Yes Yes /classes/Product.php:4494
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2911 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2911 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1336 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1978) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1336 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2214) AND (b.`id_shop` = 1) LIMIT 1
1334 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2206) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1333 ms 1 Yes Yes /classes/Product.php:4494
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1907 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1907 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1333 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1840) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1333 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1938
LIMIT 1
1333 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1846) AND (b.`id_shop` = 1) LIMIT 1
1332 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2004
ORDER BY f.position ASC
1332 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2961) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1331 ms 1 /classes/stock/StockAvailable.php:453
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2726 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2726 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1331 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2784) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1329 ms 1 Yes Yes /classes/Product.php:4494
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2190 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2190 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1328 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2967 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2967 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1328 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1819
ORDER BY f.position ASC
1328 ms 1 Yes /classes/Product.php:5912
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1822) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1328 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2424) AND (b.`id_shop` = 1) LIMIT 1
1327 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2151
LIMIT 1
1327 ms 1 /classes/ProductAssembler.php:106
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2032 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2032 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1327 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2925
AND image_shop.`cover` = 1 LIMIT 1
1326 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2999
ORDER BY f.position ASC
1325 ms 1 Yes /classes/Product.php:5912
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2002) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1325 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1862) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1324 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2030
ORDER BY f.position ASC
1324 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1992) AND (b.`id_shop` = 1) LIMIT 1
1323 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2115) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1319 ms 1 Yes Yes /classes/Product.php:4494
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2094 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2094 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1319 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1883 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1883 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1318 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1888
LIMIT 1
1318 ms 1 /classes/ProductAssembler.php:106
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2725) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1318 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2563
ORDER BY f.position ASC
1317 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2106
LIMIT 1
1317 ms 1 /classes/ProductAssembler.php:106
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2105) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1317 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2954) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1317 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1842) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1316 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1977
ORDER BY f.position ASC
1316 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2692) AND (b.`id_shop` = 1) LIMIT 1
1315 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2406
LIMIT 1
1314 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2798
LIMIT 1
1314 ms 1 /classes/ProductAssembler.php:106
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2823) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1313 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1904
LIMIT 1
1311 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2066
ORDER BY f.position ASC
1311 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE * FROM `tm_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
1310 ms 8 Yes /classes/ImageType.php:109
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2826) AND (b.`id_shop` = 1) LIMIT 1
1309 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2151
ORDER BY f.position ASC
1309 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE id_shop
FROM `tm_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
1308 ms 1 /classes/ObjectModel.php:1647
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2005) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1307 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2056) AND (b.`id_shop` = 1) LIMIT 1
1307 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1993) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1306 ms 1 Yes Yes /classes/Product.php:4494
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2697 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2697 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1305 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1860
LIMIT 1
1305 ms 1 /classes/ProductAssembler.php:106
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2829 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2829 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1304 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE id_shop
FROM `tm_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
1304 ms 1 /classes/ObjectModel.php:1647
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2823
LIMIT 1
1304 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_currency` a
LEFT JOIN `tm_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `tm_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
1302 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1988
LIMIT 1
1302 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1968
ORDER BY f.position ASC
1300 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1933) AND (b.`id_shop` = 1) LIMIT 1
1300 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2199 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2199 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1299 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2925) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1299 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2962) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1299 ms 1 Yes Yes /classes/Product.php:4494
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1843 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1843 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1299 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1979
ORDER BY f.position ASC
1298 ms 1 Yes /classes/Product.php:5912
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2266) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1298 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2178
LIMIT 1
1297 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2821
ORDER BY f.position ASC
1297 ms 1 Yes /classes/Product.php:5912
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1948 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1948 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1297 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2583 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2583 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1295 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2618) AND (b.`id_shop` = 1) LIMIT 1
1295 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1829 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1829 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1294 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2821
ORDER BY `position`
1292 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2771
LIMIT 1
1292 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2199
LIMIT 1
1292 ms 1 /classes/ProductAssembler.php:106
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1841) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1291 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
1289 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2625) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1289 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1997
ORDER BY f.position ASC
1288 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2002
ORDER BY `position`
1287 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
1287 ms 1 /classes/order/Order.php:1203
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2214 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2214 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1287 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1968
LIMIT 1
1287 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2147
LIMIT 1
1287 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1989
LIMIT 1
1287 ms 1 /classes/ProductAssembler.php:106
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1840 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1840 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1286 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2033
LIMIT 1
1286 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2727) AND (b.`id_shop` = 1) LIMIT 1
1286 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1869) AND (b.`id_shop` = 1) LIMIT 1
1286 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2694
LIMIT 1
1285 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2094
ORDER BY `position`
1285 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2002
LIMIT 1
1284 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1869) AND (b.`id_shop` = 1) LIMIT 1
1284 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2265
ORDER BY f.position ASC
1283 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2615
1282 ms 1 /classes/Product.php:2885
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2611) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1281 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2025
LIMIT 1
1281 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2032
LIMIT 1
1281 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2057) AND (b.`id_shop` = 1) LIMIT 1
1278 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1954
LIMIT 1
1278 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1978
LIMIT 1
1278 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1889
ORDER BY f.position ASC
1278 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1844
LIMIT 1
1278 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2615) AND (b.`id_shop` = 1) LIMIT 1
1277 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2051) AND (b.`id_shop` = 1) LIMIT 1
1276 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2204 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2204 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1276 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2966) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1275 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1829
ORDER BY f.position ASC
1275 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1907) AND (b.`id_shop` = 1) LIMIT 1
1274 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2916
ORDER BY f.position ASC
1274 ms 1 Yes /classes/Product.php:5912
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2582 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2582 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1272 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2965
LIMIT 1
1272 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1839
ORDER BY `position`
1272 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2924
ORDER BY f.position ASC
1271 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2618) AND (b.`id_shop` = 1) LIMIT 1
1271 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2249)
1270 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2222) AND (b.`id_shop` = 1) LIMIT 1
1269 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2133 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2133 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1268 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2231
ORDER BY f.position ASC
1268 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1846
ORDER BY f.position ASC
1268 ms 1 Yes /classes/Product.php:5912
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2954 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2954 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1268 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
1267 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2105
ORDER BY `position`
1267 ms 1 Yes /classes/Product.php:3523
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1970 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1970 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1266 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2695
LIMIT 1
1266 ms 1 /classes/ProductAssembler.php:106
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1845 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1845 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1266 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1908
LIMIT 1
1265 ms 1 /classes/ProductAssembler.php:106
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2700) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1265 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1993) AND (b.`id_shop` = 1) LIMIT 1
1265 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2115
LIMIT 1
1264 ms 1 /classes/ProductAssembler.php:106
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2422 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2422 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1263 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1880
LIMIT 1
1263 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2072
LIMIT 1
1261 ms 1 /classes/ProductAssembler.php:106
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1897 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1897 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1261 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2796
LIMIT 1
1259 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2775
ORDER BY `position`
1259 ms 1 Yes /classes/Product.php:3523
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2411 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2411 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1259 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2266 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2266 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1259 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1994
ORDER BY f.position ASC
1257 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2031
LIMIT 1
1257 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1889
ORDER BY `position`
1256 ms 1 Yes /classes/Product.php:3523
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1934 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1934 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1255 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2615) AND (b.`id_shop` = 1) LIMIT 1
1255 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2915
LIMIT 1
1255 ms 1 /classes/ProductAssembler.php:106
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1880) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1254 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2730) AND (b.`id_shop` = 1) LIMIT 1
1254 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1934
LIMIT 1
1253 ms 1 /classes/ProductAssembler.php:106
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2963) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1251 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2105
LIMIT 1
1251 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2267) AND (b.`id_shop` = 1) LIMIT 1
1251 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2999 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2999 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1251 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2916) AND (b.`id_shop` = 1) LIMIT 1
1251 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2919 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2919 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1251 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1850
LIMIT 1
1250 ms 1 /classes/ProductAssembler.php:106
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1954 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1954 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1250 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2816 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2816 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1250 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2263) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1250 ms 1 Yes Yes /classes/Product.php:4494
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2186 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2186 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1250 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2695 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2695 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1249 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2618 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2618 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1249 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
1248 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2962) AND (b.`id_shop` = 1) LIMIT 1
1248 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2040) AND (b.`id_shop` = 1) LIMIT 1
1247 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1992
LIMIT 1
1247 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1867) AND (b.`id_shop` = 1) LIMIT 1
1247 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2239) AND (b.`id_shop` = 1) LIMIT 1
1247 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2094
LIMIT 1
1247 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_group` a
LEFT JOIN `tm_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
1247 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2147) AND (b.`id_shop` = 1) LIMIT 1
1246 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1884 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1884 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1245 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2962
ORDER BY `position`
1245 ms 1 Yes /classes/Product.php:3523
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1843) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1245 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2048
ORDER BY f.position ASC
1244 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2057
ORDER BY `position`
1243 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2915
ORDER BY f.position ASC
1243 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2612 AND `id_group` = 1 LIMIT 1
1243 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2954) AND (b.`id_shop` = 1) LIMIT 1
1242 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2203
LIMIT 1
1241 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2614
LIMIT 1
1240 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1836
AND image_shop.`cover` = 1 LIMIT 1
1240 ms 1 /classes/Product.php:3548
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1846) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1240 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2821) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1240 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2422)
1238 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2424
ORDER BY f.position ASC
1237 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_currency` a
LEFT JOIN `tm_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
1236 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1851
LIMIT 1
1236 ms 1 /classes/ProductAssembler.php:106
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2960 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2960 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1236 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2964 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2964 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1235 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2191
1235 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1841) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1234 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1995) AND (b.`id_shop` = 1) LIMIT 1
1234 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2940
LIMIT 1
1234 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2050) AND (b.`id_shop` = 1) LIMIT 1
1233 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1904 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1904 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1232 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2003 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2003 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1231 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2611 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2611 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1231 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2241
ORDER BY f.position ASC
1230 ms 1 Yes /classes/Product.php:5912
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2786) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1230 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2052) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1229 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2970
ORDER BY f.position ASC
1228 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1845
ORDER BY f.position ASC
1227 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1860) AND (b.`id_shop` = 1) LIMIT 1
1227 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2726
LIMIT 1
1226 ms 1 /classes/ProductAssembler.php:106
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1845) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1225 ms 1 Yes Yes /classes/Product.php:4494
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2000 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2000 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1225 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE ctg.`id_group`
FROM tm_category_group ctg
WHERE ctg.`id_category` = 60 AND ctg.`id_group` = 1 LIMIT 1
1223 ms 1 /classes/Category.php:1736
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2093
LIMIT 1
1223 ms 1 /classes/ProductAssembler.php:106
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1846 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1846 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1223 ms 0 /classes/Cart.php:1429
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2203)
1221 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2711) AND (b.`id_shop` = 1) LIMIT 1
1221 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2214) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1221 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1843
LIMIT 1
1220 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1883) AND (b.`id_shop` = 1) LIMIT 1
1219 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2122
ORDER BY f.position ASC
1219 ms 1 Yes /classes/Product.php:5912
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2725 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2725 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1218 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2921
LIMIT 1
1217 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2420
AND image_shop.`cover` = 1 LIMIT 1
1217 ms 1 /classes/Product.php:3548
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2047) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1216 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2653
ORDER BY `position`
1216 ms 1 Yes /classes/Product.php:3523
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2248 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2248 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1216 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1897
LIMIT 1
1216 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2751
LIMIT 1
1216 ms 1 /classes/ProductAssembler.php:106
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1908 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1908 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1215 ms 0 /classes/Cart.php:1429
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2917)
1215 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2056
ORDER BY f.position ASC
1214 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE tr.*
FROM `tm_tax_rule` tr
JOIN `tm_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
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
1214 ms 1 Yes /classes/tax/TaxRulesTaxManager.php:109
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2786
LIMIT 1
1214 ms 1 /classes/ProductAssembler.php:106
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1994 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1994 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1214 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1822
LIMIT 1
1214 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2187
ORDER BY f.position ASC
1214 ms 1 Yes /classes/Product.php:5912
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1938) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1213 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1970
ORDER BY f.position ASC
1213 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
1213 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2207
ORDER BY `position`
1212 ms 1 Yes /classes/Product.php:3523
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1837 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1837 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1212 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2962
LIMIT 1
1211 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2559
ORDER BY f.position ASC
1211 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2056) AND (b.`id_shop` = 1) LIMIT 1
1211 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2000
ORDER BY f.position ASC
1209 ms 1 Yes /classes/Product.php:5912
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2031)
1208 ms 1 /classes/Product.php:3835
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1933) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1208 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2722
LIMIT 1
1208 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2585
ORDER BY `position`
1207 ms 1 Yes /classes/Product.php:3523
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2966 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2966 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1207 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2611
LIMIT 1
1207 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2206
LIMIT 1
1207 ms 1 /classes/ProductAssembler.php:106
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1934) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1207 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2917) AND (b.`id_shop` = 1) LIMIT 1
1206 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2048
LIMIT 1
1206 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2829
AND image_shop.`cover` = 1 LIMIT 1
1205 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1862
ORDER BY `position`
1205 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2051
LIMIT 1
1204 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1829) AND (b.`id_shop` = 1) LIMIT 1
1203 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2035
LIMIT 1
1202 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2960
LIMIT 1
1202 ms 1 /classes/ProductAssembler.php:106
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2694 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2694 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1201 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1839) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1199 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1840
LIMIT 1
1199 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM tm_shop_url su
LEFT JOIN tm_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'tony-motorrad.fr' OR su.domain_ssl = 'tony-motorrad.fr')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
1198 ms 1 Yes /classes/shop/Shop.php:1350
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2897
LIMIT 1
1197 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2925) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1196 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2522
LIMIT 1
1195 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2004) AND (b.`id_shop` = 1) LIMIT 1
1195 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1851
ORDER BY f.position ASC
1194 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1846
LIMIT 1
1194 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2120
ORDER BY f.position ASC
1194 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2203
ORDER BY f.position ASC
1194 ms 1 Yes /classes/Product.php:5912
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2921 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2921 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1193 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2093) AND (b.`id_shop` = 1) LIMIT 1
1193 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2203 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2203 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1193 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2957) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1193 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2954
ORDER BY f.position ASC
1193 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2970) AND (b.`id_shop` = 1) LIMIT 1
1192 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2122 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2122 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1191 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2957
ORDER BY f.position ASC
1190 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2258
LIMIT 1
1190 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
1190 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2115) AND (b.`id_shop` = 1) LIMIT 1
1190 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2241
ORDER BY `position`
1189 ms 1 Yes /classes/Product.php:3523
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2959) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1187 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2959
ORDER BY f.position ASC
1186 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1941
LIMIT 1
1185 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1996
LIMIT 1
1185 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2920
LIMIT 1
1184 ms 1 /classes/ProductAssembler.php:106
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1846)
1184 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1897
ORDER BY f.position ASC
1184 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2784) AND (b.`id_shop` = 1) LIMIT 1
1184 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2692
LIMIT 1
1183 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2955
LIMIT 1
1182 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2249) AND (b.`id_shop` = 1) LIMIT 1
1181 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2259) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1180 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2214
LIMIT 1
1180 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1955
ORDER BY f.position ASC
1180 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2726) AND (b.`id_shop` = 1) LIMIT 1
1178 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2730
ORDER BY f.position ASC
1178 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1989) AND (b.`id_shop` = 1) LIMIT 1
1177 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2035
ORDER BY f.position ASC
1176 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2187
LIMIT 1
1175 ms 1 /classes/ProductAssembler.php:106
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1936) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1174 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2406) AND (b.`id_shop` = 1) LIMIT 1
1174 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1987 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1987 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1173 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2057) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1172 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2970
LIMIT 1
1172 ms 1 /classes/ProductAssembler.php:106
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2914 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2914 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1172 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1955
LIMIT 1
1171 ms 1 /classes/ProductAssembler.php:106
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2701 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2701 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1171 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2031
ORDER BY f.position ASC
1170 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2126) AND (b.`id_shop` = 1) LIMIT 1
1170 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1993
LIMIT 1
1170 ms 1 /classes/ProductAssembler.php:106
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1908) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1169 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2917
AND image_shop.`cover` = 1 LIMIT 1
1168 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2940) AND (b.`id_shop` = 1) LIMIT 1
1168 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2094) AND (b.`id_shop` = 1) LIMIT 1
1168 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2896) AND (b.`id_shop` = 1) LIMIT 1
1168 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2922
LIMIT 1
1167 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1953) AND (b.`id_shop` = 1) LIMIT 1
1167 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2965 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2965 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1167 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1842
LIMIT 1
1166 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2966
ORDER BY `position`
1166 ms 1 Yes /classes/Product.php:3523
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2557) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1166 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2191) AND (b.`id_shop` = 1) LIMIT 1
1165 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2924 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2924 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1165 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2710) AND (b.`id_shop` = 1) LIMIT 1
1165 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2964
LIMIT 1
1165 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1880
ORDER BY f.position ASC
1164 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1997
LIMIT 1
1163 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2415
ORDER BY f.position ASC
1163 ms 1 Yes /classes/Product.php:5912
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2582) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1163 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2267
ORDER BY `position`
1162 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2420) AND (b.`id_shop` = 1) LIMIT 1
1160 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1888) AND (b.`id_shop` = 1) LIMIT 1
1160 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1850) AND (b.`id_shop` = 1) LIMIT 1
1159 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2563
ORDER BY `position`
1159 ms 1 Yes /classes/Product.php:3523
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2093 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2093 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1159 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2421
ORDER BY `position`
1158 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1908) AND (b.`id_shop` = 1) LIMIT 1
1158 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1870
AND image_shop.`cover` = 1 LIMIT 1
1158 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
1158 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1822
ORDER BY `position`
1157 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
1156 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2133
ORDER BY f.position ASC
1156 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1970) AND (b.`id_shop` = 1) LIMIT 1
1156 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2953
ORDER BY `position`
1156 ms 1 Yes /classes/Product.php:3523
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2040 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2040 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1156 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1853 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1853 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1155 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2406) AND (b.`id_shop` = 1) LIMIT 1
1155 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1884) AND (b.`id_shop` = 1) LIMIT 1
1154 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2048 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2048 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1153 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2229 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2229 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1153 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2958 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2958 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1152 ms 0 /classes/Cart.php:1429
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1839)
1152 ms 1 /classes/Product.php:3835
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2916 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2916 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1152 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE c.id_contact FROM `tm_ets_ctf_contact` c
INNER JOIN `tm_ets_ctf_contact_shop` cs ON (c.id_contact= cs.id_contact)
LEFT JOIN `tm_ets_ctf_contact_lang` cl on (c.id_contact= cl.id_contact AND cl.id_lang="1")
WHERE c.active=1 AND c.hook like "%displayTop%" AND cs.id_shop="1";
1152 ms 2 /modules/ets_contactform7/classes/Contact.php:217
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2249 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2249 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1151 ms 0 /classes/Cart.php:1429
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1867) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1150 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1844) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1149 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1989
ORDER BY `position`
1148 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2266
ORDER BY `position`
1146 ms 1 Yes /classes/Product.php:3523
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2897) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1146 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2961
ORDER BY `position`
1146 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2406
ORDER BY f.position ASC
1146 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1846) AND (b.`id_shop` = 1) LIMIT 1
1146 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2912 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2912 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1145 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2773
ORDER BY `position`
1145 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2202) AND (b.`id_shop` = 1) LIMIT 1
1144 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1909
AND image_shop.`cover` = 1 LIMIT 1
1144 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1991
ORDER BY `position`
1144 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 98 LIMIT 1
1144 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1936
ORDER BY `position`
1143 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1844) AND (b.`id_shop` = 1) LIMIT 1
1143 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1852
ORDER BY `position`
1143 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2122
LIMIT 1
1143 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2586) AND (b.`id_shop` = 1) LIMIT 1
1143 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2821 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2821 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1142 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2178
ORDER BY f.position ASC
1142 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1955
AND image_shop.`cover` = 1 LIMIT 1
1142 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2148
LIMIT 1
1141 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2954
LIMIT 1
1141 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2248
ORDER BY `position`
1140 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2957) AND (b.`id_shop` = 1) LIMIT 1
1140 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2967) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1139 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1851) AND (b.`id_shop` = 1) LIMIT 1
1139 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1850)
1138 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2798) AND (b.`id_shop` = 1) LIMIT 1
1138 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2120) AND (b.`id_shop` = 1) LIMIT 1
1138 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1993 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1993 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1136 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1904
ORDER BY `position`
1136 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2586
LIMIT 1
1134 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2522) AND (b.`id_shop` = 1) LIMIT 1
1134 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1988 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1988 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1133 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1819
AND image_shop.`cover` = 1 LIMIT 1
1132 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2965
ORDER BY f.position ASC
1132 ms 1 Yes /classes/Product.php:5912
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1883) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1132 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2190
LIMIT 1
1132 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2699
LIMIT 1
1132 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2005) AND (b.`id_shop` = 1) LIMIT 1
1132 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2190) AND (b.`id_shop` = 1) LIMIT 1
1131 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2423) AND (b.`id_shop` = 1) LIMIT 1
1131 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2222
ORDER BY f.position ASC
1131 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2701
ORDER BY f.position ASC
1129 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2248) AND (b.`id_shop` = 1) LIMIT 1
1129 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1955) AND (b.`id_shop` = 1) LIMIT 1
1129 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2711
ORDER BY `position`
1129 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2223) AND (b.`id_shop` = 1) LIMIT 1
1128 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2190) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1127 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2050
LIMIT 1
1126 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2701
LIMIT 1
1126 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2699
ORDER BY f.position ASC
1126 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1909
LIMIT 1
1126 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE * FROM tm_revslider_sliders
1126 ms 1 /modules/revsliderprestashop/includes/revslider_db.class.php:214
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1909
ORDER BY f.position ASC
1126 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2771 AND `id_group` = 1 LIMIT 1
1126 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1840
ORDER BY `position`
1124 ms 1 Yes /classes/Product.php:3523
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2773 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2773 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1124 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE * FROM `tm_currency` c ORDER BY `iso_code` ASC
1123 ms 1 Yes /classes/Currency.php:709
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2106
ORDER BY `position`
1123 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1870) AND (b.`id_shop` = 1) LIMIT 1
1122 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2060) AND (b.`id_shop` = 1) LIMIT 1
1122 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2003
ORDER BY f.position ASC
1120 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2422) AND (b.`id_shop` = 1) LIMIT 1
1119 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1992
ORDER BY `position`
1118 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1936) AND (b.`id_shop` = 1) LIMIT 1
1118 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2911
ORDER BY `position`
1118 ms 1 Yes /classes/Product.php:3523
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2585 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2585 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1117 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2964
ORDER BY f.position ASC
1116 ms 1 Yes /classes/Product.php:5912
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2056 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2056 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1116 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2911
LIMIT 1
1116 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2691
ORDER BY `position`
1116 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2047) AND (b.`id_shop` = 1) LIMIT 1
1115 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2823
ORDER BY f.position ASC
1115 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2025) AND (b.`id_shop` = 1) LIMIT 1
1115 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2559
LIMIT 1
1114 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1853
ORDER BY f.position ASC
1114 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2411
LIMIT 1
1113 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1842) AND (b.`id_shop` = 1) LIMIT 1
1113 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2555) AND (b.`id_shop` = 1) LIMIT 1
1113 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1869
LIMIT 1
1112 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2259
ORDER BY f.position ASC
1112 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2229
LIMIT 1
1112 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2770
ORDER BY `position`
1109 ms 1 Yes /classes/Product.php:3523
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2033 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2033 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1109 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2222
LIMIT 1
1109 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE psgdprl.message FROM `tm_psgdpr_consent` psgdpr
LEFT JOIN tm_psgdpr_consent_lang psgdprl ON (psgdpr.id_gdpr_consent = psgdprl.id_gdpr_consent)
WHERE psgdpr.id_module = 22 AND psgdprl.id_lang =1 LIMIT 1
1108 ms 8 /modules/psgdpr/classes/GDPRConsent.php:111
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2964) AND (b.`id_shop` = 1) LIMIT 1
1108 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2692) AND (b.`id_shop` = 1) LIMIT 1
1108 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE psgdpr.active FROM `tm_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 22 LIMIT 1
1108 ms 8 /modules/psgdpr/classes/GDPRConsent.php:132
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2616
ORDER BY `position`
1106 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1936) AND (b.`id_shop` = 1) LIMIT 1
1106 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2249
LIMIT 1
1106 ms 1 /classes/ProductAssembler.php:106
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1889 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1889 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1106 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2893
ORDER BY f.position ASC
1104 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2584
ORDER BY f.position ASC
1104 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2926
ORDER BY `position`
1104 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1941) AND (b.`id_shop` = 1) LIMIT 1
1104 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2248
LIMIT 1
1103 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2199
ORDER BY f.position ASC
1103 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2563) AND (b.`id_shop` = 1) LIMIT 1
1102 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2190) AND (b.`id_shop` = 1) LIMIT 1
1102 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2699) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1101 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1934) AND (b.`id_shop` = 1) LIMIT 1
1101 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1839
LIMIT 1
1101 ms 1 /classes/ProductAssembler.php:106
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2559 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2559 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1101 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2654) AND (b.`id_shop` = 1) LIMIT 1
1100 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1822) AND (b.`id_shop` = 1) LIMIT 1
1100 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2784)
1100 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1948
ORDER BY f.position ASC
1099 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2965
ORDER BY `position`
1098 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2710
ORDER BY `position`
1096 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
1096 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1845
LIMIT 1
1095 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2770) AND (b.`id_shop` = 1) LIMIT 1
1095 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2796 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2796 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1095 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2207) AND (b.`id_shop` = 1) LIMIT 1
1095 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2420) AND (b.`id_shop` = 1) LIMIT 1
1094 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2954) AND (b.`id_shop` = 1) LIMIT 1
1094 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2148
ORDER BY `position`
1093 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2033
ORDER BY f.position ASC
1093 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2966) AND (b.`id_shop` = 1) LIMIT 1
1093 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2263
LIMIT 1
1093 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2618
ORDER BY f.position ASC
1093 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2126
ORDER BY `position`
1092 ms 1 Yes /classes/Product.php:3523
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2035 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2035 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1092 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2002 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2002 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1090 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2992 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2992 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1090 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1850
ORDER BY `position`
1089 ms 1 Yes /classes/Product.php:3523
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1941 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1941 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1089 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1977
ORDER BY `position`
1088 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2075) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1087 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1979) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1087 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
1086 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2897) AND (b.`id_shop` = 1) LIMIT 1
1084 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2967
ORDER BY `position`
1084 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2711
ORDER BY f.position ASC
1084 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2925
ORDER BY `position`
1084 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2093
ORDER BY f.position ASC
1083 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2052
ORDER BY f.position ASC
1083 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1837
ORDER BY f.position ASC
1082 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2721) AND (b.`id_shop` = 1) LIMIT 1
1082 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1851 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1851 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1082 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1954) AND (b.`id_shop` = 1) LIMIT 1
1082 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2422
ORDER BY `position`
1081 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2796) AND (b.`id_shop` = 1) LIMIT 1
1080 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2695) AND (b.`id_shop` = 1) LIMIT 1
1079 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2960
ORDER BY f.position ASC
1079 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2625
ORDER BY `position`
1079 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE domain, domain_ssl
FROM tm_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
1079 ms 1 /classes/shop/ShopUrl.php:182
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2057)
1078 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1888
ORDER BY `position`
1077 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE `id_lang` FROM `tm_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
1077 ms 1 /classes/Language.php:853
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2955
ORDER BY `position`
1077 ms 1 Yes /classes/Product.php:3523
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1829)
1076 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2260
ORDER BY f.position ASC
1076 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2118
AND image_shop.`cover` = 1 LIMIT 1
1076 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2423
ORDER BY `position`
1075 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1852
AND image_shop.`cover` = 1 LIMIT 1
1075 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2722
ORDER BY `position`
1075 ms 1 Yes /classes/Product.php:3523
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2258 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2258 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1074 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1977 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1977 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1074 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2052 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2052 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1074 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1997) AND (b.`id_shop` = 1) LIMIT 1
1074 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1995 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1995 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1074 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2178) AND (b.`id_shop` = 1) LIMIT 1
1073 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2263 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2263 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1073 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2208 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2208 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1073 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2260) AND (b.`id_shop` = 1) LIMIT 1
1073 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE tr.*
FROM `tm_tax_rule` tr
JOIN `tm_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
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
1072 ms 0 /classes/tax/TaxRulesTaxManager.php:109
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2922) AND (b.`id_shop` = 1) LIMIT 1
1072 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1897
AND image_shop.`cover` = 1 LIMIT 1
1072 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2955) AND (b.`id_shop` = 1) LIMIT 1
1071 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1822 AND id_shop=1 LIMIT 1
1071 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1841
ORDER BY `position`
1071 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1907
ORDER BY `position`
1071 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2784
ORDER BY `position`
1071 ms 1 Yes /classes/Product.php:3523
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2625)
1071 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2040
ORDER BY `position`
1070 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2423) AND (b.`id_shop` = 1) LIMIT 1
1070 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2223
ORDER BY `position`
1069 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2249
ORDER BY f.position ASC
1069 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2002) AND (b.`id_shop` = 1) LIMIT 1
1069 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2992
LIMIT 1
1069 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE c.id_contact FROM `tm_ets_ctf_contact` c
INNER JOIN `tm_ets_ctf_contact_shop` cs ON (c.id_contact= cs.id_contact)
LEFT JOIN `tm_ets_ctf_contact_lang` cl on (c.id_contact= cl.id_contact AND cl.id_lang="1")
WHERE c.active=1 AND c.hook like "%nav_top%" AND cs.id_shop="1";
1069 ms 2 /modules/ets_contactform7/classes/Contact.php:217
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1822 AND `id_group` = 1 LIMIT 1
1068 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2611
ORDER BY `position`
1068 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1941
ORDER BY `position`
1067 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1934
ORDER BY f.position ASC
1067 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2582
ORDER BY f.position ASC
1065 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2616) AND (b.`id_shop` = 1) LIMIT 1
1065 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2694)
1064 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2625 AND id_shop=1 LIMIT 1
1064 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2032
ORDER BY `position`
1064 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2992
ORDER BY f.position ASC
1063 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2963
ORDER BY `position`
1063 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1888
ORDER BY f.position ASC
1062 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2923
ORDER BY f.position ASC
1062 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2268) AND (b.`id_shop` = 1) LIMIT 1
1061 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2229
ORDER BY f.position ASC
1059 ms 1 Yes /classes/Product.php:5912
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2730 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2730 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1059 ms 0 /classes/Cart.php:1429
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2691 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2691 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1059 ms 0 /classes/Cart.php:1429
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2120)
1058 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1829
ORDER BY `position`
1057 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2912) AND (b.`id_shop` = 1) LIMIT 1
1056 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2120
AND image_shop.`cover` = 1 LIMIT 1
1055 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2584
AND image_shop.`cover` = 1 LIMIT 1
1055 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2751) AND (b.`id_shop` = 1) LIMIT 1
1055 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2094) AND (b.`id_shop` = 1) LIMIT 1
1054 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2829
ORDER BY `position`
1054 ms 1 Yes /classes/Product.php:3523
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2699 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2699 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1053 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2896
ORDER BY `position`
1053 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2202
AND image_shop.`cover` = 1 LIMIT 1
1052 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2206) AND (b.`id_shop` = 1) LIMIT 1
1052 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
1052 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1970) AND (b.`id_shop` = 1) LIMIT 1
1052 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2700
ORDER BY f.position ASC
1051 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2004
ORDER BY `position`
1051 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2925) AND (b.`id_shop` = 1) LIMIT 1
1051 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2823 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2823 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1050 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2190
AND image_shop.`cover` = 1 LIMIT 1
1050 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2415
LIMIT 1
1049 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2798
ORDER BY f.position ASC
1049 ms 1 Yes /classes/Product.php:5912
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2260 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2260 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1049 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1933
1048 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2522
ORDER BY f.position ASC
1046 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2050
ORDER BY f.position ASC
1046 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2734) AND (b.`id_shop` = 1) LIMIT 1
1045 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1903 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1903 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1045 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1853
LIMIT 1
1043 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 27 AND `id_shop` = 1 LIMIT 1
1042 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2654
ORDER BY `position`
1041 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2956
LIMIT 1
1041 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2421) AND (b.`id_shop` = 1) LIMIT 1
1041 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2251) AND (b.`id_shop` = 1) LIMIT 1
1040 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2770)
1040 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2000) AND (b.`id_shop` = 1) LIMIT 1
1040 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2613
ORDER BY `position`
1039 ms 1 Yes /classes/Product.php:3523
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1903)
1039 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2003) AND (b.`id_shop` = 1) LIMIT 1
1039 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2826
ORDER BY `position`
1038 ms 1 Yes /classes/Product.php:3523
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2259)
1038 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2829) AND (b.`id_shop` = 1) LIMIT 1
1038 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2231 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2231 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1038 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2796
ORDER BY `position`
1037 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1841
AND image_shop.`cover` = 1 LIMIT 1
1037 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2052) AND (b.`id_shop` = 1) LIMIT 1
1036 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1936
AND image_shop.`cover` = 1 LIMIT 1
1036 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2266) AND (b.`id_shop` = 1) LIMIT 1
1036 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2949
ORDER BY `position`
1036 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
1035 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2911) AND (b.`id_shop` = 1) LIMIT 1
1035 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2919
LIMIT 1
1035 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2105) AND (b.`id_shop` = 1) LIMIT 1
1035 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
1034 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2694) AND (b.`id_shop` = 1) LIMIT 1
1034 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2915) AND (b.`id_shop` = 1) LIMIT 1
1034 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2653
AND image_shop.`cover` = 1 LIMIT 1
1033 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2072
AND image_shop.`cover` = 1 LIMIT 1
1033 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2920
ORDER BY `position`
1033 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2960) AND (b.`id_shop` = 1) LIMIT 1
1032 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1997) AND (b.`id_shop` = 1) LIMIT 1
1032 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2555
ORDER BY `position`
1031 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2953) AND (b.`id_shop` = 1) LIMIT 1
1030 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2134
ORDER BY f.position ASC
1030 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1988
ORDER BY `position`
1030 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2563) AND (b.`id_shop` = 1) LIMIT 1
1028 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1998
ORDER BY f.position ASC
1027 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_currency_lang`
WHERE `id_currency` = 1
1027 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2727
ORDER BY `position`
1027 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1822) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1027 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2204) AND (b.`id_shop` = 1) LIMIT 1
1026 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2060
AND image_shop.`cover` = 1 LIMIT 1
1026 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2725
ORDER BY `position`
1026 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2771) AND (b.`id_shop` = 1) LIMIT 1
1026 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2239
ORDER BY `position`
1025 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1836
ORDER BY `position`
1024 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2000) AND (b.`id_shop` = 1) LIMIT 1
1024 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2958) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1024 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2923
ORDER BY `position`
1024 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1844
ORDER BY `position`
1024 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1859
ORDER BY `position`
1023 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2005
ORDER BY `position`
1023 ms 1 Yes /classes/Product.php:3523
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2611)
1023 ms 1 /classes/Product.php:3835
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2415 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2415 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1023 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2004
AND image_shop.`cover` = 1 LIMIT 1
1022 ms 1 /classes/Product.php:3548
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1938 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1938 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1021 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2698
ORDER BY `position`
1021 ms 1 Yes /classes/Product.php:3523
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2893 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2893 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1021 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2051
ORDER BY f.position ASC
1020 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1845
ORDER BY `position`
1019 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1991) AND (b.`id_shop` = 1) LIMIT 1
1018 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2958
ORDER BY f.position ASC
1017 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2959) AND (b.`id_shop` = 1) LIMIT 1
1017 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2583
ORDER BY f.position ASC
1016 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2734) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1014 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1867
ORDER BY `position`
1014 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2204
LIMIT 1
1014 ms 1 /classes/ProductAssembler.php:106
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2700 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2700 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1014 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1903
ORDER BY f.position ASC
1013 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2040) AND (b.`id_shop` = 1) LIMIT 1
1013 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1903
AND image_shop.`cover` = 1 LIMIT 1
1013 ms 1 /classes/Product.php:3548
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2954)
1011 ms 1 /classes/Product.php:3835
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2214)
1011 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1968) AND (b.`id_shop` = 1) LIMIT 1
1011 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2222) AND (b.`id_shop` = 1) LIMIT 1
1010 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2421
AND image_shop.`cover` = 1 LIMIT 1
1010 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1954
AND image_shop.`cover` = 1 LIMIT 1
1010 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2424
ORDER BY `position`
1010 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2957
ORDER BY `position`
1010 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2614) AND (b.`id_shop` = 1) LIMIT 1
1009 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2612
ORDER BY `position`
1009 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1988
ORDER BY f.position ASC
1008 ms 1 Yes /classes/Product.php:5912
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2961)
1008 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2032) AND (b.`id_shop` = 1) LIMIT 1
1007 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
1007 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2075
LIMIT 1
1006 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `tm_manufacturer` m INNER JOIN tm_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `tm_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC
1006 ms 22 Yes /classes/Manufacturer.php:207
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2921
ORDER BY `position`
1006 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1842
ORDER BY `position`
1005 ms 1 Yes /classes/Product.php:3523
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1997) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1005 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2701) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1005 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1977
LIMIT 1
1004 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2916
AND image_shop.`cover` = 1 LIMIT 1
1004 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2613) AND (b.`id_shop` = 1) LIMIT 1
1003 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2047
ORDER BY `position`
1003 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2924) AND (b.`id_shop` = 1) LIMIT 1
1003 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2118) AND (b.`id_shop` = 1) LIMIT 1
1002 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1840) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1002 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1995
ORDER BY `position`
1002 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1955
ORDER BY `position`
1001 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2557
ORDER BY `position`
1001 ms 1 Yes /classes/Product.php:3523
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1822)
1001 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2697) AND (b.`id_shop` = 1) LIMIT 1
1001 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2821) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1000 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2115) AND (b.`id_shop` = 1) LIMIT 1
1000 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2949
ORDER BY f.position ASC
999 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2583) AND (b.`id_shop` = 1) LIMIT 1
998 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
998 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2075
ORDER BY `position`
997 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2586
ORDER BY f.position ASC
997 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1993) AND (b.`id_shop` = 1) LIMIT 1
997 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2698) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
997 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2919
ORDER BY `position`
997 ms 1 Yes /classes/Product.php:3523
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2248)
997 ms 1 /classes/Product.php:3835
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2614 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2614 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
996 ms 0 /classes/Cart.php:1429
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2914)
996 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2786
ORDER BY `position`
996 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2734
ORDER BY `position`
995 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2940
AND image_shop.`cover` = 1 LIMIT 1
995 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1993
ORDER BY f.position ASC
995 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2258
ORDER BY f.position ASC
995 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
995 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2961) AND (b.`id_shop` = 1) LIMIT 1
995 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2726
ORDER BY `position`
994 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2268) AND (b.`id_shop` = 1) LIMIT 1
994 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1908) AND (b.`id_shop` = 1) LIMIT 1
994 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2127) AND (b.`id_shop` = 1) LIMIT 1
993 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1852)
992 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2970
ORDER BY `position`
992 ms 1 Yes /classes/Product.php:3523
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2897)
991 ms 1 /classes/Product.php:3835
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2259 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2259 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
991 ms 0 /classes/Cart.php:1429
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2421)
990 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2914
ORDER BY `position`
989 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2956
ORDER BY `position`
989 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2223
ORDER BY f.position ASC
988 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1889) AND (b.`id_shop` = 1) LIMIT 1
988 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2133
AND image_shop.`cover` = 1 LIMIT 1
987 ms 1 /classes/Product.php:3548
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1841)
987 ms 1 /classes/Product.php:3835
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2522 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2522 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
986 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2956 AND `id_group` = 1 LIMIT 1
986 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
986 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1880) AND (b.`id_shop` = 1) LIMIT 1
985 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2151 AND `id_group` = 1 LIMIT 1
985 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1845) AND (b.`id_shop` = 1) LIMIT 1
984 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2970
AND image_shop.`cover` = 1 LIMIT 1
983 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1897) AND (b.`id_shop` = 1) LIMIT 1
983 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2926) AND (b.`id_shop` = 1) LIMIT 1
982 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2940) AND (b.`id_shop` = 1) LIMIT 1
982 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1869
ORDER BY `position`
982 ms 1 Yes /classes/Product.php:3523
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2826)
981 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2148) AND (b.`id_shop` = 1) LIMIT 1
981 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1840) AND (b.`id_shop` = 1) LIMIT 1
981 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2586 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2586 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
981 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
981 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2960
ORDER BY `position`
981 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1948
ORDER BY `position`
980 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2923
LIMIT 1
980 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2052
LIMIT 1
980 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2208
ORDER BY `position`
980 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1992
AND image_shop.`cover` = 1 LIMIT 1
980 ms 1 /classes/Product.php:3548
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2134 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2134 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
980 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2893
LIMIT 1
979 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2583
AND image_shop.`cover` = 1 LIMIT 1
978 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2134
ORDER BY `position`
978 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2251
ORDER BY `position`
978 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1859) AND (b.`id_shop` = 1) LIMIT 1
977 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2960) AND (b.`id_shop` = 1) LIMIT 1
977 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2559) AND (b.`id_shop` = 1) LIMIT 1
977 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2199) AND (b.`id_shop` = 1) LIMIT 1
977 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2249
ORDER BY `position`
977 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
977 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2265) AND (b.`id_shop` = 1) LIMIT 1
975 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2786) AND (b.`id_shop` = 1) LIMIT 1
975 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2259) AND (b.`id_shop` = 1) LIMIT 1
975 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2916
ORDER BY `position`
974 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2727
LIMIT 1
974 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2199
ORDER BY `position`
973 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2851
ORDER BY `position`
973 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
973 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2829) AND (b.`id_shop` = 1) LIMIT 1
972 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2585)
971 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2821) AND (b.`id_shop` = 1) LIMIT 1
971 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2118
ORDER BY `position`
971 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2202
ORDER BY `position`
969 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2051
ORDER BY `position`
968 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1994) AND (b.`id_shop` = 1) LIMIT 1
968 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2584) AND (b.`id_shop` = 1) LIMIT 1
967 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2956) AND (b.`id_shop` = 1) LIMIT 1
967 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2916) AND (b.`id_shop` = 1) LIMIT 1
967 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1843
ORDER BY `position`
966 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1839
AND image_shop.`cover` = 1 LIMIT 1
966 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1870
ORDER BY `position`
965 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1954
ORDER BY f.position ASC
965 ms 1 Yes /classes/Product.php:5912
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1989)
965 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2060) AND (b.`id_shop` = 1) LIMIT 1
964 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2030)
963 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1
963 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2207) AND (b.`id_shop` = 1) LIMIT 1
963 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1867
AND image_shop.`cover` = 1 LIMIT 1
963 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2725
LIMIT 1
963 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2260) AND (b.`id_shop` = 1) LIMIT 1
962 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE tr.*
FROM `tm_tax_rule` tr
JOIN `tm_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
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
962 ms 1 Yes /classes/tax/TaxRulesTaxManager.php:109
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2897
ORDER BY `position`
962 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE `name`, `alias` FROM `tm_hook_alias`
962 ms 88 /classes/Hook.php:301
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1933)
961 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2075
ORDER BY f.position ASC
960 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 478 LIMIT 1
960 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2691) AND (b.`id_shop` = 1) LIMIT 1
958 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2694
ORDER BY `position`
958 ms 1 Yes /classes/Product.php:3523
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2424)
958 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2897) AND (b.`id_shop` = 1) LIMIT 1
957 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
957 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2582) AND (b.`id_shop` = 1) LIMIT 1
957 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2422) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
957 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2411
ORDER BY f.position ASC
956 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2612
AND image_shop.`cover` = 1 LIMIT 1
956 ms 1 /classes/Product.php:3548
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2615)
955 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1933
AND image_shop.`cover` = 1 LIMIT 1
955 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2241
LIMIT 1
955 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1987
ORDER BY f.position ASC
954 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2697
ORDER BY `position`
954 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1822) AND (b.`id_shop` = 1) LIMIT 1
953 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2259
LIMIT 1
952 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1938) AND (b.`id_shop` = 1) LIMIT 1
952 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2954
ORDER BY `position`
952 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
952 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2231) AND (b.`id_shop` = 1) LIMIT 1
951 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2133) AND (b.`id_shop` = 1) LIMIT 1
951 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2700
LIMIT 1
950 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2785) AND (b.`id_shop` = 1) LIMIT 1
950 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2239)
949 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2066) AND (b.`id_shop` = 1) LIMIT 1
947 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2851) AND (b.`id_shop` = 1) LIMIT 1
947 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2966
AND image_shop.`cover` = 1 LIMIT 1
947 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1968
ORDER BY `position`
947 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2056
ORDER BY `position`
946 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2186
ORDER BY f.position ASC
946 ms 1 Yes /classes/Product.php:5912
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2223)
946 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2949) AND (b.`id_shop` = 1) LIMIT 1
945 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2072) AND (b.`id_shop` = 1) LIMIT 1
945 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2923) AND (b.`id_shop` = 1) LIMIT 1
944 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2423) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
943 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2563)
942 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2231
ORDER BY `position`
942 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1987
LIMIT 1
942 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1953
LIMIT 1
941 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1979) AND (b.`id_shop` = 1) LIMIT 1
940 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2965
AND image_shop.`cover` = 1 LIMIT 1
939 ms 1 /classes/Product.php:3548
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2961) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
939 ms 1 Yes Yes /classes/Product.php:4494
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2060)
939 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2816) AND (b.`id_shop` = 1) LIMIT 1
939 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2072
ORDER BY `position`
939 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1880
AND image_shop.`cover` = 1 LIMIT 1
939 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2251) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
938 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `tm_lang` l
LEFT JOIN `tm_lang_shop` ls ON (l.id_lang = ls.id_lang)
938 ms 1 /classes/Language.php:1049
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2420
ORDER BY `position`
938 ms 1 Yes /classes/Product.php:3523
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2916)
937 ms 1 /classes/Product.php:3835
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2701)
937 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2206) AND (b.`id_shop` = 1) LIMIT 1
937 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product_attribute` pa
INNER JOIN tm_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 `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1909) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
937 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2030
ORDER BY `position`
937 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1837) AND (b.`id_shop` = 1) LIMIT 1
936 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2187) AND (b.`id_shop` = 1) LIMIT 1
936 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2066) AND (b.`id_shop` = 1) LIMIT 1
936 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2031 AND id_shop=1 LIMIT 1
935 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2999) AND (b.`id_shop` = 1) LIMIT 1
935 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1851
ORDER BY `position`
935 ms 1 Yes /classes/Product.php:3523
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2004)
934 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2228) AND (b.`id_shop` = 1) LIMIT 1
934 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
933 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1904
ORDER BY f.position ASC
933 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2896
AND image_shop.`cover` = 1 LIMIT 1
932 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1995
AND image_shop.`cover` = 1 LIMIT 1
932 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE tr.*
FROM `tm_tax_rule` tr
JOIN `tm_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
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
932 ms 0 /classes/tax/TaxRulesTaxManager.php:109
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1995
ORDER BY f.position ASC
931 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2411) AND (b.`id_shop` = 1) LIMIT 1
930 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2584
ORDER BY `position`
929 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1851) AND (b.`id_shop` = 1) LIMIT 1
929 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
927 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2751
ORDER BY `position`
926 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1994
LIMIT 1
926 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2048
ORDER BY `position`
926 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1909) AND (b.`id_shop` = 1) LIMIT 1
925 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2421) AND (b.`id_shop` = 1) LIMIT 1
925 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1979) AND (b.`id_shop` = 1) LIMIT 1
925 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2615
LIMIT 1
925 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1822
AND image_shop.`cover` = 1 LIMIT 1
924 ms 1 /classes/Product.php:3548
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2251)
923 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1996) AND (b.`id_shop` = 1) LIMIT 1
923 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2773) AND (b.`id_shop` = 1) LIMIT 1
923 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1897
ORDER BY `position`
923 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1907) AND (b.`id_shop` = 1) LIMIT 1
922 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2962) AND (b.`id_shop` = 1) LIMIT 1
922 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2248) AND (b.`id_shop` = 1) LIMIT 1
922 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1836) AND (b.`id_shop` = 1) LIMIT 1
921 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2771) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
920 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1907)
920 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1853) AND (b.`id_shop` = 1) LIMIT 1
920 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1880
ORDER BY `position`
919 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2207
AND image_shop.`cover` = 1 LIMIT 1
919 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
919 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2711
AND image_shop.`cover` = 1 LIMIT 1
918 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2730) AND (b.`id_shop` = 1) LIMIT 1
918 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2522) AND (b.`id_shop` = 1) LIMIT 1
918 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2920) AND (b.`id_shop` = 1) LIMIT 1
918 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2115
AND image_shop.`cover` = 1 LIMIT 1
917 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2786) AND (b.`id_shop` = 1) LIMIT 1
916 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2722) AND (b.`id_shop` = 1) LIMIT 1
916 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2962
AND image_shop.`cover` = 1 LIMIT 1
916 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
915 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2186
ORDER BY `position`
915 ms 1 Yes /classes/Product.php:3523
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2921)
915 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2267) AND (b.`id_shop` = 1) LIMIT 1
914 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2734) AND (b.`id_shop` = 1) LIMIT 1
914 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2725) AND (b.`id_shop` = 1) LIMIT 1
914 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2698
ORDER BY f.position ASC
914 ms 1 Yes /classes/Product.php:5912
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1860)
913 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2120) AND (b.`id_shop` = 1) LIMIT 1
913 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2249 AND id_shop=1 LIMIT 1
913 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1909) AND (b.`id_shop` = 1) LIMIT 1
913 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
913 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2030) AND (b.`id_shop` = 1) LIMIT 1
912 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
912 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1904) AND (b.`id_shop` = 1) LIMIT 1
912 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1846
ORDER BY `position`
912 ms 1 Yes /classes/Product.php:3523
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1977)
912 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2964
ORDER BY `position`
912 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2893
ORDER BY `position`
911 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
910 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2415) AND (b.`id_shop` = 1) LIMIT 1
909 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 98 LIMIT 1
909 ms 1 /classes/Product.php:5629
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2423)
909 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2208) AND (b.`id_shop` = 1) LIMIT 1
909 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
909 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2147) AND (b.`id_shop` = 1) LIMIT 1
909 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1841) AND (b.`id_shop` = 1) LIMIT 1
908 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE c.id_currency
FROM `tm_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
908 ms 1 /classes/Currency.php:893
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1840) AND (b.`id_shop` = 1) LIMIT 1
908 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1998 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1998 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
907 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
907 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2964) AND (b.`id_shop` = 1) LIMIT 1
906 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1909)
906 ms 1 /classes/Product.php:3835
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2072)
906 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
906 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2919)
904 ms 1 /classes/Product.php:3835
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2913)
902 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2959 AND `id_group` = 1 LIMIT 1
902 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2770) AND (b.`id_shop` = 1) LIMIT 1
902 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2134)
901 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2625
ORDER BY f.position ASC
901 ms 1 Yes /classes/Product.php:5912
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2829)
900 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1948) AND (b.`id_shop` = 1) LIMIT 1
900 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2559) AND (b.`id_shop` = 1) LIMIT 1
900 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2691) AND (b.`id_shop` = 1) LIMIT 1
900 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2700) AND (b.`id_shop` = 1) LIMIT 1
899 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2698) AND (b.`id_shop` = 1) LIMIT 1
899 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2965) AND (b.`id_shop` = 1) LIMIT 1
899 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1998) AND (b.`id_shop` = 1) LIMIT 1
899 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1843) AND (b.`id_shop` = 1) LIMIT 1
899 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1978
AND image_shop.`cover` = 1 LIMIT 1
899 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1844
AND image_shop.`cover` = 1 LIMIT 1
898 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2203) AND (b.`id_shop` = 1) LIMIT 1
898 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1845) AND (b.`id_shop` = 1) LIMIT 1
897 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2611) AND (b.`id_shop` = 1) LIMIT 1
896 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
896 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2239
AND image_shop.`cover` = 1 LIMIT 1
896 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1897) AND (b.`id_shop` = 1) LIMIT 1
896 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2582
ORDER BY `position`
896 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2726) AND (b.`id_shop` = 1) LIMIT 1
896 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
895 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2002)
895 ms 1 /classes/Product.php:3835
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1837)
895 ms 1 /classes/Product.php:3835
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1904)
895 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2000
AND image_shop.`cover` = 1 LIMIT 1
894 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
894 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2953)
894 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2106) AND (b.`id_shop` = 1) LIMIT 1
893 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1979
ORDER BY `position`
893 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2796) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
893 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2122
ORDER BY `position`
893 ms 1 Yes /classes/Product.php:3523
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2786)
893 ms 1 /classes/Product.php:3835
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1884)
893 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
893 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1938
ORDER BY `position`
892 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2265
ORDER BY `position`
892 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2999) AND (b.`id_shop` = 1) LIMIT 1
891 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2821) AND (b.`id_shop` = 1) LIMIT 1
891 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2258)
890 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
890 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2585) AND (b.`id_shop` = 1) LIMIT 1
890 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1870)
890 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2961
AND image_shop.`cover` = 1 LIMIT 1
890 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2258) AND (b.`id_shop` = 1) LIMIT 1
889 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2922)
889 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2120
ORDER BY `position`
889 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2913) AND (b.`id_shop` = 1) LIMIT 1
889 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2701 AND `id_group` = 1 LIMIT 1
889 ms 0 /classes/GroupReduction.php:156
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2923)
889 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2066
ORDER BY `position`
888 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1883
AND image_shop.`cover` = 1 LIMIT 1
888 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1978) AND (b.`id_shop` = 1) LIMIT 1
888 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2961
ORDER BY f.position ASC
887 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2214
ORDER BY `position`
887 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2204) AND (b.`id_shop` = 1) LIMIT 1
887 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1948
887 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1978) AND (b.`id_shop` = 1) LIMIT 1
887 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2251) AND (b.`id_shop` = 1) LIMIT 1
887 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1993)
886 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1948
AND image_shop.`cover` = 1 LIMIT 1
886 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2919) AND (b.`id_shop` = 1) LIMIT 1
886 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2926) AND (b.`id_shop` = 1) LIMIT 1
886 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2118)
886 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2118) AND (b.`id_shop` = 1) LIMIT 1
886 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2267
AND image_shop.`cover` = 1 LIMIT 1
885 ms 1 /classes/Product.php:3548
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2964)
885 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
885 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2248
ORDER BY f.position ASC
885 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2654
AND image_shop.`cover` = 1 LIMIT 1
884 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2415
ORDER BY `position`
884 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2148
AND image_shop.`cover` = 1 LIMIT 1
883 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2231) AND (b.`id_shop` = 1) LIMIT 1
883 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2616
AND image_shop.`cover` = 1 LIMIT 1
883 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2924
ORDER BY `position`
883 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2249) AND (b.`id_shop` = 1) LIMIT 1
882 ms 1 /src/Adapter/EntityMapper.php:76
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2798 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2798 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
881 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2050) AND (b.`id_shop` = 1) LIMIT 1
881 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1889) AND (b.`id_shop` = 1) LIMIT 1
881 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1842) AND (b.`id_shop` = 1) LIMIT 1
880 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1841) AND (b.`id_shop` = 1) LIMIT 1
880 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2406
ORDER BY `position`
880 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2992) AND (b.`id_shop` = 1) LIMIT 1
880 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2922
AND image_shop.`cover` = 1 LIMIT 1
880 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
880 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2912) AND (b.`id_shop` = 1) LIMIT 1
879 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2963) AND (b.`id_shop` = 1) LIMIT 1
879 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
879 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1880) AND (b.`id_shop` = 1) LIMIT 1
879 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2260
LIMIT 1
878 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1996) AND (b.`id_shop` = 1) LIMIT 1
878 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2229) AND (b.`id_shop` = 1) LIMIT 1
878 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2710
AND image_shop.`cover` = 1 LIMIT 1
878 ms 1 /classes/Product.php:3548
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1908)
878 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2821
AND image_shop.`cover` = 1 LIMIT 1
877 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
877 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1838
ORDER BY `position`
877 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2186
LIMIT 1
877 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1869
AND image_shop.`cover` = 1 LIMIT 1
877 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2423
AND image_shop.`cover` = 1 LIMIT 1
876 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2265
AND image_shop.`cover` = 1 LIMIT 1
876 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 318 LIMIT 1
875 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1998) AND (b.`id_shop` = 1) LIMIT 1
875 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1998
ORDER BY `position`
874 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
874 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2726
AND image_shop.`cover` = 1 LIMIT 1
874 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1909
ORDER BY `position`
874 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2913
ORDER BY `position`
874 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2208
871 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2699) AND (b.`id_shop` = 1) LIMIT 1
871 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2967) AND (b.`id_shop` = 1) LIMIT 1
871 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2963) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
870 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2959) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
869 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2557) AND (b.`id_shop` = 1) LIMIT 1
869 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1862
AND image_shop.`cover` = 1 LIMIT 1
869 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1934
ORDER BY `position`
869 ms 1 Yes /classes/Product.php:3523
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1859)
869 ms 1 /classes/Product.php:3835
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1840)
868 ms 1 /classes/Product.php:3835
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2241 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2241 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
867 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
867 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2203
AND image_shop.`cover` = 1 LIMIT 1
867 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2190
ORDER BY `position`
867 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1953
ORDER BY `position`
866 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
866 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1996)
866 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2186) AND (b.`id_shop` = 1) LIMIT 1
866 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1991) AND (b.`id_shop` = 1) LIMIT 1
865 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1867) AND (b.`id_shop` = 1) LIMIT 1
865 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2203
ORDER BY `position`
865 ms 1 Yes /classes/Product.php:3523
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2962)
864 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2263) AND (b.`id_shop` = 1) LIMIT 1
864 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2816
AND image_shop.`cover` = 1 LIMIT 1
864 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2965) AND (b.`id_shop` = 1) LIMIT 1
864 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2956 AND id_shop=1 LIMIT 1
863 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1903) AND (b.`id_shop` = 1) LIMIT 1
863 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2000
ORDER BY `position`
863 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE `name`
FROM `tm_manufacturer`
WHERE `id_manufacturer` = 24
AND `active` = 1 LIMIT 1
862 ms 1 /classes/Manufacturer.php:312
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2992)
862 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
862 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2771) AND (b.`id_shop` = 1) LIMIT 1
862 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2411) AND (b.`id_shop` = 1) LIMIT 1
862 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
861 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1988) AND (b.`id_shop` = 1) LIMIT 1
861 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2701) AND (b.`id_shop` = 1) LIMIT 1
861 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2178
ORDER BY `position`
860 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2730
ORDER BY `position`
860 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1979 AND `id_group` = 1 LIMIT 1
860 ms 0 /classes/GroupReduction.php:156
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2618)
860 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2710) AND (b.`id_shop` = 1) LIMIT 1
859 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1991
AND image_shop.`cover` = 1 LIMIT 1
859 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2917) AND (b.`id_shop` = 1) LIMIT 1
858 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2127
AND image_shop.`cover` = 1 LIMIT 1
858 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2959
AND image_shop.`cover` = 1 LIMIT 1
858 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2093
ORDER BY `position`
858 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2915
ORDER BY `position`
857 ms 1 Yes /classes/Product.php:3523
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2411)
857 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1819) AND (b.`id_shop` = 1) LIMIT 1
857 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
857 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1954
ORDER BY `position`
856 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
855 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1954) AND (b.`id_shop` = 1) LIMIT 1
855 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1836) AND (b.`id_shop` = 1) LIMIT 1
855 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2206
AND image_shop.`cover` = 1 LIMIT 1
855 ms 1 /classes/Product.php:3548
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2003)
855 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1997
AND image_shop.`cover` = 1 LIMIT 1
855 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
854 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1860
ORDER BY `position`
854 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
854 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2126)
854 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1843) AND (b.`id_shop` = 1) LIMIT 1
853 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
853 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2734)
853 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2912
ORDER BY `position`
853 ms 1 Yes /classes/Product.php:3523
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2268)
853 ms 1 /classes/Product.php:3835
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2967)
853 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2229) AND (b.`id_shop` = 1) LIMIT 1
853 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
853 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2970)
853 ms 1 /classes/Product.php:3835
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2697)
853 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2816
ORDER BY `position`
852 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2775
852 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1989) AND (b.`id_shop` = 1) LIMIT 1
852 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2823) AND (b.`id_shop` = 1) LIMIT 1
852 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
851 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2999
AND image_shop.`cover` = 1 LIMIT 1
851 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2586) AND (b.`id_shop` = 1) LIMIT 1
851 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2005)
851 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2914
AND image_shop.`cover` = 1 LIMIT 1
851 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `name`
FROM `tm_manufacturer`
WHERE `id_manufacturer` = 6
AND `active` = 1 LIMIT 1
850 ms 1 /classes/Manufacturer.php:312
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2031) AND (b.`id_shop` = 1) LIMIT 1
850 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1840
AND image_shop.`cover` = 1 LIMIT 1
850 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2127) AND (b.`id_shop` = 1) LIMIT 1
850 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2695
ORDER BY `position`
849 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1860
849 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2958) AND (b.`id_shop` = 1) LIMIT 1
849 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2263
ORDER BY f.position ASC
849 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE `id_guest`
FROM `tm_connections`
WHERE `id_guest` = 6745735
AND `date_add` > '2025-04-17 13:47:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
848 ms 1 Yes /classes/Connection.php:154
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2956) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
848 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2796) AND (b.`id_shop` = 1) LIMIT 1
848 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2202) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
848 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2214) AND (b.`id_shop` = 1) LIMIT 1
848 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
847 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2258
ORDER BY `position`
847 ms 1 Yes /classes/Product.php:3523
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2926)
847 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
847 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1884
AND image_shop.`cover` = 1 LIMIT 1
846 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2058) AND (b.`id_shop` = 1) LIMIT 1
846 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1888) AND (b.`id_shop` = 1) LIMIT 1
846 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2557
AND image_shop.`cover` = 1 LIMIT 1
845 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2265) AND (b.`id_shop` = 1) LIMIT 1
845 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
845 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2178)
844 ms 1 /classes/Product.php:3835
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2730)
844 ms 1 /classes/Product.php:3835
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1997)
844 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
844 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2058) AND (b.`id_shop` = 1) LIMIT 1
844 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2920)
843 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1904) AND (b.`id_shop` = 1) LIMIT 1
843 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2897
843 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2826
AND image_shop.`cover` = 1 LIMIT 1
843 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2115
ORDER BY `position`
842 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 68 LIMIT 1
842 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1938) AND (b.`id_shop` = 1) LIMIT 1
841 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1977) AND (b.`id_shop` = 1) LIMIT 1
841 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2816) AND (b.`id_shop` = 1) LIMIT 1
841 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
840 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2722
ORDER BY f.position ASC
840 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2133) AND (b.`id_shop` = 1) LIMIT 1
840 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2003
ORDER BY `position`
840 ms 1 Yes /classes/Product.php:3523
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2557)
839 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2148
839 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2040
AND image_shop.`cover` = 1 LIMIT 1
839 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1819
ORDER BY `position`
839 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2251
AND image_shop.`cover` = 1 LIMIT 1
838 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 72 LIMIT 1
838 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2694
AND image_shop.`cover` = 1 LIMIT 1
838 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2093
AND image_shop.`cover` = 1 LIMIT 1
838 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
838 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2259) AND (b.`id_shop` = 1) LIMIT 1
837 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
837 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
837 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2618
AND image_shop.`cover` = 1 LIMIT 1
837 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
836 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
836 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2958
AND image_shop.`cover` = 1 LIMIT 1
836 ms 1 /classes/Product.php:3548
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2094)
836 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1970
AND image_shop.`cover` = 1 LIMIT 1
835 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1846
AND image_shop.`cover` = 1 LIMIT 1
835 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
835 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1968)
834 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2268
AND image_shop.`cover` = 1 LIMIT 1
834 ms 1 /classes/Product.php:3548
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2774)
834 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
834 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2208) AND (b.`id_shop` = 1) LIMIT 1
834 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
834 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1954)
834 ms 1 /classes/Product.php:3835
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1948)
834 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1953) AND (b.`id_shop` = 1) LIMIT 1
834 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2698)
833 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2093) AND (b.`id_shop` = 1) LIMIT 1
833 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2151
ORDER BY `position`
833 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1970
ORDER BY `position`
833 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2692
ORDER BY `position`
832 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2134) AND (b.`id_shop` = 1) LIMIT 1
832 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1850) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
832 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2957) AND (b.`id_shop` = 1) LIMIT 1
832 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2785
ORDER BY `position`
832 ms 1 Yes /classes/Product.php:3523
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2151)
832 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2187) AND (b.`id_shop` = 1) LIMIT 1
832 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2035) AND (b.`id_shop` = 1) LIMIT 1
832 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1907
832 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 72 LIMIT 1
831 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1837) AND (b.`id_shop` = 1) LIMIT 1
830 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2191) AND (b.`id_shop` = 1) LIMIT 1
830 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1909
830 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2126
AND image_shop.`cover` = 1 LIMIT 1
829 ms 1 /classes/Product.php:3548
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2105)
829 ms 1 /classes/Product.php:3835
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1941)
829 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
828 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2992
AND image_shop.`cover` = 1 LIMIT 1
828 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2229
ORDER BY `position`
828 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 68 LIMIT 1
828 ms 1 /classes/Product.php:5629
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1844)
828 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
827 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
827 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1883) AND (b.`id_shop` = 1) LIMIT 1
827 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2727) AND (b.`id_shop` = 1) LIMIT 1
827 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2970) AND (b.`id_shop` = 1) LIMIT 1
826 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `name`, `active`, `position`
FROM `tm_pscheckout_funding_source`
WHERE `id_shop` = 1
825 ms 1 /modules/ps_checkout/src/FundingSource/FundingSourceConfigurationRepository.php:85
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2727
AND image_shop.`cover` = 1 LIMIT 1
825 ms 1 /classes/Product.php:3548
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2775)
824 ms 1 /classes/Product.php:3835
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2052)
824 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2424
AND image_shop.`cover` = 1 LIMIT 1
824 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1862) AND (b.`id_shop` = 1) LIMIT 1
824 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1936)
823 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
823 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
823 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2222
ORDER BY `position`
823 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2953) AND (b.`id_shop` = 1) LIMIT 1
823 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2896) AND (b.`id_shop` = 1) LIMIT 1
823 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2052) AND (b.`id_shop` = 1) LIMIT 1
823 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1968) AND (b.`id_shop` = 1) LIMIT 1
822 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
822 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2406
AND image_shop.`cover` = 1 LIMIT 1
822 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1860
AND image_shop.`cover` = 1 LIMIT 1
822 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `tm_currency` c
LEFT JOIN tm_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 LIMIT 1
821 ms 1 /classes/Currency.php:1126
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2751)
821 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2751) AND (b.`id_shop` = 1) LIMIT 1
821 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2191)
821 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2699) AND (b.`id_shop` = 1) LIMIT 1
820 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
819 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2700)
819 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2422) AND (b.`id_shop` = 1) LIMIT 1
819 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2956) AND (b.`id_shop` = 1) LIMIT 1
819 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
819 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2773)
818 ms 1 /classes/Product.php:3835
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2999)
818 ms 1 /classes/Product.php:3835
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2127)
818 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1884) AND (b.`id_shop` = 1) LIMIT 1
818 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2775) AND (b.`id_shop` = 1) LIMIT 1
817 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2106)
817 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1933) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
817 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2959 AND id_shop=1 LIMIT 1
817 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "ps_accounts" LIMIT 1
816 ms 1 /src/Adapter/Module/ModuleDataProvider.php:198
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2967) AND (b.`id_shop` = 1) LIMIT 1
815 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2966) AND (b.`id_shop` = 1) LIMIT 1
815 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2730
AND image_shop.`cover` = 1 LIMIT 1
815 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2785
AND image_shop.`cover` = 1 LIMIT 1
815 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1860) AND (b.`id_shop` = 1) LIMIT 1
815 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2913
814 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
814 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2267)
814 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1880) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
813 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2784) AND (b.`id_shop` = 1) LIMIT 1
813 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
813 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
813 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1845)
813 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2202) AND (b.`id_shop` = 1) LIMIT 1
813 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2151 AND id_shop=1 LIMIT 1
812 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2187
AND image_shop.`cover` = 1 LIMIT 1
812 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2057) AND (b.`id_shop` = 1) LIMIT 1
812 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2721
ORDER BY `position`
812 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2917) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
812 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2692)
811 ms 1 /classes/Product.php:3835
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2066)
811 ms 1 /classes/Product.php:3835
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1883)
811 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2187) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
810 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2266)
810 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2187
ORDER BY `position`
810 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2725
AND image_shop.`cover` = 1 LIMIT 1
810 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2721) AND (b.`id_shop` = 1) LIMIT 1
810 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2695)
809 ms 1 /classes/Product.php:3835
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2075)
809 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2208 AND `id_group` = 1 LIMIT 1
809 ms 0 /classes/GroupReduction.php:156
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2040)
809 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2964
AND image_shop.`cover` = 1 LIMIT 1
808 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
808 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2228)
807 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
806 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
806 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 478 LIMIT 1
806 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2058
805 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1988
AND image_shop.`cover` = 1 LIMIT 1
805 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2710) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
805 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2785)
804 ms 1 /classes/Product.php:3835
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1897)
804 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
804 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
804 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2896)
804 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
804 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2914) AND (b.`id_shop` = 1) LIMIT 1
803 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
803 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2147
AND image_shop.`cover` = 1 LIMIT 1
803 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2700
AND image_shop.`cover` = 1 LIMIT 1
803 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2949) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
803 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2249
AND image_shop.`cover` = 1 LIMIT 1
803 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1978
ORDER BY `position`
802 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2122) AND (b.`id_shop` = 1) LIMIT 1
802 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2821)
802 ms 1 /classes/Product.php:3835
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2816)
802 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1843
AND image_shop.`cover` = 1 LIMIT 1
801 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
801 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1996
AND image_shop.`cover` = 1 LIMIT 1
801 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1859) AND (b.`id_shop` = 1) LIMIT 1
801 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2775) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
801 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2147)
801 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2415) AND (b.`id_shop` = 1) LIMIT 1
801 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2949) AND (b.`id_shop` = 1) LIMIT 1
801 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2725) AND (b.`id_shop` = 1) LIMIT 1
801 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2206)
801 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2522
ORDER BY `position`
800 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2940
ORDER BY `position`
799 ms 1 Yes /classes/Product.php:3523
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1819)
799 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
799 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2147
ORDER BY `position`
799 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1993
ORDER BY `position`
799 ms 1 Yes /classes/Product.php:3523
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2726)
798 ms 1 /classes/Product.php:3835
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2187)
798 ms 1 /classes/Product.php:3835
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2584 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2584 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
798 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2699
ORDER BY `position`
797 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2133) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
797 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1953) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
797 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2711)
797 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2798) AND (b.`id_shop` = 1) LIMIT 1
797 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1978)
797 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1934
AND image_shop.`cover` = 1 LIMIT 1
796 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2611
AND image_shop.`cover` = 1 LIMIT 1
796 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2048) AND (b.`id_shop` = 1) LIMIT 1
796 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
796 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2005
796 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2031
AND image_shop.`cover` = 1 LIMIT 1
795 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2625
AND image_shop.`cover` = 1 LIMIT 1
795 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2231
AND image_shop.`cover` = 1 LIMIT 1
795 ms 1 /classes/Product.php:3548
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1869)
795 ms 1 /classes/Product.php:3835
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1889)
795 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2962) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
794 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2411
ORDER BY `position`
794 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2798
ORDER BY `position`
794 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2106) AND (b.`id_shop` = 1) LIMIT 1
794 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2963)
794 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
794 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
793 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2999
ORDER BY `position`
793 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
793 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
793 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2266) AND (b.`id_shop` = 1) LIMIT 1
792 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1839) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
791 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2268) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
790 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1880)
789 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1994) AND (b.`id_shop` = 1) LIMIT 1
789 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2618
ORDER BY `position`
788 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2967
AND image_shop.`cover` = 1 LIMIT 1
788 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2615
ORDER BY `position`
787 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
787 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2770) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
786 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2911
AND image_shop.`cover` = 1 LIMIT 1
786 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2066
AND image_shop.`cover` = 1 LIMIT 1
785 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2105) AND (b.`id_shop` = 1) LIMIT 1
785 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1852
785 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2700
ORDER BY `position`
785 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2057
AND image_shop.`cover` = 1 LIMIT 1
784 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2259
ORDER BY `position`
784 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2222
AND image_shop.`cover` = 1 LIMIT 1
784 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
784 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
783 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2775
AND image_shop.`cover` = 1 LIMIT 1
783 ms 1 /classes/Product.php:3548
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2035)
783 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2583
ORDER BY `position`
783 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1844) AND (b.`id_shop` = 1) LIMIT 1
782 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1968) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
782 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2721)
782 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2222) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
782 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1859
AND image_shop.`cover` = 1 LIMIT 1
781 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1941) AND (b.`id_shop` = 1) LIMIT 1
781 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2048)
781 ms 1 /classes/Product.php:3835
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2202)
781 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2203) AND (b.`id_shop` = 1) LIMIT 1
781 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2698) AND (b.`id_shop` = 1) LIMIT 1
780 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
779 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2004) AND (b.`id_shop` = 1) LIMIT 1
779 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
779 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2722
AND image_shop.`cover` = 1 LIMIT 1
779 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2148) AND (b.`id_shop` = 1) LIMIT 1
778 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1970)
778 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2126
778 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2048) AND (b.`id_shop` = 1) LIMIT 1
778 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2249) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
777 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1850) AND (b.`id_shop` = 1) LIMIT 1
777 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
777 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1953
AND image_shop.`cover` = 1 LIMIT 1
777 ms 1 /classes/Product.php:3548
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2915)
776 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2421
776 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2555
AND image_shop.`cover` = 1 LIMIT 1
776 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2583 AND id_shop=1 LIMIT 1
776 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 61) AND (b.`id_shop` = 1) LIMIT 1
775 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
774 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2033)
774 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
774 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2148)
774 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2967 AND id_shop=1 LIMIT 1
774 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
773 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
773 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1883
ORDER BY `position`
773 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2912
AND image_shop.`cover` = 1 LIMIT 1
773 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2557 AND `id_group` = 1 LIMIT 1
772 ms 0 /classes/GroupReduction.php:156
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2222)
772 ms 1 /classes/Product.php:3835
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2613)
772 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1853) AND (b.`id_shop` = 1) LIMIT 1
772 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
771 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2770
AND image_shop.`cover` = 1 LIMIT 1
771 ms 1 /classes/Product.php:3548
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1838)
770 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2032
AND image_shop.`cover` = 1 LIMIT 1
770 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
770 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2826) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
770 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
770 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2206) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
770 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2823
ORDER BY `position`
769 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2917
769 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2005
AND image_shop.`cover` = 1 LIMIT 1
769 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1995) AND (b.`id_shop` = 1) LIMIT 1
769 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2957
AND image_shop.`cover` = 1 LIMIT 1
769 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 67 LIMIT 1
768 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2115
768 ms 1 /classes/Product.php:2885
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1953)
768 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2614) AND (b.`id_shop` = 1) LIMIT 1
768 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2228) AND (b.`id_shop` = 1) LIMIT 1
768 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2957 AND id_shop=1 LIMIT 1
767 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
766 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2956
AND image_shop.`cover` = 1 LIMIT 1
766 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
766 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1884
ORDER BY `position`
765 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2698 AND `id_group` = 1 LIMIT 1
765 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM tm_shop s
LEFT JOIN tm_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
764 ms 1 /classes/shop/Shop.php:205
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2585) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
764 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2965)
764 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2751
AND image_shop.`cover` = 1 LIMIT 1
764 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1979
AND image_shop.`cover` = 1 LIMIT 1
764 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2266
AND image_shop.`cover` = 1 LIMIT 1
763 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1987) AND (b.`id_shop` = 1) LIMIT 1
763 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
763 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2241)
763 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2773
AND image_shop.`cover` = 1 LIMIT 1
762 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1889
AND image_shop.`cover` = 1 LIMIT 1
762 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2559
ORDER BY `position`
761 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
761 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
761 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2912)
761 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1829) AND (b.`id_shop` = 1) LIMIT 1
761 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 96) AND (b.`id_shop` = 1) LIMIT 1
760 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1838
760 ms 1 /classes/Product.php:2885
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2851)
760 ms 1 /classes/Product.php:3835
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2199)
760 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2614
ORDER BY `position`
760 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 101) AND (b.`id_shop` = 1) LIMIT 1
759 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2002
AND image_shop.`cover` = 1 LIMIT 1
759 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1977) AND (b.`id_shop` = 1) LIMIT 1
759 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2823) AND (b.`id_shop` = 1) LIMIT 1
759 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1995)
759 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2615
AND image_shop.`cover` = 1 LIMIT 1
759 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1955) AND (b.`id_shop` = 1) LIMIT 1
758 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1829
AND image_shop.`cover` = 1 LIMIT 1
758 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
758 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2239) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
758 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2178
AND image_shop.`cover` = 1 LIMIT 1
757 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
757 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2796
AND image_shop.`cover` = 1 LIMIT 1
757 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
757 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2955)
757 ms 1 /classes/Product.php:3835
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2893)
756 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2954
AND image_shop.`cover` = 1 LIMIT 1
756 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1955
756 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2031
ORDER BY `position`
756 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2094
AND image_shop.`cover` = 1 LIMIT 1
755 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
755 ms 1 /classes/module/Module.php:2840
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2050)
755 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 98 LIMIT 1
755 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
754 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1839) AND (b.`id_shop` = 1) LIMIT 1
754 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2774) AND (b.`id_shop` = 1) LIMIT 1
754 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1837
ORDER BY `position`
754 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1987
ORDER BY `position`
753 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2148) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
753 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2949
AND image_shop.`cover` = 1 LIMIT 1
752 ms 1 /classes/Product.php:3548
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1988)
752 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2711
752 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2917 AND id_shop=1 LIMIT 1
752 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1888
AND image_shop.`cover` = 1 LIMIT 1
751 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
751 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2199) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
750 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1850 AND id_shop=1 LIMIT 1
749 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 78 AND `id_shop` = 1 LIMIT 1
749 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2701
ORDER BY `position`
749 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2920) AND (b.`id_shop` = 1) LIMIT 1
749 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2710
748 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1850
AND image_shop.`cover` = 1 LIMIT 1
748 ms 1 /classes/Product.php:3548
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2559)
748 ms 1 /classes/Product.php:3835
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2616)
747 ms 1 /classes/Product.php:3835
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2654)
747 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
747 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2050
AND image_shop.`cover` = 1 LIMIT 1
746 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_tax_lang`
WHERE `id_tax` = 1
746 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2115) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
746 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2000)
746 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2913) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
745 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2960) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
745 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2612) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
745 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2586
AND image_shop.`cover` = 1 LIMIT 1
745 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2700) AND (b.`id_shop` = 1) LIMIT 1
745 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2771
AND image_shop.`cover` = 1 LIMIT 1
744 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
743 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2056 AND `id_group` = 1 LIMIT 1
743 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
743 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
743 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1867
743 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2035) AND (b.`id_shop` = 1) LIMIT 1
743 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2035
ORDER BY `position`
743 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2005) AND (b.`id_shop` = 1) LIMIT 1
742 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
742 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
742 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `name`
FROM `tm_manufacturer`
WHERE `id_manufacturer` = 4
AND `active` = 1 LIMIT 1
742 ms 1 /classes/Manufacturer.php:312
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2957) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
742 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2992) AND (b.`id_shop` = 1) LIMIT 1
741 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1851
AND image_shop.`cover` = 1 LIMIT 1
741 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2229
AND image_shop.`cover` = 1 LIMIT 1
741 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2134) AND (b.`id_shop` = 1) LIMIT 1
741 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2940)
741 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2228
ORDER BY `position`
741 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
741 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 78) AND (b.`id_shop` = 1) LIMIT 1
740 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2654) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
740 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2133)
739 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1844
739 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1903
738 ms 1 /classes/Product.php:2885
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2522)
738 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2926
AND image_shop.`cover` = 1 LIMIT 1
738 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2771 AND id_shop=1 LIMIT 1
738 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2122) AND (b.`id_shop` = 1) LIMIT 1
737 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2267) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
737 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2047
AND image_shop.`cover` = 1 LIMIT 1
737 ms 1 /classes/Product.php:3548
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1938)
737 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1853
ORDER BY `position`
736 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
736 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2722)
736 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2050
ORDER BY `position`
736 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1934
736 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1992) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
735 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2959) AND (b.`id_shop` = 1) LIMIT 1
735 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2773) AND (b.`id_shop` = 1) LIMIT 1
735 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
734 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
734 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
734 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1938
AND image_shop.`cover` = 1 LIMIT 1
732 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2248 AND id_shop=1 LIMIT 1
732 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1907
AND image_shop.`cover` = 1 LIMIT 1
731 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2784
AND image_shop.`cover` = 1 LIMIT 1
731 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 68 LIMIT 1
731 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 100 LIMIT 1
731 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2033
AND image_shop.`cover` = 1 LIMIT 1
731 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2003
AND image_shop.`cover` = 1 LIMIT 1
731 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2268
730 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1968
AND image_shop.`cover` = 1 LIMIT 1
729 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
729 ms 1 /classes/Product.php:5629
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2949)
729 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2694) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
729 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2047) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
729 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
728 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
728 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
727 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2106
AND image_shop.`cover` = 1 LIMIT 1
727 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2851
AND image_shop.`cover` = 1 LIMIT 1
727 ms 1 /classes/Product.php:3548
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2699)
726 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 98 LIMIT 1
726 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2204
ORDER BY `position`
726 ms 1 Yes /classes/Product.php:3523
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1992)
725 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
725 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2048
AND image_shop.`cover` = 1 LIMIT 1
725 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
724 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1844 AND id_shop=1 LIMIT 1
724 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1829) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
723 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1829 AND `id_group` = 1 LIMIT 1
723 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2897
AND image_shop.`cover` = 1 LIMIT 1
723 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
723 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 93) AND (b.`id_shop` = 1) LIMIT 1
723 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1862) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
723 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
722 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2072) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
722 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2003
722 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2151) AND (b.`id_shop` = 1) LIMIT 1
722 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
722 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1843)
721 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
721 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1978) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
721 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1867) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
720 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2774
AND image_shop.`cover` = 1 LIMIT 1
720 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1953
720 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2911) AND (b.`id_shop` = 1) LIMIT 1
719 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_lang` FROM `tm_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
719 ms 1 /classes/Language.php:853
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1904
AND image_shop.`cover` = 1 LIMIT 1
719 ms 1 /classes/Product.php:3548
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2265)
719 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `name`, `alias` FROM `tm_hook_alias`
718 ms 88 /classes/Hook.php:301
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2896) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
718 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2784 AND `id_group` = 1 LIMIT 1
718 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
718 ms 0 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
718 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "iqitlinksmanager" LIMIT 1
717 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
717 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2960)
717 ms 1 /classes/Product.php:3835
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2231)
716 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE * FROM `tm_image_type` WHERE 1 AND `categories` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
716 ms 8 Yes /classes/ImageType.php:109
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2960
AND image_shop.`cover` = 1 LIMIT 1
716 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
715 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2555)
715 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2223
AND image_shop.`cover` = 1 LIMIT 1
715 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2613
AND image_shop.`cover` = 1 LIMIT 1
714 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
714 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2260
AND image_shop.`cover` = 1 LIMIT 1
714 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2555
714 ms 1 /classes/Product.php:2885
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1955)
714 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2231) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
714 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1859
713 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2126) AND (b.`id_shop` = 1) LIMIT 1
713 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
712 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2966)
712 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2692
AND image_shop.`cover` = 1 LIMIT 1
712 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
712 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2033) AND (b.`id_shop` = 1) LIMIT 1
711 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2186) AND (b.`id_shop` = 1) LIMIT 1
710 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2734
AND image_shop.`cover` = 1 LIMIT 1
709 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2999
709 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2035
AND image_shop.`cover` = 1 LIMIT 1
708 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1909) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
708 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2915
AND image_shop.`cover` = 1 LIMIT 1
708 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2134
AND image_shop.`cover` = 1 LIMIT 1
708 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2912) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
707 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
707 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1862)
706 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2955
AND image_shop.`cover` = 1 LIMIT 1
706 ms 1 /classes/Product.php:3548
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1888)
706 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 82) AND (b.`id_shop` = 1) LIMIT 1
706 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1970 AND `id_group` = 1 LIMIT 1
706 ms 0 /classes/GroupReduction.php:156
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2051)
705 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2963
705 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1993
AND image_shop.`cover` = 1 LIMIT 1
705 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2147
705 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1987
AND image_shop.`cover` = 1 LIMIT 1
704 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2920
AND image_shop.`cover` = 1 LIMIT 1
704 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 478 LIMIT 1
704 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "ps_facetedsearch" LIMIT 1
704 ms 1 /classes/module/Module.php:2840
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2406)
704 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
704 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
703 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2961
703 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2958) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
703 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2691
ORDER BY f.position ASC
703 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2958
ORDER BY `position`
702 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
702 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2919) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
702 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2953
702 ms 1 /classes/Product.php:2885
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2586)
701 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
700 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2967 AND `id_group` = 1 LIMIT 1
700 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2075) AND (b.`id_shop` = 1) LIMIT 1
700 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2923
AND image_shop.`cover` = 1 LIMIT 1
699 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1884
699 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2557) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
698 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1904) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
698 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2786
AND image_shop.`cover` = 1 LIMIT 1
698 ms 1 /classes/Product.php:3548
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2725)
698 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2033
ORDER BY `position`
698 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1845
AND image_shop.`cover` = 1 LIMIT 1
697 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
697 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1933 AND `id_group` = 1 LIMIT 1
697 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE * FROM `tm_hook_module_exceptions`
WHERE `id_shop` IN (1)
696 ms 1 /classes/module/Module.php:2237
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1850
696 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 88) AND (b.`id_shop` = 1) LIMIT 1
696 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2916) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
696 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 89) AND (b.`id_shop` = 1) LIMIT 1
696 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2003 AND id_shop=1 LIMIT 1
695 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2002) AND (b.`id_shop` = 1) LIMIT 1
695 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1860) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
694 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
694 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 69) AND (b.`id_shop` = 1) LIMIT 1
694 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2004) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
694 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2203) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
693 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2030
AND image_shop.`cover` = 1 LIMIT 1
693 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
693 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1908
AND image_shop.`cover` = 1 LIMIT 1
693 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2893) AND (b.`id_shop` = 1) LIMIT 1
693 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1993) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
693 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2422
AND image_shop.`cover` = 1 LIMIT 1
692 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
692 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1867)
692 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2133 AND `id_group` = 1 LIMIT 1
692 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2208 AND id_shop=1 LIMIT 1
692 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1908
692 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2770 AND `id_group` = 1 LIMIT 1
692 ms 0 /classes/GroupReduction.php:156
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2710)
691 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2893) AND (b.`id_shop` = 1) LIMIT 1
691 ms 1 /src/Adapter/EntityMapper.php:76
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2122)
691 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2002
691 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2616) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
691 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2721
AND image_shop.`cover` = 1 LIMIT 1
691 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2919) AND (b.`id_shop` = 1) LIMIT 1
690 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2915) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
690 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2127) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
690 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2115)
690 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2422) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
689 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 65 LIMIT 1
689 ms 1 /classes/Product.php:5629
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2032)
689 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2953) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
689 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2586
ORDER BY `position`
689 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2913
AND image_shop.`cover` = 1 LIMIT 1
688 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 87 LIMIT 1
688 ms 1 /classes/Product.php:5629
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1991)
688 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
688 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2002) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
687 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2248) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
687 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
687 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2695
AND image_shop.`cover` = 1 LIMIT 1
686 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2727) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
686 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2206 AND `id_group` = 1 LIMIT 1
686 ms 0 /classes/GroupReduction.php:156
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2582)
686 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2823
AND image_shop.`cover` = 1 LIMIT 1
686 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2207) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
686 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1904
685 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1989 AND id_shop=1 LIMIT 1
685 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
685 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2701
AND image_shop.`cover` = 1 LIMIT 1
685 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2992
ORDER BY `position`
684 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1989
AND image_shop.`cover` = 1 LIMIT 1
684 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1953 AND `id_group` = 1 LIMIT 1
684 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2268 AND `id_group` = 1 LIMIT 1
684 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
683 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2784
683 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2522
AND image_shop.`cover` = 1 LIMIT 1
681 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "iqitproductsnav" LIMIT 1
681 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
681 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2267 AND `id_group` = 1 LIMIT 1
681 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1991) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
681 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2267
681 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
680 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2953
AND image_shop.`cover` = 1 LIMIT 1
680 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2955
680 ms 1 /classes/Product.php:2885
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2025)
679 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2228
AND image_shop.`cover` = 1 LIMIT 1
678 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2785) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
678 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2424) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
678 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2411
AND image_shop.`cover` = 1 LIMIT 1
678 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1843
ORDER BY f.position ASC
678 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2963
AND image_shop.`cover` = 1 LIMIT 1
677 ms 1 /classes/Product.php:3548
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2204)
677 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1989
677 ms 1 /classes/Product.php:2885
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2771)
677 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2926 AND `id_group` = 1 LIMIT 1
676 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 68 LIMIT 1
676 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2615) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
676 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2207 AND id_shop=1 LIMIT 1
675 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2056 AND id_shop=1 LIMIT 1
675 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
675 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1819
675 ms 1 /classes/Product.php:2885
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2186)
674 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `reduction`
FROM `tm_group`
WHERE `id_group` = 1 LIMIT 1
674 ms 1 /classes/Group.php:154
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1850 AND `id_group` = 1 LIMIT 1
674 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2050) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
673 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2701) AND (b.`id_shop` = 1) LIMIT 1
673 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2964) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
673 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2829) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
672 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
672 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2263) AND (b.`id_shop` = 1) LIMIT 1
672 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1889
671 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1977
AND image_shop.`cover` = 1 LIMIT 1
671 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2147) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
671 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 97 LIMIT 1
671 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1994
ORDER BY `position`
670 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 77 LIMIT 1
670 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1819) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
670 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 80 LIMIT 1
670 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2207 AND `id_group` = 1 LIMIT 1
670 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1843
670 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2060) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
669 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2614
ORDER BY f.position ASC
669 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
669 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2771
ORDER BY `position`
669 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
668 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2926) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
668 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2415)
668 ms 1 /classes/Product.php:3835
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2958)
667 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 97 LIMIT 1
667 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
666 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2094
666 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
665 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2698
AND image_shop.`cover` = 1 LIMIT 1
665 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
664 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2052
ORDER BY `position`
664 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1884) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
663 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE id_shop
FROM `tm_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
663 ms 1 /classes/ObjectModel.php:1647
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2829
662 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2959
662 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2051
AND image_shop.`cover` = 1 LIMIT 1
661 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2241) AND (b.`id_shop` = 1) LIMIT 1
661 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1954) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
661 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2248
AND image_shop.`cover` = 1 LIMIT 1
660 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 74 LIMIT 1
660 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
660 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2000
660 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1829 AND id_shop=1 LIMIT 1
660 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2260
ORDER BY `position`
660 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2199) AND (b.`id_shop` = 1) LIMIT 1
660 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2954
660 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2122) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
659 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2653
659 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name, alias FROM `tm_hook_alias`
659 ms 88 /classes/Hook.php:353
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2711) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
659 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1998)
658 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
658 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
658 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2786
658 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2851) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
658 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2263) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
657 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2616 AND `id_group` = 1 LIMIT 1
656 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
656 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2922) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
656 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1998
656 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1989) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
655 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
655 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1941
AND image_shop.`cover` = 1 LIMIT 1
655 ms 1 /classes/Product.php:3548
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1853)
655 ms 1 /classes/Product.php:3835
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1842)
655 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE id_shop
FROM `tm_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
655 ms 1 /classes/ObjectModel.php:1647
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
654 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `name`
FROM `tm_manufacturer`
WHERE `id_manufacturer` = 10
AND `active` = 1 LIMIT 1
654 ms 1 /classes/Manufacturer.php:312
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2914) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
654 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2025
AND image_shop.`cover` = 1 LIMIT 1
654 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2263
ORDER BY `position`
653 ms 1 Yes /classes/Product.php:3523
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2691)
653 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2697
AND image_shop.`cover` = 1 LIMIT 1
653 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2411 AND `id_group` = 1 LIMIT 1
653 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1838
AND image_shop.`cover` = 1 LIMIT 1
653 ms 1 /classes/Product.php:3548
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2796)
652 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2004 AND id_shop=1 LIMIT 1
652 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1880 AND id_shop=1 LIMIT 1
652 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2956
652 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
651 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2122 AND `id_group` = 1 LIMIT 1
651 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1938
650 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2151) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
650 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1979)
650 ms 1 /classes/Product.php:3835
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2957)
649 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
649 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2584)
649 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2422 AND id_shop=1 LIMIT 1
649 ms 1 /classes/Product.php:6766
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2911)
649 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2120
649 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_tax_lang`
WHERE `id_tax` = 1
649 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2231
648 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2202
648 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2214) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
648 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
648 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2563
AND image_shop.`cover` = 1 LIMIT 1
648 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2925 AND `id_group` = 1 LIMIT 1
647 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2094) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
647 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2058
AND image_shop.`cover` = 1 LIMIT 1
647 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1987) AND (b.`id_shop` = 1) LIMIT 1
647 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2954) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
646 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
646 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 80 AND `id_shop` = 1 LIMIT 1
646 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1994
AND image_shop.`cover` = 1 LIMIT 1
645 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 90 LIMIT 1
645 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1934) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
644 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2190)
644 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
644 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
644 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2056
644 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 101 LIMIT 1
643 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2199
AND image_shop.`cover` = 1 LIMIT 1
643 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1988) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
643 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2823)
642 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2966
642 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2585
AND image_shop.`cover` = 1 LIMIT 1
642 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 84 LIMIT 1
641 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2826
640 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2957
640 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2555) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
640 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
640 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
639 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2421) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
639 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 99 LIMIT 1
637 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2031
637 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1842) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
636 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2093
636 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2030
635 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2204
635 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2004 AND `id_group` = 1 LIMIT 1
635 ms 0 /classes/GroupReduction.php:156
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2263)
634 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2056
AND image_shop.`cover` = 1 LIMIT 1
634 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `name`
FROM `tm_manufacturer`
WHERE `id_manufacturer` = 17
AND `active` = 1 LIMIT 1
633 ms 1 /classes/Manufacturer.php:312
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2251 AND `id_group` = 1 LIMIT 1
633 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2032) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
632 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2816
632 ms 1 /classes/Product.php:2885
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2614)
632 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2051) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
632 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2151
632 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
631 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 77 AND `id_shop` = 1 LIMIT 1
631 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1995
631 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 67 LIMIT 1
631 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
631 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1991
631 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
630 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 149 LIMIT 1
630 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2004
630 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1842
AND image_shop.`cover` = 1 LIMIT 1
630 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2415
AND image_shop.`cover` = 1 LIMIT 1
630 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 77 LIMIT 1
630 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 68 LIMIT 1
629 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2002 AND `id_group` = 1 LIMIT 1
629 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2893) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
629 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1954 AND `id_group` = 1 LIMIT 1
629 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2555 AND `id_group` = 1 LIMIT 1
629 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1840 AND `id_group` = 1 LIMIT 1
629 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
628 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2771
628 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 68 LIMIT 1
628 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 66 LIMIT 1
627 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1889) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
627 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2003 AND `id_group` = 1 LIMIT 1
626 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2206 AND id_shop=1 LIMIT 1
626 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
625 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 65 LIMIT 1
625 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2926
624 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1992
624 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2654 AND `id_group` = 1 LIMIT 1
624 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1995) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
624 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1968
623 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1996 AND id_shop=1 LIMIT 1
623 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2204
AND image_shop.`cover` = 1 LIMIT 1
623 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
623 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2093)
623 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `name`
FROM `tm_manufacturer`
WHERE `id_manufacturer` = 20
AND `active` = 1 LIMIT 1
622 ms 1 /classes/Manufacturer.php:312
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
622 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
622 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
622 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2992) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
622 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2222 AND `id_group` = 1 LIMIT 1
622 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2191 AND `id_group` = 1 LIMIT 1
621 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2075
AND image_shop.`cover` = 1 LIMIT 1
621 ms 1 /classes/Product.php:3548
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2229)
621 ms 1 /classes/Product.php:3835
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1934)
620 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2259
AND image_shop.`cover` = 1 LIMIT 1
620 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
619 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
619 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2582
AND image_shop.`cover` = 1 LIMIT 1
619 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1853
AND image_shop.`cover` = 1 LIMIT 1
618 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1996) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
618 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2052
AND image_shop.`cover` = 1 LIMIT 1
617 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1851) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
616 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2999) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
616 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1998
AND image_shop.`cover` = 1 LIMIT 1
615 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 94 LIMIT 1
615 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
615 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 95 LIMIT 1
614 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2057
614 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 77 LIMIT 1
614 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2829 AND id_shop=1 LIMIT 1
614 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 98 LIMIT 1
614 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2066
614 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2122
613 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1934 AND `id_group` = 1 LIMIT 1
612 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 98 LIMIT 1
612 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2151
AND image_shop.`cover` = 1 LIMIT 1
612 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2072
612 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1836) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
612 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
611 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1839
610 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2207
610 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2423
609 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2725) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
609 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1840
608 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2911) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
608 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1852 AND `id_group` = 1 LIMIT 1
608 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
608 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2940 AND `id_group` = 1 LIMIT 1
608 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2563) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
607 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1904 AND `id_group` = 1 LIMIT 1
607 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1869) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
607 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2691 AND `id_group` = 1 LIMIT 1
607 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 98 LIMIT 1
607 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2798
AND image_shop.`cover` = 1 LIMIT 1
606 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2618
606 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2420
606 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1
606 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2826 AND `id_group` = 1 LIMIT 1
606 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2970
606 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2266
606 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2559
AND image_shop.`cover` = 1 LIMIT 1
605 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2052 AND `id_group` = 1 LIMIT 1
605 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2913 AND id_shop=1 LIMIT 1
605 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1978 AND `id_group` = 1 LIMIT 1
604 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2151) AND (b.`id_shop` = 1) LIMIT 1
604 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1838 AND id_shop=1 LIMIT 1
604 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2263
AND image_shop.`cover` = 1 LIMIT 1
603 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 97 LIMIT 1
603 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 84 LIMIT 1
603 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2105
AND image_shop.`cover` = 1 LIMIT 1
603 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2105
603 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2241
AND image_shop.`cover` = 1 LIMIT 1
602 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1903) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
602 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2770
602 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2915 AND id_shop=1 LIMIT 1
600 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2231 AND id_shop=1 LIMIT 1
600 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 291 LIMIT 1
600 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1987) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
599 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2784) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
599 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2897 AND id_shop=1 LIMIT 1
599 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 87 LIMIT 1
599 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
598 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2751) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
598 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2106
598 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2122
AND image_shop.`cover` = 1 LIMIT 1
598 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2106) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
598 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2774) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
598 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2266 AND `id_group` = 1 LIMIT 1
597 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
597 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1908) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
597 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1844) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
597 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2992
596 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2411) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
595 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1989 AND `id_group` = 1 LIMIT 1
595 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2406 AND `id_group` = 1 LIMIT 1
594 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 66 LIMIT 1
594 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1979
594 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2423 AND `id_group` = 1 LIMIT 1
593 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1907) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
593 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1908 AND id_shop=1 LIMIT 1
593 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1997) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
593 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1862 AND `id_group` = 1 LIMIT 1
593 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2057 AND `id_group` = 1 LIMIT 1
593 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2911
593 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1837
AND image_shop.`cover` = 1 LIMIT 1
593 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2424 AND `id_group` = 1 LIMIT 1
592 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2699 AND `id_group` = 1 LIMIT 1
592 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 77 LIMIT 1
592 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
592 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 478 LIMIT 1
591 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2915 AND `id_group` = 1 LIMIT 1
591 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2699
AND image_shop.`cover` = 1 LIMIT 1
591 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2695
591 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2618) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
591 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2190
590 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2774
590 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2048) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
590 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2223) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
590 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2266) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
590 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1955) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
589 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1862 AND id_shop=1 LIMIT 1
589 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 97 LIMIT 1
589 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 86 LIMIT 1
588 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2821
588 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2915
588 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2699) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
588 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2003) AND (b.`id_shop` = 1) LIMIT 1
588 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2725
588 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2186
AND image_shop.`cover` = 1 LIMIT 1
586 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 81 LIMIT 1
586 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 97 LIMIT 1
586 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
586 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE ctg.`id_group`
FROM tm_category_group ctg
WHERE ctg.`id_category` = 60 AND ctg.`id_group` = 1 LIMIT 1
586 ms 1 /classes/Category.php:1736
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2919
585 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 77 LIMIT 1
585 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2032 AND `id_group` = 1 LIMIT 1
585 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2563
584 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 71 LIMIT 1
584 ms 1 /classes/Product.php:5629
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2260)
584 ms 1 /classes/Product.php:3835
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2047)
584 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 478 LIMIT 1
584 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1992 AND id_shop=1 LIMIT 1
583 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
583 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2798)
582 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1862
582 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2726) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
581 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2420) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
581 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 94 LIMIT 1
580 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1869
580 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 72 LIMIT 1
580 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 68 LIMIT 1
580 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2727 AND `id_group` = 1 LIMIT 1
580 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1948) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
580 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2126 AND id_shop=1 LIMIT 1
580 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2924
579 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 73 LIMIT 1
579 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
579 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1846) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
579 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2700
578 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 101 LIMIT 1
578 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
577 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2203 AND id_shop=1 LIMIT 1
577 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 71 LIMIT 1
577 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2821 AND `id_group` = 1 LIMIT 1
577 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 87 LIMIT 1
576 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2727
576 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2784 AND id_shop=1 LIMIT 1
576 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1829
576 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2214
576 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
576 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1870
576 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
576 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2260) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
576 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
576 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2816) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
576 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2047
576 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2921 AND `id_group` = 1 LIMIT 1
575 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
575 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2914
575 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 87 LIMIT 1
574 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2204) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
574 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 83 LIMIT 1
573 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 75 LIMIT 1
573 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2823) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
573 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2000) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
572 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 83 LIMIT 1
572 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
572 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 86 LIMIT 1
572 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2823 AND `id_group` = 1 LIMIT 1
572 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2963 AND `id_group` = 1 LIMIT 1
572 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
571 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1
571 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2178) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
571 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 432 LIMIT 1
571 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2075 AND id_shop=1 LIMIT 1
570 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 101 LIMIT 1
570 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2239 AND `id_group` = 1 LIMIT 1
570 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 68 LIMIT 1
570 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1968 AND `id_group` = 1 LIMIT 1
570 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 97 LIMIT 1
569 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2734
569 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1941 AND `id_group` = 1 LIMIT 1
568 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "ps_languageselector" LIMIT 1
568 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 83 LIMIT 1
568 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2134 AND id_shop=1 LIMIT 1
567 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2003) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
567 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2916 AND id_shop=1 LIMIT 1
567 ms 1 /classes/Product.php:6766
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1994)
567 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 149 LIMIT 1
567 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 98 LIMIT 1
566 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1838) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
565 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2965) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
565 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 77 LIMIT 1
565 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2698
565 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1884 AND `id_group` = 1 LIMIT 1
565 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 68 LIMIT 1
565 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 86 LIMIT 1
565 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1870 AND `id_group` = 1 LIMIT 1
564 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1870) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
564 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2126) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
564 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2920
564 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2058) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
564 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2725 AND `id_group` = 1 LIMIT 1
564 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1941
564 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2559) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
564 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2058)
564 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2052) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
562 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
562 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2187
562 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2614
561 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2239 AND id_shop=1 LIMIT 1
561 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2265) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
560 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2721
560 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2697) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
559 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2126 AND `id_group` = 1 LIMIT 1
559 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2611
559 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1998) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
558 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
558 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
558 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
558 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1998 AND `id_group` = 1 LIMIT 1
558 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
557 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2422 AND `id_group` = 1 LIMIT 1
557 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 72 LIMIT 1
557 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1845) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
557 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
557 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 101 LIMIT 1
557 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2722) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
557 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 101 LIMIT 1
556 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2033) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
556 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2923) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
556 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1889 AND id_shop=1 LIMIT 1
556 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2424
555 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2035) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
555 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 75 LIMIT 1
555 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
555 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
555 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 95 LIMIT 1
555 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2075 AND `id_group` = 1 LIMIT 1
555 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2134) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
555 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2896 AND id_shop=1 LIMIT 1
554 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
554 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2616
553 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
553 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2260
553 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2896
553 ms 1 /classes/Product.php:2885
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 2056)
553 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
553 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 72 LIMIT 1
552 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
552 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2967
552 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2040
552 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
552 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1822
552 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2105) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
551 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 97 LIMIT 1
551 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
551 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2005) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
551 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 77 LIMIT 1
551 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2964
550 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1994) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
550 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1977 AND `id_group` = 1 LIMIT 1
550 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2032
550 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 90 LIMIT 1
550 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1867 AND `id_group` = 1 LIMIT 1
550 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2199 AND `id_group` = 1 LIMIT 1
549 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2248
549 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2051 AND `id_group` = 1 LIMIT 1
549 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1889 AND `id_group` = 1 LIMIT 1
549 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2916 AND `id_group` = 1 LIMIT 1
549 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 65 LIMIT 1
548 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 101 LIMIT 1
548 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1995 AND id_shop=1 LIMIT 1
548 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1997
548 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1954
548 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 77 LIMIT 1
547 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2251
547 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1839 AND `id_group` = 1 LIMIT 1
547 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 68 LIMIT 1
547 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
547 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2722
546 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2031) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
545 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2966) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
545 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2030) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
545 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2734 AND `id_group` = 1 LIMIT 1
545 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1897
544 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2829 AND `id_group` = 1 LIMIT 1
544 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1948 AND `id_group` = 1 LIMIT 1
544 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2583) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
543 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1978
543 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 84 LIMIT 1
543 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1843) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
543 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1869 AND id_shop=1 LIMIT 1
542 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2921) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
542 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 98 LIMIT 1
542 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2916
541 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2999 AND id_shop=1 LIMIT 1
541 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
541 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2584) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
541 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1838 AND `id_group` = 1 LIMIT 1
540 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2962
540 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2920) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
540 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 87 LIMIT 1
540 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2962 AND `id_group` = 1 LIMIT 1
539 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1933 AND id_shop=1 LIMIT 1
539 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2050 AND `id_group` = 1 LIMIT 1
539 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2040) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
539 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1888) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
539 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1996 AND `id_group` = 1 LIMIT 1
539 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2557
538 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2582) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
538 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
538 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1883) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
537 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1853) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
537 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2051
537 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2032 AND id_shop=1 LIMIT 1
537 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 86 LIMIT 1
536 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 65 LIMIT 1
536 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2025 AND `id_group` = 1 LIMIT 1
536 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2615 AND `id_group` = 1 LIMIT 1
536 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1996
536 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 66 LIMIT 1
536 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2692 AND `id_group` = 1 LIMIT 1
536 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2118) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
536 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
536 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
535 ms 1 /classes/Product.php:5629
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1987)
535 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 65 LIMIT 1
535 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
535 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 94 LIMIT 1
535 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2239
534 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2697 AND `id_group` = 1 LIMIT 1
534 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2223
534 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
534 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 65 LIMIT 1
534 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1859 AND id_shop=1 LIMIT 1
533 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 87 LIMIT 1
533 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2147 AND `id_group` = 1 LIMIT 1
533 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2917 AND `id_group` = 1 LIMIT 1
532 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2025) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
532 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2692) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
532 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2949
532 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2259) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
532 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1993 AND id_shop=1 LIMIT 1
531 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2940 AND id_shop=1 LIMIT 1
531 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2611) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
531 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2922 AND `id_group` = 1 LIMIT 1
531 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1991 AND `id_group` = 1 LIMIT 1
531 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2248 AND `id_group` = 1 LIMIT 1
531 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2922
530 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2924) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
530 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1936 AND `id_group` = 1 LIMIT 1
530 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1987 AND `id_group` = 1 LIMIT 1
530 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2851
530 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2770 AND id_shop=1 LIMIT 1
530 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2654
530 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2031 AND `id_group` = 1 LIMIT 1
530 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2191) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
530 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2258
AND image_shop.`cover` = 1 LIMIT 1
530 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2420 AND `id_group` = 1 LIMIT 1
529 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2133
529 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 149 LIMIT 1
529 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2653) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
529 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1883
528 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1909 AND `id_group` = 1 LIMIT 1
528 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2563 AND id_shop=1 LIMIT 1
528 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2701
528 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1888
528 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2120) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
528 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
528 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2691
AND image_shop.`cover` = 1 LIMIT 1
527 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2654 AND id_shop=1 LIMIT 1
527 ms 1 /classes/Product.php:6766
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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1851)
527 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2851 AND `id_group` = 1 LIMIT 1
526 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2798) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
526 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2721) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
526 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 88 LIMIT 1
526 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 77 LIMIT 1
526 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2522) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
525 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2970) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
525 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 94 LIMIT 1
525 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1977) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
525 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 66 LIMIT 1
524 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 98 LIMIT 1
524 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2949 AND `id_group` = 1 LIMIT 1
524 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 77 LIMIT 1
524 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2127
524 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 478 LIMIT 1
523 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2773) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
523 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 66 LIMIT 1
523 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
523 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 478 LIMIT 1
523 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 84 LIMIT 1
523 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 84 LIMIT 1
523 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2964 AND id_shop=1 LIMIT 1
522 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
522 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2955 AND id_shop=1 LIMIT 1
522 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2265
522 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2586) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
522 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2422
522 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1837
521 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
521 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2249
521 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
521 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1938 AND `id_group` = 1 LIMIT 1
521 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 74 LIMIT 1
520 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2940
520 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
520 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2148 AND `id_group` = 1 LIMIT 1
520 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2203 AND `id_group` = 1 LIMIT 1
520 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2120 AND `id_group` = 1 LIMIT 1
520 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2912
520 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 83 LIMIT 1
520 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2751
520 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 207 LIMIT 1
520 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2415 AND `id_group` = 1 LIMIT 1
519 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 65 LIMIT 1
519 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2178
519 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2695) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
519 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2613
518 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2214 AND `id_group` = 1 LIMIT 1
518 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 72 LIMIT 1
518 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 72 LIMIT 1
518 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2919
AND image_shop.`cover` = 1 LIMIT 1
518 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2120 AND id_shop=1 LIMIT 1
518 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2199
517 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2040 AND `id_group` = 1 LIMIT 1
517 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 72 LIMIT 1
517 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1938) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
517 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1842
517 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2415 AND id_shop=1 LIMIT 1
517 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2190) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
517 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2896 AND `id_group` = 1 LIMIT 1
516 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2105 AND `id_group` = 1 LIMIT 1
516 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 67 LIMIT 1
516 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2214 AND id_shop=1 LIMIT 1
515 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2697
515 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 79 LIMIT 1
515 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 66 LIMIT 1
515 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2785 AND id_shop=1 LIMIT 1
515 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 137 LIMIT 1
515 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2692
514 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2893
AND image_shop.`cover` = 1 LIMIT 1
514 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2134
514 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
514 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1837) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
514 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 68 LIMIT 1
514 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2786) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
514 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 291 LIMIT 1
514 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 70 LIMIT 1
513 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1836
513 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2420 AND id_shop=1 LIMIT 1
513 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2999 AND `id_group` = 1 LIMIT 1
513 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
513 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 88 LIMIT 1
512 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1883 AND `id_group` = 1 LIMIT 1
512 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2721 AND `id_group` = 1 LIMIT 1
512 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 68 LIMIT 1
511 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2691) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
511 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1869 AND `id_group` = 1 LIMIT 1
511 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
510 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 67 LIMIT 1
510 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2251 AND id_shop=1 LIMIT 1
510 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2796
510 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2072 AND `id_group` = 1 LIMIT 1
509 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1880 AND `id_group` = 1 LIMIT 1
509 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2773
509 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2954 AND `id_group` = 1 LIMIT 1
509 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1970) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
508 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1907 AND id_shop=1 LIMIT 1
508 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1860 AND `id_group` = 1 LIMIT 1
508 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2585
508 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 100 LIMIT 1
508 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1993 AND `id_group` = 1 LIMIT 1
508 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1991 AND id_shop=1 LIMIT 1
508 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1841
507 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
507 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 65 LIMIT 1
507 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 478 LIMIT 1
507 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 92 LIMIT 1
506 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2229) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
506 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
506 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1859 AND `id_group` = 1 LIMIT 1
506 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 94 LIMIT 1
506 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2726 AND `id_group` = 1 LIMIT 1
506 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2060 AND `id_group` = 1 LIMIT 1
506 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 77 LIMIT 1
505 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
505 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2913 AND `id_group` = 1 LIMIT 1
505 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2897) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
505 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1897) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
504 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2421 AND `id_group` = 1 LIMIT 1
504 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2614
AND image_shop.`cover` = 1 LIMIT 1
504 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2964 AND `id_group` = 1 LIMIT 1
504 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2960
504 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 65 LIMIT 1
504 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2406) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
503 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2949 AND id_shop=1 LIMIT 1
503 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
503 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 98 LIMIT 1
503 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2958 AND `id_group` = 1 LIMIT 1
503 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2259
503 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 95 LIMIT 1
503 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2052 AND id_shop=1 LIMIT 1
502 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2625
502 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 77 LIMIT 1
502 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2751 AND `id_group` = 1 LIMIT 1
502 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1846 AND `id_group` = 1 LIMIT 1
502 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2421 AND id_shop=1 LIMIT 1
501 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 74 LIMIT 1
501 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1846
501 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 97 LIMIT 1
500 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2786 AND `id_group` = 1 LIMIT 1
499 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2584 AND id_shop=1 LIMIT 1
499 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2965
499 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 74 LIMIT 1
499 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2048
498 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 94 LIMIT 1
498 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 129 LIMIT 1
498 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2711 AND `id_group` = 1 LIMIT 1
498 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2075
498 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1819 AND `id_group` = 1 LIMIT 1
497 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2094 AND `id_group` = 1 LIMIT 1
497 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2710 AND `id_group` = 1 LIMIT 1
496 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1845 AND `id_group` = 1 LIMIT 1
496 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2796 AND `id_group` = 1 LIMIT 1
496 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2583 AND `id_group` = 1 LIMIT 1
496 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 478 LIMIT 1
495 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2960 AND id_shop=1 LIMIT 1
495 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2798 AND `id_group` = 1 LIMIT 1
495 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2263 AND `id_group` = 1 LIMIT 1
495 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1948 AND id_shop=1 LIMIT 1
494 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 412 LIMIT 1
494 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
494 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1884 AND id_shop=1 LIMIT 1
494 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1897 AND id_shop=1 LIMIT 1
494 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2187 AND id_shop=1 LIMIT 1
493 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2557 AND id_shop=1 LIMIT 1
493 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 68 LIMIT 1
493 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1994
493 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1968 AND id_shop=1 LIMIT 1
492 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 83 LIMIT 1
492 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 101 LIMIT 1
492 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2816 AND `id_group` = 1 LIMIT 1
492 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2127 AND `id_group` = 1 LIMIT 1
492 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 478 LIMIT 1
491 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2711 AND id_shop=1 LIMIT 1
491 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2726
491 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2040 AND id_shop=1 LIMIT 1
491 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2966 AND `id_group` = 1 LIMIT 1
491 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 98 LIMIT 1
491 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2730
491 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1970
491 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2203
490 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2582
490 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2583
490 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 75 LIMIT 1
490 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2920 AND `id_group` = 1 LIMIT 1
490 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1992 AND `id_group` = 1 LIMIT 1
489 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2584
489 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 94 LIMIT 1
489 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2961 AND `id_group` = 1 LIMIT 1
488 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 66 LIMIT 1
488 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 94 LIMIT 1
488 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 101 LIMIT 1
488 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2522 AND `id_group` = 1 LIMIT 1
488 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1903 AND `id_group` = 1 LIMIT 1
487 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 77 LIMIT 1
487 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 77 LIMIT 1
486 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
486 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2005 AND `id_group` = 1 LIMIT 1
486 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 72 LIMIT 1
486 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 71 LIMIT 1
486 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2105 AND id_shop=1 LIMIT 1
486 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2563 AND `id_group` = 1 LIMIT 1
486 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
486 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 65 LIMIT 1
485 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2970 AND `id_group` = 1 LIMIT 1
485 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 72 LIMIT 1
485 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2923
485 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1845
485 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 80 LIMIT 1
485 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 98 LIMIT 1
484 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 65 LIMIT 1
484 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 129 LIMIT 1
484 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 77 LIMIT 1
483 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2893
483 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 80 LIMIT 1
483 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2202 AND `id_group` = 1 LIMIT 1
482 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1934 AND id_shop=1 LIMIT 1
482 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 72 LIMIT 1
481 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2066 AND `id_group` = 1 LIMIT 1
481 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 412 LIMIT 1
481 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 97 LIMIT 1
481 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1880
481 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2050
481 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1987
480 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 73 LIMIT 1
480 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2066) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
480 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 207 LIMIT 1
480 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2522
480 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2584 AND `id_group` = 1 LIMIT 1
480 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1941) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
479 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1853 AND `id_group` = 1 LIMIT 1
479 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1907 AND `id_group` = 1 LIMIT 1
478 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2229
478 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 94 LIMIT 1
477 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2912 AND `id_group` = 1 LIMIT 1
477 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2730) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
477 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2178 AND `id_group` = 1 LIMIT 1
477 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 68 LIMIT 1
477 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2411
477 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2773 AND `id_group` = 1 LIMIT 1
477 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2000 AND `id_group` = 1 LIMIT 1
477 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2586 AND `id_group` = 1 LIMIT 1
476 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2133 AND id_shop=1 LIMIT 1
476 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 80 LIMIT 1
476 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2611 AND id_shop=1 LIMIT 1
476 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1888 AND id_shop=1 LIMIT 1
476 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1852) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
476 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2694 AND `id_group` = 1 LIMIT 1
476 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1997 AND `id_group` = 1 LIMIT 1
475 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2222
475 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 65 LIMIT 1
475 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2957 AND `id_group` = 1 LIMIT 1
475 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2786 AND id_shop=1 LIMIT 1
474 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2186) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
474 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2722 AND `id_group` = 1 LIMIT 1
474 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2030 AND `id_group` = 1 LIMIT 1
472 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2033 AND `id_group` = 1 LIMIT 1
472 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 65 LIMIT 1
471 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2955) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
471 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2958
471 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2697 AND id_shop=1 LIMIT 1
470 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2924 AND `id_group` = 1 LIMIT 1
470 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2415) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
470 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1998 AND id_shop=1 LIMIT 1
470 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 86 LIMIT 1
470 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2555 AND id_shop=1 LIMIT 1
469 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 77 LIMIT 1
469 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2415
469 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2134 AND `id_group` = 1 LIMIT 1
469 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 98 LIMIT 1
469 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2186
469 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2695 AND `id_group` = 1 LIMIT 1
469 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "ps_currencyselector" LIMIT 1
469 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2773 AND id_shop=1 LIMIT 1
468 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
468 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 73 LIMIT 1
468 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2611 AND `id_group` = 1 LIMIT 1
468 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2923 AND `id_group` = 1 LIMIT 1
467 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2618 AND id_shop=1 LIMIT 1
467 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2955 AND `id_group` = 1 LIMIT 1
467 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2613 AND `id_group` = 1 LIMIT 1
466 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2190 AND `id_group` = 1 LIMIT 1
466 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1844 AND `id_group` = 1 LIMIT 1
466 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2953 AND `id_group` = 1 LIMIT 1
466 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1883 AND id_shop=1 LIMIT 1
465 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 84 LIMIT 1
465 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 76 LIMIT 1
465 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 71 LIMIT 1
465 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 68 LIMIT 1
464 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2926 AND id_shop=1 LIMIT 1
464 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2204 AND `id_group` = 1 LIMIT 1
464 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2263
464 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1851
464 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2056) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
464 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2406 AND id_shop=1 LIMIT 1
463 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 149 LIMIT 1
463 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2775 AND `id_group` = 1 LIMIT 1
462 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2823
462 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1897 AND `id_group` = 1 LIMIT 1
462 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1977
462 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2726 AND id_shop=1 LIMIT 1
461 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2940) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
461 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 478 LIMIT 1
461 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1955 AND `id_group` = 1 LIMIT 1
461 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1888 AND `id_group` = 1 LIMIT 1
460 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1988 AND `id_group` = 1 LIMIT 1
460 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 100 LIMIT 1
460 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2785
459 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1836 AND id_shop=1 LIMIT 1
459 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 80 LIMIT 1
459 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2005 AND id_shop=1 LIMIT 1
459 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2785 AND `id_group` = 1 LIMIT 1
459 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2118 AND `id_group` = 1 LIMIT 1
458 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 72 LIMIT 1
458 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2618 AND `id_group` = 1 LIMIT 1
458 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1993
458 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1819 AND id_shop=1 LIMIT 1
458 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2228 AND id_shop=1 LIMIT 1
458 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1840 AND id_shop=1 LIMIT 1
457 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 77 LIMIT 1
457 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2992 AND id_shop=1 LIMIT 1
457 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2694
457 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2411 AND id_shop=1 LIMIT 1
457 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2118
457 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2701) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
456 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2423 AND id_shop=1 LIMIT 1
456 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 77 LIMIT 1
456 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1843 AND `id_group` = 1 LIMIT 1
456 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2970 AND id_shop=1 LIMIT 1
456 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
456 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2816 AND id_shop=1 LIMIT 1
455 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2700) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
455 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2258 AND `id_group` = 1 LIMIT 1
455 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2613 AND id_shop=1 LIMIT 1
455 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1845 AND id_shop=1 LIMIT 1
454 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2047 AND `id_group` = 1 LIMIT 1
454 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 17 AND `id_shop` = 1 LIMIT 1
454 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1904 AND id_shop=1 LIMIT 1
454 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1846 AND id_shop=1 LIMIT 1
454 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1909 AND id_shop=1 LIMIT 1
453 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2050 AND id_shop=1 LIMIT 1
453 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
453 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 478 LIMIT 1
452 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 77 LIMIT 1
452 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1995 AND `id_group` = 1 LIMIT 1
452 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1842 AND `id_group` = 1 LIMIT 1
452 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1841 AND `id_group` = 1 LIMIT 1
451 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 80 LIMIT 1
451 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 119 LIMIT 1
451 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 86 LIMIT 1
451 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2259 AND `id_group` = 1 LIMIT 1
451 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2093) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
450 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2025 AND id_shop=1 LIMIT 1
450 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2094 AND id_shop=1 LIMIT 1
450 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2229 AND `id_group` = 1 LIMIT 1
449 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2035 AND `id_group` = 1 LIMIT 1
449 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 90 LIMIT 1
449 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 95 LIMIT 1
449 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2223 AND `id_group` = 1 LIMIT 1
448 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2106 AND `id_group` = 1 LIMIT 1
448 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 70 LIMIT 1
448 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2751 AND id_shop=1 LIMIT 1
448 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2060 AND id_shop=1 LIMIT 1
447 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 418 LIMIT 1
447 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 149 LIMIT 1
447 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1903 AND id_shop=1 LIMIT 1
447 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2066 AND id_shop=1 LIMIT 1
447 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1953 AND id_shop=1 LIMIT 1
446 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2921
446 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2202 AND id_shop=1 LIMIT 1
446 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2922 AND id_shop=1 LIMIT 1
446 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 90 LIMIT 1
446 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2961 AND id_shop=1 LIMIT 1
446 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1955 AND id_shop=1 LIMIT 1
446 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2258
446 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2424 AND id_shop=1 LIMIT 1
445 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2057 AND id_shop=1 LIMIT 1
445 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2897 AND `id_group` = 1 LIMIT 1
445 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2191 AND id_shop=1 LIMIT 1
445 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2582 AND `id_group` = 1 LIMIT 1
445 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 74 LIMIT 1
445 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2147 AND id_shop=1 LIMIT 1
444 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2260 AND `id_group` = 1 LIMIT 1
444 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 146 LIMIT 1
444 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1979 AND id_shop=1 LIMIT 1
443 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2953 AND id_shop=1 LIMIT 1
443 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2186 AND `id_group` = 1 LIMIT 1
443 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2919 AND `id_group` = 1 LIMIT 1
443 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2954 AND id_shop=1 LIMIT 1
442 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2699
442 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2695 AND id_shop=1 LIMIT 1
442 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2208) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
442 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2694 AND id_shop=1 LIMIT 1
442 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2048 AND `id_group` = 1 LIMIT 1
441 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2722 AND id_shop=1 LIMIT 1
441 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1851 AND id_shop=1 LIMIT 1
440 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2691
440 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2199 AND id_shop=1 LIMIT 1
440 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2228 AND `id_group` = 1 LIMIT 1
440 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
440 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2960 AND `id_group` = 1 LIMIT 1
439 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 71 LIMIT 1
439 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 64 AND `id_shop` = 1 LIMIT 1
439 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2231 AND `id_group` = 1 LIMIT 1
439 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2963 AND id_shop=1 LIMIT 1
439 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 94 LIMIT 1
439 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
439 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 83 LIMIT 1
439 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 99 LIMIT 1
439 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1988
438 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2921 AND id_shop=1 LIMIT 1
438 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1970 AND id_shop=1 LIMIT 1
437 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2268 AND id_shop=1 LIMIT 1
437 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2127 AND id_shop=1 LIMIT 1
436 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 86 LIMIT 1
436 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2058 AND `id_group` = 1 LIMIT 1
436 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 137 LIMIT 1
436 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 94 LIMIT 1
436 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 478 LIMIT 1
435 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
435 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2559 AND `id_group` = 1 LIMIT 1
434 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1852 AND id_shop=1 LIMIT 1
434 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2093 AND `id_group` = 1 LIMIT 1
434 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2711 AND id_shop=1 LIMIT 1
434 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2265 AND id_shop=1 LIMIT 1
434 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2033
433 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2851 AND id_shop=1 LIMIT 1
433 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2241
433 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2710 AND id_shop=1 LIMIT 1
433 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2052
432 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2093 AND id_shop=1 LIMIT 1
432 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1836 AND `id_group` = 1 LIMIT 1
431 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2798
430 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1936 AND id_shop=1 LIMIT 1
430 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2241) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
430 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 84 LIMIT 1
429 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2923 AND id_shop=1 LIMIT 1
428 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2265 AND `id_group` = 1 LIMIT 1
428 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2406
428 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
427 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1837 AND id_shop=1 LIMIT 1
427 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2106 AND id_shop=1 LIMIT 1
427 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2267 AND id_shop=1 LIMIT 1
426 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2187 AND `id_group` = 1 LIMIT 1
426 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1978 AND id_shop=1 LIMIT 1
426 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2115 AND `id_group` = 1 LIMIT 1
426 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2178 AND id_shop=1 LIMIT 1
425 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2698 AND id_shop=1 LIMIT 1
425 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2051 AND id_shop=1 LIMIT 1
425 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 68 LIMIT 1
424 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1839 AND id_shop=1 LIMIT 1
424 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2228) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
424 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1837 AND `id_group` = 1 LIMIT 1
424 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2002 AND id_shop=1 LIMIT 1
423 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2190 AND id_shop=1 LIMIT 1
423 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1908 AND `id_group` = 1 LIMIT 1
423 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2228
423 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1867 AND id_shop=1 LIMIT 1
422 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 432 LIMIT 1
422 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1860 AND id_shop=1 LIMIT 1
421 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2559
421 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2962 AND id_shop=1 LIMIT 1
421 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 67 LIMIT 1
421 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2223 AND id_shop=1 LIMIT 1
421 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2775 AND id_shop=1 LIMIT 1
421 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 99 LIMIT 1
421 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 101 LIMIT 1
420 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2035
420 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2734 AND id_shop=1 LIMIT 1
420 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2586
420 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1843 AND id_shop=1 LIMIT 1
420 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 101 LIMIT 1
418 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 101 LIMIT 1
417 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1941 AND id_shop=1 LIMIT 1
417 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1870 AND id_shop=1 LIMIT 1
417 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2616 AND id_shop=1 LIMIT 1
417 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 99 LIMIT 1
417 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2721 AND id_shop=1 LIMIT 1
417 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 67 LIMIT 1
416 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2911 AND id_shop=1 LIMIT 1
416 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2826 AND id_shop=1 LIMIT 1
416 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2000 AND id_shop=1 LIMIT 1
414 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2919 AND id_shop=1 LIMIT 1
414 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2204 AND id_shop=1 LIMIT 1
414 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1954 AND id_shop=1 LIMIT 1
414 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2258) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
414 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2148 AND id_shop=1 LIMIT 1
413 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 73 LIMIT 1
412 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 83 LIMIT 1
412 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1853
412 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2030 AND id_shop=1 LIMIT 1
412 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2615 AND id_shop=1 LIMIT 1
411 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1851 AND `id_group` = 1 LIMIT 1
410 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2774 AND `id_group` = 1 LIMIT 1
410 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2796 AND id_shop=1 LIMIT 1
410 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2072 AND id_shop=1 LIMIT 1
409 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 98 LIMIT 1
408 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2614) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
408 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1988 AND id_shop=1 LIMIT 1
408 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2186 AND id_shop=1 LIMIT 1
407 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1938 AND id_shop=1 LIMIT 1
407 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2966 AND id_shop=1 LIMIT 1
406 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2692 AND id_shop=1 LIMIT 1
406 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2701 AND id_shop=1 LIMIT 1
405 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
404 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2730 AND id_shop=1 LIMIT 1
404 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2118 AND id_shop=1 LIMIT 1
403 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
402 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 94 LIMIT 1
402 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2725 AND id_shop=1 LIMIT 1
402 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1842 AND id_shop=1 LIMIT 1
402 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2821 AND id_shop=1 LIMIT 1
402 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2730 AND `id_group` = 1 LIMIT 1
402 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
402 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2965 AND `id_group` = 1 LIMIT 1
401 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2585 AND id_shop=1 LIMIT 1
399 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2912 AND id_shop=1 LIMIT 1
399 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2585 AND `id_group` = 1 LIMIT 1
399 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2914 AND `id_group` = 1 LIMIT 1
399 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1841 AND id_shop=1 LIMIT 1
399 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 72 LIMIT 1
397 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2958 AND id_shop=1 LIMIT 1
397 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2266 AND id_shop=1 LIMIT 1
396 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1997 AND id_shop=1 LIMIT 1
396 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 99 LIMIT 1
396 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2920 AND id_shop=1 LIMIT 1
395 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2992 AND `id_group` = 1 LIMIT 1
394 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2823 AND id_shop=1 LIMIT 1
394 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1977 AND id_shop=1 LIMIT 1
391 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2586 AND id_shop=1 LIMIT 1
390 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2122 AND id_shop=1 LIMIT 1
388 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2914 AND id_shop=1 LIMIT 1
388 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2614 AND `id_group` = 1 LIMIT 1
387 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2700 AND `id_group` = 1 LIMIT 1
386 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2582 AND id_shop=1 LIMIT 1
384 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2893 AND `id_group` = 1 LIMIT 1
383 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1987 AND id_shop=1 LIMIT 1
383 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2241 AND id_shop=1 LIMIT 1
382 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2522 AND id_shop=1 LIMIT 1
381 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2260 AND id_shop=1 LIMIT 1
380 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2559 AND id_shop=1 LIMIT 1
379 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2727 AND id_shop=1 LIMIT 1
378 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2047 AND id_shop=1 LIMIT 1
377 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2222 AND id_shop=1 LIMIT 1
376 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2048 AND id_shop=1 LIMIT 1
375 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2699 AND id_shop=1 LIMIT 1
374 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2241 AND `id_group` = 1 LIMIT 1
373 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2115 AND id_shop=1 LIMIT 1
372 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 146 LIMIT 1
372 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2033 AND id_shop=1 LIMIT 1
370 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 86 LIMIT 1
370 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2229 AND id_shop=1 LIMIT 1
369 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 80 LIMIT 1
367 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2911 AND `id_group` = 1 LIMIT 1
366 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2965 AND id_shop=1 LIMIT 1
366 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1994 AND id_shop=1 LIMIT 1
364 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1994 AND `id_group` = 1 LIMIT 1
364 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2614 AND id_shop=1 LIMIT 1
361 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2058 AND id_shop=1 LIMIT 1
360 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1853 AND id_shop=1 LIMIT 1
360 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2774 AND id_shop=1 LIMIT 1
358 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 77 LIMIT 1
356 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2700 AND id_shop=1 LIMIT 1
355 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2258 AND id_shop=1 LIMIT 1
355 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2691 AND id_shop=1 LIMIT 1
353 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 119 LIMIT 1
353 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 418 LIMIT 1
352 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2259 AND id_shop=1 LIMIT 1
352 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2035 AND id_shop=1 LIMIT 1
351 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 76 LIMIT 1
350 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2893 AND id_shop=1 LIMIT 1
349 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2798 AND id_shop=1 LIMIT 1
349 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 67 LIMIT 1
349 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2263 AND id_shop=1 LIMIT 1
349 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 71 LIMIT 1
341 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 90 LIMIT 1
328 ms 1 /classes/Product.php:5629

Doubles

461 queries
SELECT *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = <span style="color:blue">XX</span>
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = <span style="color:blue">XX</span>
WHERE (a.`id_product` = <span style="color:blue">XX</span>) AND (b.`id_shop` = <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
232 queries
                            SELECT `id_tax_rules_group`
                            FROM `tm_product_shop`
                            WHERE `id_product` = <span style="color:blue">XX</span> AND id_shop=<span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
231 queries
SELECT image_shop.`id_image`
                    FROM `tm_image` i
                     INNER JOIN tm_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = <span style="color:blue">XX</span>)
                    WHERE i.`id_product` = <span style="color:blue">XX</span>
                    AND image_shop.`cover` = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
231 queries
SELECT product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,<span style="color:blue">XX</span>) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = <span style="color:blue">XX</span>)
LEFT JOIN `tm_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = <span style="color:blue">XX</span>)
WHERE (p.`id_product` = <span style="color:blue">XX</span>)
231 queries
			SELECT `reduction`
			FROM `tm_product_group_reduction_cache`
			WHERE `id_product` = <span style="color:blue">XX</span> AND `id_group` = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
231 queries
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `tm_image` i
             INNER JOIN tm_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = <span style="color:blue">XX</span>)
            LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = <span style="color:blue">XX</span>)
            WHERE i.`id_product` = <span style="color:blue">XX</span>
            ORDER BY `position`
231 queries
                SELECT name, value, pf.id_feature, f.position
                FROM tm_feature_product pf
                LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = <span style="color:blue">XX</span>)
                LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = <span style="color:blue">XX</span>)
                LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = <span style="color:blue">XX</span>)
                 INNER JOIN tm_feature_shop feature_shop
        ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = <span style="color:blue">XX</span>)
                WHERE pf.id_product = <span style="color:blue">XX</span>
                ORDER BY f.position ASC
231 queries
SELECT `id_product_attribute`
            FROM `tm_product_attribute`
            WHERE `id_product` = <span style="color:blue">XX</span>
231 queries
            SELECT pa.`id_product`, a.`color`, pac.`id_product_attribute`, <span style="color:blue">XX</span> qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
            FROM `tm_product_attribute` pa
             INNER JOIN tm_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = <span style="color:blue">XX</span>)
            JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
            JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
            JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = <span style="color:blue">XX</span>)
            JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
            WHERE pa.`id_product` IN (<span style="color:blue">XX</span>) AND ag.`is_color_group` = <span style="color:blue">XX</span>
            GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
            
            ORDER BY a.`position` ASC;
231 queries
SELECT
                    p.*,
                    ps.*,
                    pl.*,
                    sa.out_of_stock,
                    IFNULL(sa.quantity, <span style="color:blue">XX</span>) as quantity,
                    (DATEDIFF(
                        p.`date_add`,
                        DATE_SUB(
                            '<span style="color:blue">XX</span>-<span style="color:blue">XX</span>-<span style="color:blue">XX</span> <span style="color:blue">XX</span>:<span style="color:blue">XX</span>:<span style="color:blue">XX</span>',
                            INTERVAL <span style="color:blue">XX</span> DAY
                        )
                    ) > <span style="color:blue">XX</span>) as new
                FROM tm_product p
                LEFT JOIN tm_product_lang pl
                    ON pl.id_product = p.id_product
                    AND pl.id_shop = <span style="color:blue">XX</span>
                    AND pl.id_lang = <span style="color:blue">XX</span>
                LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
			        AND sa.id_shop = <span style="color:blue">XX</span> LEFT JOIN tm_product_shop ps
			        ON ps.id_product = p.id_product
			        AND ps.id_shop = <span style="color:blue">XX</span>
			    WHERE p.id_product = <span style="color:blue">XX</span>
			    LIMIT <span style="color:blue">XX</span>
231 queries
SELECT
            COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), <span style="color:blue">XX</span>) as deep_quantity,
            COALESCE(SUM(first_level_quantity), <span style="color:blue">XX</span>) as quantity
          FROM (SELECT cp.`quantity` as first_level_quantity, <span style="color:blue">XX</span> as pack_quantity
          FROM `tm_cart_product` cp
            WHERE cp.`id_product_attribute` = <span style="color:blue">XX</span>
            AND cp.`id_customization` = <span style="color:blue">XX</span>
            AND cp.`id_cart` = <span style="color:blue">XX</span> AND cp.`id_product` = <span style="color:blue">XX</span> UNION SELECT <span style="color:blue">XX</span> as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
          FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
            WHERE cp.`id_product_attribute` = <span style="color:blue">XX</span>
            AND cp.`id_customization` = <span style="color:blue">XX</span>
            AND cp.`id_cart` = <span style="color:blue">XX</span> AND p.`id_product_item` = <span style="color:blue">XX</span> AND (pr.`pack_stock_type` IN (<span style="color:blue">XX</span>,<span style="color:blue">XX</span>) OR (
            pr.`pack_stock_type` = <span style="color:blue">XX</span>
            AND <span style="color:blue">XX</span> = <span style="color:blue">XX</span>
        ))) as q LIMIT <span style="color:blue">XX</span>
231 queries
SELECT `id_order`
            FROM `tm_orders`
            WHERE `id_cart` = <span style="color:blue">XX</span> AND id_shop IN (<span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
231 queries
SELECT SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = <span style="color:blue">XX</span>) AND (id_product_attribute = <span style="color:blue">XX</span>) AND (id_shop = <span style="color:blue">XX</span>) AND (id_shop_group = <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
231 queries
SELECT name FROM tm_category_lang WHERE id_shop = <span style="color:blue">XX</span> AND id_lang = <span style="color:blue">XX</span> AND id_category = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
41 queries
			SELECT cl.`link_rewrite`
			FROM `tm_category_lang` cl
			WHERE `id_lang` = <span style="color:blue">XX</span>
			 AND cl.id_shop = <span style="color:blue">XX</span> 
			AND cl.`id_category` = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
10 queries
SELECT `id_module` FROM `tm_module_shop` WHERE `id_module` = <span style="color:blue">XX</span> AND `id_shop` = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
10 queries
SELECT *
FROM `tm_category` a
LEFT JOIN `tm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = <span style="color:blue">XX</span>
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = <span style="color:blue">XX</span>
WHERE (a.`id_category` = <span style="color:blue">XX</span>) AND (b.`id_shop` = <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
6 queries
				SELECT `name`
				FROM `tm_manufacturer`
				WHERE `id_manufacturer` = <span style="color:blue">XX</span>
				AND `active` = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
5 queries
                SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
                FROM `tm_module` m
                LEFT JOIN `tm_module_shop` ms
                ON m.`id_module` = ms.`id_module`
                AND ms.`id_shop` = <span style="color:blue">XX</span>
4 queries
				SELECT tr.*
				FROM `tm_tax_rule` tr
				JOIN `tm_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
				WHERE trg.`active` = <span style="color:blue">XX</span>
				AND tr.`id_country` = <span style="color:blue">XX</span>
				AND tr.`id_tax_rules_group` = <span style="color:blue">XX</span>
				AND tr.`id_state` IN (<span style="color:blue">XX</span>, <span style="color:blue">XX</span>)
				AND ('<span style="color:blue">XX</span>' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
					OR (tr.`zipcode_to` = <span style="color:blue">XX</span> AND tr.`zipcode_from` IN(<span style="color:blue">XX</span>, '<span style="color:blue">XX</span>')))
				ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
2 queries
				SELECT id_shop
				FROM `tm_group_shop`
				WHERE `id_group` = <span style="color:blue">XX</span>
				AND id_shop = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
2 queries
				SELECT ctg.`id_group`
				FROM tm_category_group ctg
				WHERE ctg.`id_category` = <span style="color:blue">XX</span> AND ctg.`id_group` = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
2 queries
SELECT *
FROM `tm_tax` a
WHERE (a.`id_tax` = <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
2 queries
SELECT name, alias FROM `tm_hook_alias`
2 queries
SELECT `id_lang` FROM `tm_lang`
                    WHERE `locale` = 'fr-fr'
                    OR `language_code` = 'fr-fr' LIMIT <span style="color:blue">XX</span>
2 queries
SELECT * FROM `tm_hook_module_exceptions`
                WHERE `id_shop` IN (<span style="color:blue">XX</span>)
2 queries
SELECT `id_hook`, `name` FROM `tm_hook`
2 queries
SELECT `name`, `alias` FROM `tm_hook_alias`
2 queries
SELECT h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `tm_module` m
 INNER JOIN tm_module_shop module_shop
        ON (module_shop.id_module = m.id_module AND module_shop.id_shop = <span style="color:blue">XX</span> AND module_shop.enable_device & <span style="color:blue">XX</span>)
INNER JOIN `tm_module_shop` `ms` ON ms.`id_module` = m.`id_module`
INNER JOIN `tm_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `tm_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `tm_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = <span style="color:blue">XX</span>) AND (mg.id_shop = <span style="color:blue">XX</span> AND  mg.`id_group` IN (<span style="color:blue">XX</span>))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
2 queries
SELECT lower(name) as name
FROM `tm_hook` h
WHERE (h.active = <span style="color:blue">XX</span>)
2 queries
            SELECT `name`, `active`, `position`
            FROM `tm_pscheckout_funding_source`
            WHERE `id_shop` = <span style="color:blue">XX</span>
2 queries
SELECT *
							FROM `tm_tax_lang`
							WHERE `id_tax` = <span style="color:blue">XX</span>

Tables stress

1158 product_shop
1157 product
692 product_lang
464 stock_available
464 product_attribute
463 cart_product
462 image
462 product_attribute_shop
462 image_shop
286 category_lang
233 product_attribute_combination
232 feature_lang
232 feature_shop
232 feature
231 attribute
231 product_group_reduction_cache
231 pack
231 image_lang
231 orders
231 attribute_group
231 feature_product
231 feature_value_lang
231 attribute_lang
19 module_shop
19 module
16 category
12 category_shop
10 hook
7 manufacturer
5 category_group
5 currency
5 hook_alias
5 country
5 lang
4 currency_shop
4 lang_shop
4 tax_rule
4 tax_rules_group
4 shop
4 shop_url
3 category_product
3 ets_ctf_contact_lang
3 hook_module
3 ets_ctf_contact
3 ets_ctf_contact_shop
3 group_shop
3 country_lang
3 country_shop
2 pscheckout_funding_source
2 tax
2 shop_group
2 configuration
2 psgdpr_consent
2 module_group
2 product_sale
2 hook_module_exceptions
2 currency_lang
2 group
2 image_type
2 tax_lang
1 iqit_elementor_category
1 psgdpr_consent_lang
1 layered_category
1 layered_filter_block
1 layered_indexable_feature_lang_value
1 layered_indexable_feature
1 manufacturer_lang
1 manufacturer_shop
1 revslider_sliders
1 required_field
1 address_format
1 state
1 zone
1 group_lang
1 meta_lang
1 meta
1 configuration_lang
1 connections

ObjectModel instances

Name Instances Source
Product 693 /classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
Combination 231 /classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
Category 14 /controllers/front/listing/CategoryController.php [89]
/controllers/front/listing/CategoryController.php [211]
/controllers/front/listing/CategoryController.php [211]
/controllers/front/listing/CategoryController.php [211]
/controllers/front/listing/CategoryController.php [211]
/controllers/front/listing/CategoryController.php [211]
/controllers/front/listing/CategoryController.php [211]
/controllers/front/listing/CategoryController.php [211]
/controllers/front/listing/CategoryController.php [211]
/controllers/front/listing/CategoryController.php [211]
/classes/Meta.php [380]
/classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
/modules/ps_facetedsearch/src/Product/Search.php [103]
Address 5 /classes/shop/Shop.php [469]
/classes/Product.php [3669]
/classes/Product.php [3779]
/classes/Product.php [5855]
/classes/tax/Tax.php [203]
Country 3 /config/config.inc.php [159]
/classes/AddressFormat.php [404]
/classes/controller/FrontController.php [1677]
Language 2 /config/config.inc.php [224]
/classes/Tools.php [581]
Tax 2 /classes/tax/TaxRulesTaxManager.php [116]
/classes/tax/TaxRulesTaxManager.php [116]
Currency 2 /src/Adapter/Currency/CurrencyDataProvider.php [101]
/classes/Tools.php [701]
Shop 1 /config/config.inc.php [130]
State 1 /classes/controller/FrontController.php [1676]
AddressFormat 1 /classes/controller/FrontController.php [1671]
Gender 1 /classes/controller/FrontController.php [1606]
Risk 1 /classes/controller/FrontController.php [1609]
Group 1 /classes/Cart.php [248]
Cart 1 /classes/controller/FrontController.php [443]
Customer 1 /config/config.inc.php [273]
ShopGroup 1 /classes/shop/Shop.php [557]
IqitElementorCategory 1 /modules/iqitelementor/iqitelementor.php [774]

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/react/promise/src/functions_include.php
11 /vendor/react/promise/src/functions.php
12 /vendor/symfony/polyfill-intl-normalizer/bootstrap.php
13 /vendor/symfony/polyfill-php72/bootstrap.php
14 /vendor/symfony/polyfill-intl-idn/bootstrap.php
15 /vendor/symfony/polyfill-ctype/bootstrap.php
16 /vendor/symfony/polyfill-mbstring/bootstrap.php
17 /vendor/symfony/polyfill-php73/bootstrap.php
18 /vendor/symfony/polyfill-iconv/bootstrap.php
19 /vendor/jakeasmith/http_build_url/src/http_build_url.php
20 /vendor/markbaker/complex/classes/src/functions/abs.php
21 /vendor/markbaker/complex/classes/src/functions/acos.php
22 /vendor/markbaker/complex/classes/src/functions/acosh.php
23 /vendor/markbaker/complex/classes/src/functions/acot.php
24 /vendor/markbaker/complex/classes/src/functions/acoth.php
25 /vendor/markbaker/complex/classes/src/functions/acsc.php
26 /vendor/markbaker/complex/classes/src/functions/acsch.php
27 /vendor/markbaker/complex/classes/src/functions/argument.php
28 /vendor/markbaker/complex/classes/src/functions/asec.php
29 /vendor/markbaker/complex/classes/src/functions/asech.php
30 /vendor/markbaker/complex/classes/src/functions/asin.php
31 /vendor/markbaker/complex/classes/src/functions/asinh.php
32 /vendor/markbaker/complex/classes/src/functions/atan.php
33 /vendor/markbaker/complex/classes/src/functions/atanh.php
34 /vendor/markbaker/complex/classes/src/functions/conjugate.php
35 /vendor/markbaker/complex/classes/src/functions/cos.php
36 /vendor/markbaker/complex/classes/src/functions/cosh.php
37 /vendor/markbaker/complex/classes/src/functions/cot.php
38 /vendor/markbaker/complex/classes/src/functions/coth.php
39 /vendor/markbaker/complex/classes/src/functions/csc.php
40 /vendor/markbaker/complex/classes/src/functions/csch.php
41 /vendor/markbaker/complex/classes/src/functions/exp.php
42 /vendor/markbaker/complex/classes/src/functions/inverse.php
43 /vendor/markbaker/complex/classes/src/functions/ln.php
44 /vendor/markbaker/complex/classes/src/functions/log2.php
45 /vendor/markbaker/complex/classes/src/functions/log10.php
46 /vendor/markbaker/complex/classes/src/functions/negative.php
47 /vendor/markbaker/complex/classes/src/functions/pow.php
48 /vendor/markbaker/complex/classes/src/functions/rho.php
49 /vendor/markbaker/complex/classes/src/functions/sec.php
50 /vendor/markbaker/complex/classes/src/functions/sech.php
51 /vendor/markbaker/complex/classes/src/functions/sin.php
52 /vendor/markbaker/complex/classes/src/functions/sinh.php
53 /vendor/markbaker/complex/classes/src/functions/sqrt.php
54 /vendor/markbaker/complex/classes/src/functions/tan.php
55 /vendor/markbaker/complex/classes/src/functions/tanh.php
56 /vendor/markbaker/complex/classes/src/functions/theta.php
57 /vendor/markbaker/complex/classes/src/operations/add.php
58 /vendor/markbaker/complex/classes/src/operations/subtract.php
59 /vendor/markbaker/complex/classes/src/operations/multiply.php
60 /vendor/markbaker/complex/classes/src/operations/divideby.php
61 /vendor/markbaker/complex/classes/src/operations/divideinto.php
62 /vendor/markbaker/matrix/classes/src/Functions/adjoint.php
63 /vendor/markbaker/matrix/classes/src/Functions/antidiagonal.php
64 /vendor/markbaker/matrix/classes/src/Functions/cofactors.php
65 /vendor/markbaker/matrix/classes/src/Functions/determinant.php
66 /vendor/markbaker/matrix/classes/src/Functions/diagonal.php
67 /vendor/markbaker/matrix/classes/src/Functions/identity.php
68 /vendor/markbaker/matrix/classes/src/Functions/inverse.php
69 /vendor/markbaker/matrix/classes/src/Functions/minors.php
70 /vendor/markbaker/matrix/classes/src/Functions/trace.php
71 /vendor/markbaker/matrix/classes/src/Functions/transpose.php
72 /vendor/markbaker/matrix/classes/src/Operations/add.php
73 /vendor/markbaker/matrix/classes/src/Operations/directsum.php
74 /vendor/markbaker/matrix/classes/src/Operations/subtract.php
75 /vendor/markbaker/matrix/classes/src/Operations/multiply.php
76 /vendor/markbaker/matrix/classes/src/Operations/divideby.php
77 /vendor/markbaker/matrix/classes/src/Operations/divideinto.php
78 /vendor/paragonie/random_compat/lib/random.php
79 /vendor/swiftmailer/swiftmailer/lib/swift_required.php
80 /vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
81 /vendor/symfony/polyfill-apcu/bootstrap.php
82 /vendor/symfony/polyfill-intl-icu/bootstrap.php
83 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
84 /vendor/ircmaxell/password-compat/lib/password.php
85 /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
86 /app/AppKernel.php
87 /vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php
88 /vendor/symfony/symfony/src/Symfony/Component/HttpKernel/KernelInterface.php
89 /vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernelInterface.php
90 /vendor/symfony/symfony/src/Symfony/Component/HttpKernel/RebootableInterface.php
91 /vendor/symfony/symfony/src/Symfony/Component/HttpKernel/TerminableInterface.php
92 /config/alias.php
93 /classes/PrestaShopAutoload.php
94 /var/cache/prod/class_index.php
95 /config/bootstrap.php
96 /src/Core/ContainerBuilder.php
97 /src/Core/Foundation/IoC/Container.php
98 /src/Adapter/ServiceLocator.php
99 /vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php
100 /var/cache/prod/appParameters.php
103 /classes/controller/Controller.php
105 /classes/ObjectModel.php
106 /src/Core/Foundation/Database/EntityInterface.php
108 /classes/db/Db.php
110 /classes/Hook.php
112 /classes/module/Module.php
113 /src/Core/Module/ModuleInterface.php
115 /classes/Tools.php
116 /classes/Context.php
117 /classes/shop/Shop.php
118 /classes/db/DbPDO.php
119 /classes/AddressFormat.php
120 /classes/Configuration.php
121 /classes/Validate.php
122 /classes/cache/Cache.php
123 /src/Adapter/EntityMapper.php
124 /classes/db/DbQuery.php
125 /src/Core/Addon/Theme/ThemeManagerBuilder.php
126 /src/Adapter/Configuration.php
127 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php
128 /src/Core/Domain/Configuration/ShopConfigurationInterface.php
129 /src/Core/ConfigurationInterface.php
130 /src/Core/Addon/Theme/ThemeRepository.php
131 /src/Core/Addon/AddonRepositoryInterface.php
132 /src/Core/Domain/Shop/ValueObject/ShopConstraint.php
133 /src/Core/Addon/Theme/Theme.php
134 /src/Core/Addon/AddonInterface.php
135 /vendor/shudrum/array-finder/ArrayFinder.php
136 /config/defines_uri.inc.php
137 /classes/Language.php
138 /src/Core/Language/LanguageInterface.php
139 /classes/Country.php
140 /classes/PrestaShopCollection.php
141 /classes/shop/ShopGroup.php
142 /classes/Cookie.php
143 /classes/PhpEncryption.php
144 /vendor/defuse/php-encryption/src/Core.php
145 /classes/PhpEncryptionEngine.php
146 /vendor/defuse/php-encryption/src/Key.php
147 /vendor/defuse/php-encryption/src/Encoding.php
148 /vendor/defuse/php-encryption/src/Crypto.php
149 /vendor/defuse/php-encryption/src/KeyOrPassword.php
150 /vendor/defuse/php-encryption/src/RuntimeTests.php
151 /vendor/defuse/php-encryption/src/DerivedKeys.php
152 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
153 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
154 /src/Core/Session/SessionHandler.php
155 /src/Core/Session/SessionHandlerInterface.php
156 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php
157 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php
158 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php
159 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
160 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php
161 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
162 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php
163 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
164 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php
165 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php
166 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php
167 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
168 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php
169 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php
170 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
171 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php
172 /config/smarty.config.inc.php
173 /vendor/smarty/smarty/libs/Smarty.class.php
174 /vendor/smarty/smarty/libs/Autoloader.php
175 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
176 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
177 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
178 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
179 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
180 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
181 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
182 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
183 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
184 /config/smartyfront.config.inc.php
185 /classes/Smarty/SmartyResourceModule.php
186 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
187 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
188 /classes/Smarty/SmartyResourceParent.php
189 /classes/Smarty/SmartyLazyRegister.php
190 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
191 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
192 /classes/Customer.php
193 /classes/Group.php
194 /classes/Link.php
195 /classes/shop/ShopUrl.php
196 /classes/Dispatcher.php
197 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
198 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
199 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
200 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
201 /src/Adapter/SymfonyContainer.php
202 /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
203 /config/db_slave_server.inc.php
204 /modules/ph_simpleblog/ph_simpleblog.php
205 /modules/ph_simpleblog/assets/phpthumb/ThumbLib.inc.php
206 /modules/ph_simpleblog/assets/phpthumb/PhpThumb.inc.php
207 /modules/ph_simpleblog/assets/phpthumb/ThumbBase.inc.php
208 /modules/ph_simpleblog/assets/phpthumb/GdThumb.inc.php
209 /modules/ph_simpleblog/vendor/autoload.php
210 /modules/ph_simpleblog/vendor/composer/autoload_real.php
211 /modules/ph_simpleblog/vendor/composer/platform_check.php
212 /modules/ph_simpleblog/vendor/composer/autoload_static.php
213 /modules/ph_simpleblog/models/SimpleBlogCategory.php
214 /modules/ph_simpleblog/models/SimpleBlogPost.php
215 /modules/ph_simpleblog/models/SimpleBlogPostType.php
216 /modules/ph_simpleblog/models/SimpleBlogPostImage.php
217 /modules/ph_simpleblog/models/SimpleBlogTag.php
218 /modules/ph_simpleblog/models/SimpleBlogComment.php
219 /modules/ph_simpleblog/models/SimpleBlogPostAuthor.php
220 /modules/ph_simpleblog/classes/SimpleBlogHelper.php
221 /modules/ph_simpleblog/classes/BlogPostsFinder.php
222 /modules/ph_simpleblog/controllers/front/default_list.php
223 /classes/controller/ModuleFrontController.php
224 /classes/controller/FrontController.php
225 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
226 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
227 /classes/Translate.php
228 /modules/ph_simpleblog/translations/fr.php
229 /src/PrestaShopBundle/Translation/TranslatorComponent.php
230 /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
231 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
232 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
233 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
234 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
235 /src/PrestaShopBundle/Translation/TranslatorInterface.php
236 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
237 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
238 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
239 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageSelector.php
240 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
241 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
242 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
243 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
244 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
245 /var/cache/prod/translations/catalogue.fr-FR.NXhscRe.php
246 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
247 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
248 /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
249 /modules/ets_contactform7/ets_contactform7.php
250 /modules/ets_contactform7/classes/form-tag.php
251 /modules/ets_contactform7/classes/function.php
252 /modules/ets_contactform7/classes/Contact.php
253 /modules/ets_contactform7/classes/contact-form.php
254 /modules/ets_contactform7/classes/form-tags-manager.php
255 /modules/ets_contactform7/classes/submission.php
256 /modules/ets_contactform7/classes/mail.php
257 /modules/ets_contactform7/classes/pipe.php
258 /modules/ets_contactform7/classes/integration.php
259 /modules/ets_contactform7/classes/recaptcha.php
260 /modules/ets_contactform7/classes/validation.php
261 /modules/ets_contactform7/classes/ets_ctf_link_class.php
262 /modules/ets_contactform7/classes/ctf_browser.php
263 /modules/ets_contactform7/classes/ets_ctf_defines.php
264 /modules/ets_contactform7/classes/ContactMessage.php
265 /modules/ets_contactform7/translations/fr.php
266 /modules/colissimo/colissimo.php
267 /classes/module/CarrierModule.php
268 /modules/colissimo/classes/module.classes.php
269 /modules/colissimo/classes/ColissimoTools.php
270 /modules/colissimo/classes/ColissimoLink.php
271 /modules/colissimo/classes/ColissimoModuleConfiguration.php
272 /modules/colissimo/classes/ColissimoCarrier.php
273 /classes/Carrier.php
274 /modules/colissimo/classes/ColissimoService.php
275 /modules/colissimo/classes/ColissimoOrder.php
276 /modules/colissimo/classes/ColissimoLabel.php
277 /modules/colissimo/classes/ColissimoLabelProduct.php
278 /modules/colissimo/classes/ColissimoDepositSlip.php
279 /modules/colissimo/classes/ColissimoLabelGenerator.php
280 /modules/colissimo/classes/ColissimoPickupPoint.php
281 /modules/colissimo/classes/ColissimoCartPickupPoint.php
282 /modules/colissimo/classes/ColissimoTrackingCode.php
283 /modules/colissimo/classes/ColissimoOrderCarrier.php
284 /classes/order/OrderCarrier.php
285 /modules/colissimo/classes/ColissimoCustomCategory.php
286 /modules/colissimo/classes/ColissimoCustomProduct.php
287 /modules/colissimo/classes/ColissimoCustomDocument.php
288 /modules/colissimo/classes/ColissimoMerchantAddress.php
289 /modules/colissimo/classes/ColissimoAddress.php
290 /modules/colissimo/classes/ColissimoACE.php
291 /modules/colissimo/classes/migration/ColissimoOtherModuleInterface.php
292 /modules/colissimo/classes/migration/ColissimoMigration.php
293 /modules/colissimo/classes/migration/ColissimoSoflexibiliteMigration.php
294 /modules/colissimo/classes/migration/ColissimoSoniceEtiquetageMigration.php
295 /modules/colissimo/classes/migration/ColissimoColissimoSimpliciteMigration.php
296 /modules/colissimo/classes/migration/ColissimoSocolissimoMigration.php
297 /modules/colissimo/classes/logger/AbstractColissimoHandler.php
298 /modules/colissimo/classes/logger/ColissimoFileHandler.php
299 /modules/colissimo/classes/logger/ColissimoNullHandler.php
300 /modules/colissimo/classes/logger/ColissimoLogger.php
301 /modules/colissimo/lib/loader.php
302 /modules/colissimo/lib/ColissimoClient.php
303 /modules/colissimo/lib/Request/AbstractColissimoRequest.php
304 /modules/colissimo/lib/Request/ColissimoGenerateLabelRequest.php
305 /modules/colissimo/lib/Request/ColissimoGenerateBordereauRequest.php
306 /modules/colissimo/lib/Request/ColissimoWidgetAuthenticationRequest.php
307 /modules/colissimo/lib/Request/ColissimoMailboxDetailsRequest.php
308 /modules/colissimo/lib/Request/ColissimoTrackingEnrichiRequest.php
309 /modules/colissimo/lib/Request/ColissimoTrackingSimpleRequest.php
310 /modules/colissimo/lib/Request/ColissimoCheckGenerateLabelRequest.php
311 /modules/colissimo/lib/Request/ColissimoPlanPickupRequest.php
312 /modules/colissimo/lib/Request/ColissimoTrackingTimelineRequest.php
313 /modules/colissimo/lib/Request/ColissimoCreateCustomDocumentRequest.php
314 /modules/colissimo/lib/Request/ColissimoUpdateCustomDocumentRequest.php
315 /modules/colissimo/lib/Request/ColissimoBoxServicesRequest.php
316 /modules/colissimo/lib/Request/ColissimoboxConnectRequest.php
317 /modules/colissimo/lib/Request/ColissimoGenerateTokenRequest.php
318 /modules/colissimo/lib/Response/ColissimoReturnedResponseInterface.php
319 /modules/colissimo/lib/Response/AbstractColissimoResponse.php
320 /modules/colissimo/lib/Response/ColissimoResponseParser.php
321 /modules/colissimo/lib/Response/ColissimoGenerateLabelResponse.php
322 /modules/colissimo/lib/Response/ColissimoGenerateBordereauResponse.php
323 /modules/colissimo/lib/Response/ColissimoWidgetAuthenticationResponse.php
324 /modules/colissimo/lib/Response/ColissimoMailboxDetailsResponse.php
325 /modules/colissimo/lib/Response/ColissimoTrackingEnrichiResponse.php
326 /modules/colissimo/lib/Response/ColissimoTrackingSimpleResponse.php
327 /modules/colissimo/lib/Response/ColissimoCheckGenerateLabelResponse.php
328 /modules/colissimo/lib/Response/ColissimoPlanPickupResponse.php
329 /modules/colissimo/lib/Response/ColissimoTrackingTimelineResponse.php
330 /modules/colissimo/lib/Response/ColissimoCreateCustomDocumentResponse.php
331 /modules/colissimo/lib/Response/ColissimoUpdateCustomDocumentResponse.php
332 /modules/colissimo/lib/Response/ColissimoBoxServicesResponse.php
333 /modules/colissimo/lib/Response/ColissimoboxConnectResponse.php
334 /modules/colissimo/translations/fr.php
335 /modules/ps_mbo/ps_mbo.php
336 /modules/ps_mbo/vendor/autoload.php
337 /modules/ps_mbo/vendor/composer/autoload_real.php
338 /modules/ps_mbo/vendor/composer/platform_check.php
339 /modules/ps_mbo/vendor/composer/autoload_static.php
340 /modules/ps_mbo/translations/fr.php
341 /controllers/front/listing/CategoryController.php
342 /classes/controller/ProductListingFrontController.php
343 /classes/controller/ProductPresentingFrontController.php
344 /src/Adapter/Presenter/Object/ObjectPresenter.php
345 /src/Adapter/Presenter/PresenterInterface.php
346 /src/Adapter/Presenter/Cart/CartPresenter.php
347 /src/Adapter/Product/PriceFormatter.php
348 /src/Adapter/Image/ImageRetriever.php
349 /classes/tax/TaxConfiguration.php
350 /classes/Smarty/TemplateFinder.php
351 /classes/assets/StylesheetManager.php
352 /classes/assets/AbstractAssetManager.php
353 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
354 /classes/assets/JavascriptManager.php
355 /classes/assets/CccReducer.php
356 /modules/iqitthemeeditor/iqitthemeeditor.php
357 /modules/iqitthemeeditor/src/IqitSmartyModifiers.php
358 /modules/iqitthemeeditor/translations/fr.php
359 /classes/Category.php
360 /classes/webservice/WebserviceRequest.php
361 /src/Adapter/ContainerBuilder.php
362 /src/Adapter/Environment.php
363 /src/Core/EnvironmentInterface.php
364 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
365 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php
366 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
367 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
368 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
369 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
370 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
371 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
372 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
373 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
374 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
375 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
376 /vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php
377 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php
378 /vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php
379 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php
380 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
381 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
382 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
383 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
384 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
385 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
386 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
387 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
388 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
389 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
390 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
391 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
392 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
393 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
394 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
395 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
396 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
397 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
398 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
399 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
400 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
401 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
402 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
403 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
404 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
405 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
406 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
407 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
408 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
409 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
410 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
411 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
412 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
413 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
414 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
415 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
416 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
417 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
418 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
419 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
420 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
421 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
422 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
423 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
424 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
425 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
426 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
427 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
428 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
429 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
430 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
431 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
432 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
433 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
434 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
435 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
436 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
437 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
438 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php
439 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
440 /vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php
441 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php
442 /var/cache/prod/FrontContainer.php
443 /src/Adapter/Container/LegacyContainer.php
444 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
445 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
446 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
447 /vendor/psr/container/src/ContainerInterface.php
448 /src/Adapter/Container/LegacyContainerInterface.php
449 /modules/psaddonsconnect/vendor/autoload.php
450 /modules/psaddonsconnect/vendor/composer/autoload_real.php
451 /modules/psaddonsconnect/vendor/composer/autoload_static.php
452 /modules/psgdpr/vendor/autoload.php
453 /modules/psgdpr/vendor/composer/autoload_real.php
454 /modules/psgdpr/vendor/composer/autoload_static.php
455 /modules/ps_buybuttonlite/vendor/autoload.php
456 /modules/ps_buybuttonlite/vendor/composer/autoload_real.php
457 /modules/ps_buybuttonlite/vendor/composer/autoload_static.php
458 /modules/ps_checkout/vendor/autoload.php
459 /modules/ps_checkout/vendor/composer/autoload_real.php
460 /modules/ps_checkout/vendor/composer/platform_check.php
461 /modules/ps_checkout/vendor/composer/autoload_static.php
462 /modules/ps_checkout/vendor/symfony/polyfill-php70/bootstrap.php
463 /modules/ps_checkout/vendor/ramsey/uuid/src/functions.php
464 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment.php
465 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Client.php
466 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
467 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
468 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
469 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
470 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
471 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
472 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Version.php
473 /modules/ps_metrics/vendor/autoload.php
474 /modules/ps_metrics/vendor/composer/autoload_real.php
475 /modules/ps_metrics/vendor/composer/autoload_static.php
476 /modules/ps_metrics/vendor/clue/stream-filter/src/functions_include.php
477 /modules/ps_metrics/vendor/clue/stream-filter/src/functions.php
478 /modules/ps_metrics/vendor/ralouphie/getallheaders/src/getallheaders.php
479 /modules/ps_metrics/vendor/guzzlehttp/psr7/src/functions_include.php
480 /modules/ps_metrics/vendor/guzzlehttp/psr7/src/functions.php
481 /modules/ps_metrics/vendor/php-http/message/src/filters.php
482 /modules/ps_facebook/vendor/autoload.php
483 /modules/ps_facebook/vendor/composer/autoload_real.php
484 /modules/ps_facebook/vendor/composer/autoload_static.php
485 /modules/psxmarketingwithgoogle/vendor/autoload.php
486 /modules/psxmarketingwithgoogle/vendor/composer/autoload_real.php
487 /modules/psxmarketingwithgoogle/vendor/composer/autoload_static.php
488 /modules/psxmarketingwithgoogle/vendor/symfony/polyfill-php80/bootstrap.php
489 /modules/iqitsociallogin/vendor/autoload.php
490 /modules/iqitsociallogin/vendor/composer/autoload_real.php
491 /modules/iqitsociallogin/vendor/composer/platform_check.php
492 /modules/iqitsociallogin/vendor/composer/autoload_static.php
493 /modules/paybox/vendor/autoload.php
494 /modules/paybox/vendor/composer/autoload_real.php
495 /modules/paybox/vendor/composer/platform_check.php
496 /modules/paybox/vendor/composer/autoload_static.php
497 /modules/colissimo/vendor/autoload.php
498 /modules/colissimo/vendor/composer/autoload_real.php
499 /modules/colissimo/vendor/composer/platform_check.php
500 /modules/colissimo/vendor/composer/autoload_static.php
501 /modules/ps_emailalerts/vendor/autoload.php
502 /modules/ps_emailalerts/vendor/composer/autoload_real.php
503 /modules/ps_emailalerts/vendor/composer/autoload_static.php
504 /modules/ps_accounts/vendor/autoload.php
505 /modules/ps_accounts/vendor/composer/autoload_real.php
506 /modules/ps_accounts/vendor/composer/platform_check.php
507 /modules/ps_accounts/vendor/composer/autoload_static.php
508 /modules/ps_accounts/vendor/lcobucci/jwt/compat/class-aliases.php
509 /modules/ps_accounts/vendor/lcobucci/jwt/src/Token.php
510 /modules/ps_accounts/vendor/lcobucci/jwt/src/Signature.php
511 /modules/ps_accounts/vendor/lcobucci/jwt/compat/json-exception-polyfill.php
512 /modules/ps_accounts/vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
513 /modules/ps_accounts/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php
514 /modules/ps_eventbus/vendor/autoload.php
515 /modules/ps_eventbus/vendor/composer/autoload_real.php
516 /modules/ps_eventbus/vendor/composer/autoload_static.php
517 /src/Core/Localization/Locale/Repository.php
518 /src/Core/Localization/Locale/RepositoryInterface.php
519 /src/Core/Localization/CLDR/LocaleRepository.php
520 /src/Core/Localization/CLDR/LocaleDataSource.php
521 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
522 /src/Core/Data/Layer/AbstractDataLayer.php
523 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
524 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
525 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
526 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
527 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
528 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
529 /vendor/psr/cache/src/CacheItemPoolInterface.php
530 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
531 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
532 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
533 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
534 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
535 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
536 /vendor/psr/cache/src/CacheItemInterface.php
537 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
538 /src/Core/Localization/CLDR/Reader.php
539 /src/Core/Localization/CLDR/ReaderInterface.php
540 /src/Core/Localization/Currency/Repository.php
541 /src/Core/Localization/Currency/RepositoryInterface.php
542 /src/Core/Localization/Currency/CurrencyDataSource.php
543 /src/Core/Localization/Currency/DataSourceInterface.php
544 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
545 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
546 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
547 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
548 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
549 /src/Adapter/Currency/CurrencyDataProvider.php
550 /src/Core/Currency/CurrencyDataProviderInterface.php
551 /src/Adapter/LegacyContext.php
552 /src/Adapter/Tools.php
553 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
554 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
555 /vendor/prestashop/decimal/src/Operation/Rounding.php
556 /src/Core/Localization/Locale.php
557 /src/Core/Localization/LocaleInterface.php
558 /src/Core/Localization/Specification/Price.php
559 /src/Core/Localization/Specification/Number.php
560 /src/Core/Localization/Specification/NumberInterface.php
561 /src/Core/Localization/Specification/Factory.php
562 /src/Core/Localization/CLDR/LocaleData.php
563 /src/Core/Localization/CLDR/NumberSymbolsData.php
564 /src/Core/Localization/CLDR/CurrencyData.php
565 /src/Core/Localization/CLDR/Locale.php
566 /src/Core/Localization/CLDR/LocaleInterface.php
567 /src/Core/Localization/Specification/NumberSymbolList.php
568 /classes/Currency.php
569 /src/Core/Localization/Currency/LocalizedCurrencyId.php
570 /src/Core/Localization/Currency/CurrencyData.php
571 /src/Core/Localization/Currency/CurrencyCollection.php
572 /src/Core/Localization/Currency.php
573 /src/Core/Localization/CurrencyInterface.php
574 /src/Core/Localization/Specification/NumberCollection.php
575 /src/Core/Localization/Number/Formatter.php
576 /classes/Cart.php
577 /src/Adapter/AddressFactory.php
578 /classes/CartRule.php
579 /classes/Product.php
580 /src/Core/Domain/Product/ValueObject/RedirectType.php
581 /src/Core/Util/DateTime/DateTime.php
582 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
583 /classes/Pack.php
584 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
585 /src/Core/Domain/Product/ValueObject/ProductType.php
586 /src/Core/Domain/Product/ValueObject/Reference.php
587 /src/Core/Domain/Product/ValueObject/Ean13.php
588 /src/Core/Domain/Product/ValueObject/Isbn.php
589 /src/Core/Domain/Product/ValueObject/Upc.php
590 /src/Core/Domain/Product/ProductSettings.php
591 /classes/ImageType.php
592 /src/Core/Domain/Shop/ValueObject/ShopId.php
593 /modules/ps_emailsubscription/ps_emailsubscription.php
594 /src/Core/Module/WidgetInterface.php
595 /src/PrestaShopBundle/Translation/DomainNormalizer.php
596 /classes/Media.php
597 /modules/ps_checkout/ps_checkout.php
598 /classes/PaymentModule.php
599 /modules/ps_checkout/translations/fr.php
600 /modules/ps_checkout/src/Environment/EnvLoader.php
601 /modules/ps_checkout/src/Handler/ModuleFilteredRavenClient.php
602 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Client.php
603 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Util.php
604 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Compat.php
605 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Processor/SanitizeDataProcessor.php
606 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Processor.php
607 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Context.php
608 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Breadcrumbs.php
609 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Serializer.php
610 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/ReprSerializer.php
611 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/TransactionStack.php
612 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Breadcrumbs/ErrorHandler.php
613 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Stacktrace.php
614 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/ErrorHandler.php
615 /modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php
616 /modules/ps_checkout/vendor/prestashop/module-lib-cache-directory-provider/src/Cache/CacheDirectoryProvider.php
617 /modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ContainerProvider.php
618 /var/cache/prod/Ps_checkout2210FrontContainer.php
619 /modules/ps_checkout/src/Validator/FrontControllerValidator.php
620 /modules/ps_checkout/src/Validator/MerchantValidator.php
621 /modules/ps_checkout/src/Repository/PaypalAccountRepository.php
622 /modules/ps_checkout/src/Configuration/PrestaShopConfiguration.php
623 /modules/ps_checkout/src/Configuration/PrestaShopConfigurationOptionsResolver.php
624 /modules/ps_checkout/src/Shop/ShopProvider.php
625 /vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/OptionsResolver.php
626 /vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Options.php
627 /modules/ps_checkout/src/Repository/PsAccountRepository.php
628 /modules/ps_checkout/src/Context/PrestaShopContext.php
629 /modules/ps_checkout/src/ShopUuidManager.php
630 /modules/ps_checkout/src/ExpressCheckout/ExpressCheckoutConfiguration.php
631 /modules/ps_checkout/src/PayPal/PayPalPayLaterConfiguration.php
632 /modules/ps_checkout/src/Customer.php
633 /modules/ps_checkout/src/Merchant.php
634 /modules/ps_checkout/src/Entity/PaypalAccount.php
635 /modules/ps_facebook/ps_facebook.php
636 /modules/ps_facebook/translations/fr.php
637 /var/cache/prod/Ps_facebookFrontContainer.php
638 /modules/ps_facebook/classes/Buffer/TemplateBuffer.php
639 /modules/paybox/paybox.php
640 /modules/paybox/src/Configuration/Settings.php
641 /modules/paybox/vendor/netresearch/jsonmapper/src/JsonMapper.php
642 /modules/paybox/src/Configuration/Account.php
643 /modules/paybox/src/Configuration/DemoAccount.php
644 /modules/paybox/src/Configuration/PaymentConfiguration.php
645 /modules/paybox/src/Configuration/SubscriptionConfiguration.php
646 /modules/paybox/src/Configuration/InstalmentConfiguration.php
647 /modules/paybox/src/Configuration/Instalment.php
648 /modules/paybox/src/Configuration/Contract.php
649 /modules/paybox/src/Utils/Tools.php
650 /vendor/monolog/monolog/src/Monolog/Logger.php
651 /vendor/psr/log/Psr/Log/LoggerInterface.php
652 /vendor/monolog/monolog/src/Monolog/ResettableInterface.php
653 /vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php
654 /vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php
655 /vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php
656 /vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php
657 /vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php
658 /vendor/monolog/monolog/src/Monolog/Utils.php
659 /modules/paybox/translations/fr.php
660 /modules/ps_emailalerts/ps_emailalerts.php
661 /modules/ps_emailalerts/MailAlert.php
662 /classes/ProductDownload.php
663 /classes/tax/Tax.php
664 /src/Core/Localization/CLDR/ComputingPrecision.php
665 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
666 /src/Core/Cart/Calculator.php
667 /src/Core/Cart/CartRowCollection.php
668 /src/Core/Cart/Fees.php
669 /src/Core/Cart/AmountImmutable.php
670 /src/Core/Cart/CartRuleCollection.php
671 /src/Core/Cart/CartRuleCalculator.php
672 /src/Adapter/Product/PriceCalculator.php
673 /classes/order/Order.php
674 /src/Core/Cart/CartRow.php
675 /vendor/prestashop/decimal/src/DecimalNumber.php
676 /vendor/prestashop/decimal/src/Builder.php
677 /classes/Gender.php
678 /classes/Risk.php
679 /classes/Meta.php
680 /classes/Address.php
681 /src/Core/Addon/Module/ModuleManagerBuilder.php
682 /src/Core/Util/File/YamlParser.php
683 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php
684 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php
685 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php
686 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php
687 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php
688 /var/cache/prod/yaml/0a29f60ae3388dc53e82445e2c58eb24.php
689 /var/cache/prod/yaml/936c34737e13a739d2a7cbbd2b3eedda.php
690 /src/PrestaShopBundle/Service/DataProvider/Marketplace/ApiClient.php
691 /vendor/guzzlehttp/guzzle/src/Client.php
692 /vendor/guzzlehttp/guzzle/src/Event/HasEmitterTrait.php
693 /vendor/guzzlehttp/guzzle/src/ClientInterface.php
694 /vendor/guzzlehttp/guzzle/src/Event/HasEmitterInterface.php
695 /vendor/guzzlehttp/guzzle/src/Url.php
696 /vendor/guzzlehttp/guzzle/src/Utils.php
697 /vendor/guzzlehttp/guzzle/src/Message/MessageFactory.php
698 /vendor/guzzlehttp/guzzle/src/Event/ListenerAttacherTrait.php
699 /vendor/guzzlehttp/guzzle/src/Message/MessageFactoryInterface.php
700 /vendor/guzzlehttp/guzzle/src/Subscriber/HttpError.php
701 /vendor/guzzlehttp/guzzle/src/Event/SubscriberInterface.php
702 /vendor/guzzlehttp/guzzle/src/Subscriber/Redirect.php
703 /vendor/guzzlehttp/ringphp/src/Client/CurlHandler.php
704 /vendor/guzzlehttp/ringphp/src/Client/CurlFactory.php
705 /vendor/guzzlehttp/ringphp/src/Client/CurlMultiHandler.php
706 /vendor/guzzlehttp/ringphp/src/Client/Middleware.php
707 /vendor/guzzlehttp/ringphp/src/Client/StreamHandler.php
708 /vendor/guzzlehttp/guzzle/src/RequestFsm.php
709 /app/config/parameters.php
710 /src/Adapter/Module/ModuleZipManager.php
711 /src/PrestaShopBundle/Event/Dispatcher/NullDispatcher.php
712 /vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php
713 /src/Core/Hook/HookDispatcherInterface.php
714 /src/Adapter/Addons/AddonsDataProvider.php
715 /src/PrestaShopBundle/Service/DataProvider/Admin/AddonsInterface.php
716 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php
717 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php
718 /src/Adapter/LegacyLogger.php
719 /src/PrestaShopBundle/Service/DataProvider/Admin/CategoriesProvider.php
720 /src/Adapter/Module/ModuleDataProvider.php
721 /src/Adapter/Module/AdminModuleDataProvider.php
722 /src/PrestaShopBundle/Service/DataProvider/Admin/ModuleInterface.php
723 /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php
724 /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php
725 /vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php
726 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php
727 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php
728 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php
729 /vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php
730 /vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php
731 /vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php
732 /vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php
733 /vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php
734 /vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php
735 /vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php
736 /src/Adapter/Module/ModuleDataUpdater.php
737 /src/Core/Addon/Module/ModuleManager.php
738 /src/Core/Addon/AddonManagerInterface.php
739 /src/Core/Addon/Module/ModuleRepository.php
740 /src/Core/Addon/Module/ModuleRepositoryInterface.php
741 /vendor/symfony/symfony/src/Symfony/Component/Finder/Finder.php
742 /src/Adapter/Cache/Clearer/SymfonyCacheClearer.php
743 /src/Core/Cache/Clearer/CacheClearerInterface.php
744 /classes/State.php
745 /src/Core/Filter/FrontEndObject/MainFilter.php
746 /src/Core/Filter/FilterInterface.php
747 /src/Core/Filter/FrontEndObject/CartFilter.php
748 /src/Core/Filter/HashMapWhitelistFilter.php
749 /src/Core/Filter/CollectionFilter.php
750 /src/Core/Filter/FrontEndObject/ProductFilter.php
751 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
752 /src/Core/Filter/FrontEndObject/CustomerFilter.php
753 /src/Core/Filter/FrontEndObject/ShopFilter.php
754 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
755 /modules/ps_shoppingcart/ps_shoppingcart.php
756 /modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php
757 /modules/ps_facebook/classes/Config/Env.php
758 /modules/ps_facebook/classes/Handler/ErrorHandler/ModuleFilteredRavenClient.php
759 /modules/ps_facebook/classes/Config/Config.php
760 /modules/ps_metrics/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php
761 /modules/ps_metrics/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php
762 /modules/ps_accounts/ps_accounts.php
763 /modules/ps_accounts/translations/fr.php
764 /modules/ps_accounts/classes/DependencyInjection/ServiceContainer.php
765 /modules/ps_accounts/classes/DependencyInjection/ContainerProvider.php
766 /var/cache/prod/Ps_accounts562FrontContainer.php
767 /modules/ps_accounts/classes/Service/PsAccountsService.php
768 /modules/ps_accounts/classes/Repository/ShopTokenRepository.php
769 /modules/ps_accounts/classes/Repository/AbstractTokenRepository.php
770 /modules/ps_accounts/classes/Repository/ConfigurationRepository.php
771 /modules/ps_accounts/classes/Adapter/Configuration.php
772 /modules/ps_accounts/classes/Service/AnalyticsService.php
773 /modules/ps_accounts/classes/Factory/PsAccountsLogger.php
774 /modules/ps_accounts/classes/Repository/UserTokenRepository.php
775 /modules/ps_accounts/classes/Adapter/Link.php
776 /modules/ps_accounts/classes/Context/ShopContext.php
777 /modules/ps_accounts/classes/Adapter/ConfigurationKeys.php
778 /modules/ps_facebook/classes/Dispatcher/EventDispatcher.php
779 /modules/ps_facebook/classes/Handler/ApiConversionHandler.php
780 /modules/ps_facebook/classes/Adapter/ConfigurationAdapter.php
781 /modules/ps_facebook/classes/Factory/ContextFactory.php
782 /modules/ps_facebook/classes/API/Client/FacebookClient.php
783 /modules/ps_facebook/classes/Factory/FacebookEssentialsApiClientFactory.php
784 /modules/ps_facebook/classes/Factory/ApiClientFactoryInterface.php
785 /modules/ps_metrics/vendor/prestashop/module-lib-guzzle-adapter/src/ClientFactory.php
786 /modules/ps_metrics/vendor/prestashop/module-lib-guzzle-adapter/src/VersionDetection.php
787 /modules/ps_facebook/classes/Provider/AccessTokenProvider.php
788 /modules/ps_facebook/classes/API/ResponseListener.php
789 /modules/ps_facebook/classes/API/EventSubscriber/AccountSuspendedSubscriber.php
790 /modules/ps_facebook/classes/API/EventSubscriber/SubscriberInterface.php
791 /modules/ps_facebook/classes/API/EventSubscriber/ApiErrorSubscriber.php
792 /modules/ps_facebook/classes/Factory/PsApiClientFactory.php
793 /modules/ps_facebook/classes/Handler/ConfigurationHandler.php
794 /modules/ps_metrics/vendor/prestashop/module-lib-guzzle-adapter/src/Guzzle5/Client.php
795 /modules/ps_metrics/vendor/prestashop/module-lib-guzzle-adapter/src/Interfaces/HttpClientInterface.php
796 /modules/ps_metrics/vendor/prestashop/module-lib-guzzle-adapter/src/Guzzle5/Config.php
797 /modules/ps_metrics/vendor/prestashop/module-lib-guzzle-adapter/src/Interfaces/ConfigInterface.php
798 /vendor/guzzlehttp/ringphp/src/Core.php
799 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Api.php
800 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Session.php
801 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/SessionInterface.php
802 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/ApiConfig.php
803 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Http/Client.php
804 /modules/ps_facebook/classes/Handler/PixelHandler.php
805 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php
806 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php
807 /modules/ps_facebook/classes/Provider/EventDataProvider.php
808 /modules/ps_facebook/classes/Adapter/ToolsAdapter.php
809 /modules/ps_facebook/classes/Repository/ProductRepository.php
810 /modules/ps_facebook/classes/Provider/ProductAvailabilityProvider.php
811 /modules/ps_facebook/classes/Provider/ProductAvailabilityProviderInterface.php
812 /modules/ps_facebook/classes/Repository/GoogleCategoryRepository.php
813 /modules/ps_facebook/classes/Provider/GoogleCategoryProvider.php
814 /modules/ps_facebook/classes/Provider/GoogleCategoryProviderInterface.php
815 /modules/psxmarketingwithgoogle/psxmarketingwithgoogle.php
816 /modules/psxmarketingwithgoogle/translations/fr.php
817 /var/cache/prod/PsxmarketingwithgoogleFrontContainer.php
818 /modules/psxmarketingwithgoogle/classes/Adapter/ConfigurationAdapter.php
819 /modules/psxmarketingwithgoogle/classes/Factory/ContextFactory.php
820 /modules/psxmarketingwithgoogle/classes/config/Config.php
821 /modules/psxmarketingwithgoogle/classes/Handler/RemarketingHookHandler.php
822 /modules/psxmarketingwithgoogle/classes/Buffer/TemplateBuffer.php
823 /modules/revsliderprestashop/revsliderprestashop.php
824 /modules/revsliderprestashop/rev-loader.php
825 /modules/revsliderprestashop/includes/revslider_db.class.php
826 /modules/revsliderprestashop/includes/data.class.php
827 /modules/revsliderprestashop/includes/functions.class.php
828 /modules/revsliderprestashop/includes/em-integration.class.php
829 /modules/revsliderprestashop/includes/cssparser.class.php
830 /modules/revsliderprestashop/includes/woocommerce.class.php
831 /modules/revsliderprestashop/includes/wpml.class.php
832 /modules/revsliderprestashop/includes/colorpicker.class.php
833 /modules/revsliderprestashop/includes/navigation.class.php
834 /modules/revsliderprestashop/includes/object-library.class.php
835 /modules/revsliderprestashop/admin/includes/loadbalancer.class.php
836 /modules/revsliderprestashop/admin/includes/plugin-update.class.php
837 /modules/revsliderprestashop/includes/extension.class.php
838 /modules/revsliderprestashop/includes/favorite.class.php
839 /modules/revsliderprestashop/includes/aq-resizer.class.php
840 /modules/revsliderprestashop/includes/external-sources.class.php
841 /modules/revsliderprestashop/includes/page-template.class.php
842 /modules/revsliderprestashop/includes/slider.class.php
843 /modules/revsliderprestashop/includes/slide.class.php
844 /modules/revsliderprestashop/includes/output.class.php
845 /modules/revsliderprestashop/public/revslider-front.class.php
846 /modules/revsliderprestashop/includes/backwards.php
847 /modules/revsliderprestashop/admin/includes/class-pclzip.php
848 /modules/revsliderprestashop/admin/includes/license.class.php
849 /modules/revsliderprestashop/admin/includes/addons.class.php
850 /modules/revsliderprestashop/admin/includes/template.class.php
851 /modules/revsliderprestashop/admin/includes/functions-admin.class.php
852 /modules/revsliderprestashop/admin/includes/folder.class.php
853 /modules/revsliderprestashop/admin/includes/import.class.php
854 /modules/revsliderprestashop/admin/includes/export.class.php
855 /modules/revsliderprestashop/admin/includes/export-html.class.php
856 /modules/revsliderprestashop/admin/includes/newsletter.class.php
857 /modules/revsliderprestashop/admin/revslider-admin.class.php
858 /modules/revsliderprestashop/includes/update.class.php
859 /modules/revsliderprestashop/includes/resize-imag.php
860 /modules/revsliderprestashop/translations/fr.php
861 /modules/iqitcontactpage/iqitcontactpage.php
862 /modules/iqitcontactpage/translations/fr.php
863 /modules/iqitcountdown/iqitcountdown.php
864 /modules/iqitcountdown/translations/fr.php
865 /classes/assets/PrestashopAssetsLibraries.php
866 /modules/iqitsociallogin/iqitsociallogin.php
867 /modules/iqitsociallogin/translations/fr.php
868 /modules/ps_checkout/src/Builder/PayPalSdkLink/PayPalSdkLinkBuilder.php
869 /modules/ps_checkout/src/PayPal/PayPalConfiguration.php
870 /modules/ps_checkout/src/Repository/PayPalCodeRepository.php
871 /modules/ps_checkout/src/FundingSource/FundingSourceConfigurationRepository.php
872 /modules/ps_checkout/src/Environment/PaypalEnv.php
873 /modules/ps_checkout/src/Environment/Env.php
874 /modules/ps_checkout/src/PayPal/Mode.php
875 /modules/ps_checkout/src/PayPal/Intent.php
876 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
877 /var/cache/prod/smarty/compile/warehouse/ae/4a/37/ae4a37ad645fef20c4e1d9b5b0a08c2aa1f66467_2.file.header.tpl.php
878 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
879 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
880 /modules/iqitfreedeliverycount/iqitfreedeliverycount.php
881 /modules/iqitfreedeliverycount/translations/fr.php
882 /modules/iqitmegamenu/iqitmegamenu.php
883 /modules/iqitmegamenu/models/IqitMenuTab.php
884 /modules/iqitmegamenu/models/IqitMenuHtml.php
885 /modules/iqitmegamenu/models/IqitMenuLinks.php
886 /modules/iqitmegamenu/translations/fr.php
887 /modules/iqitsizecharts/iqitsizecharts.php
888 /modules/iqitsizecharts/src/IqitSizeCharts.php
889 /modules/iqitsizecharts/translations/fr.php
890 /modules/iqitextendedproduct/iqitextendedproduct.php
891 /modules/iqitextendedproduct/src/IqitThreeSixty.php
892 /modules/iqitextendedproduct/src/IqitProductVideo.php
893 /modules/iqitextendedproduct/translations/fr.php
894 /modules/iqitelementor/iqitelementor.php
895 /modules/iqitelementor/src/IqitElementorLanding.php
896 /modules/iqitelementor/src/IqitElementorTemplate.php
897 /modules/iqitelementor/src/IqitElementorProduct.php
898 /modules/iqitelementor/src/IqitElementorCategory.php
899 /modules/iqitelementor/src/IqitElementorContent.php
900 /modules/iqitelementor/src/iqitElementorWpHelper.php
901 /modules/iqitelementor/includes/plugin-elementor.php
902 /modules/iqitelementor/src/widgets/IqitElementorWidget_Brands.php
903 /modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php
904 /modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php
905 /modules/iqitelementor/src/widgets/IqitElementorWidget_Modules.php
906 /modules/iqitelementor/src/widgets/IqitElementorWidget_CustomTpl.php
907 /modules/iqitelementor/src/widgets/IqitElementorWidget_Menu.php
908 /modules/iqitelementor/src/widgets/IqitElementorWidget_RevolutionSlider.php
909 /modules/iqitelementor/src/widgets/IqitElementorWidget_Newsletter.php
910 /modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php
911 /modules/iqitelementor/src/widgets/IqitElementorWidget_Search.php
912 /modules/iqitelementor/src/widgets/IqitElementorWidget_Links.php
913 /modules/iqitelementor/src/widgets/IqitElementorWidget_ContactForm.php
914 /modules/iqitelementor/translations/fr.php
915 /modules/presta_tarteaucitron/presta_tarteaucitron.php
916 /modules/presta_tarteaucitron/functions.php
917 /modules/presta_tarteaucitron/translations/fr.php
918 /src/Core/Product/Search/ProductSearchContext.php
919 /src/Core/Product/Search/ProductSearchQuery.php
920 /src/Core/Product/Search/SortOrder.php
921 /modules/ps_facetedsearch/ps_facetedsearch.php
922 /modules/ps_facetedsearch/src/HookDispatcher.php
923 /modules/ps_facetedsearch/src/Hook/Attribute.php
924 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
925 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
926 /modules/ps_facetedsearch/src/Hook/Category.php
927 /modules/ps_facetedsearch/src/Hook/Configuration.php
928 /modules/ps_facetedsearch/src/Hook/Design.php
929 /modules/ps_facetedsearch/src/Hook/Feature.php
930 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
931 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
932 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
933 /modules/ps_facetedsearch/src/Hook/Product.php
934 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
935 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
936 /modules/ps_facetedsearch/src/URLSerializer.php
937 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
938 /modules/ps_facetedsearch/src/Product/SearchProvider.php
939 /src/Core/Product/Search/FacetsRendererInterface.php
940 /src/Core/Product/Search/ProductSearchProviderInterface.php
941 /modules/ps_facetedsearch/src/Filters/Converter.php
942 /modules/ps_facetedsearch/src/Product/SearchFactory.php
943 /src/Core/Product/Search/ProductSearchResult.php
944 /classes/Manufacturer.php
945 /modules/ps_facetedsearch/src/Product/Search.php
946 /modules/ps_facetedsearch/src/Adapter/MySQL.php
947 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
948 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
949 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
950 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
951 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
952 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
953 /modules/ps_facetedsearch/src/Filters/Products.php
954 /classes/stock/StockAvailable.php
955 /modules/ps_facetedsearch/src/Filters/Block.php
956 /src/Core/Product/Search/Facet.php
957 /src/Core/Product/Search/Filter.php
958 /src/Core/Product/Search/FacetCollection.php
959 /classes/ProductAssembler.php
960 /classes/Combination.php
961 /classes/SpecificPrice.php
962 /classes/tax/TaxManagerFactory.php
963 /classes/tax/TaxRulesTaxManager.php
964 /classes/tax/TaxManagerInterface.php
965 /classes/tax/TaxCalculator.php
966 /classes/GroupReduction.php
967 /classes/Feature.php
968 /classes/ProductPresenterFactory.php
969 /src/Adapter/Presenter/Product/ProductListingPresenter.php
970 /src/Adapter/Presenter/Product/ProductPresenter.php
971 /src/Adapter/Product/ProductColorsRetriever.php
972 /src/Adapter/HookManager.php
973 /src/Core/Product/ProductPresentationSettings.php
974 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
975 /src/Adapter/Presenter/Product/ProductLazyArray.php
976 /src/Adapter/Presenter/AbstractLazyArray.php
977 /classes/Image.php
978 /classes/ImageManager.php
979 /vendor/doctrine/common/lib/Doctrine/Common/Util/Inflector.php
980 /vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php
981 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
982 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
983 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
984 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
985 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
986 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
987 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
988 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
989 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
990 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
991 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
992 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
993 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
994 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
995 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
996 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
997 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
998 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
999 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
1000 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
1001 /var/cache/prod/smarty/compile/warehouse/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.psfacetedsearchviewstempl.php
1002 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
1003 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
1004 /var/cache/prod/smarty/compile/warehouse/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.psfacetedsearchviewstempl.php
1005 /src/Core/Product/Search/Pagination.php
1006 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php
1007 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
1008 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php
1009 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_2.file.layout-full-width.tpl.php
1010 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php
1011 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/62/54/cc6254152c1390b4555424d860212f2467cf30dc_2.file.helpers.tpl.php
1012 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
1013 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/40/da/16/40da16296a82cd9545cfa520911d37d6f3e102c8_2.file.head.tpl.php
1014 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/3b/76/97/3b7697d69c2548aa81ce5fc00adc49649f4d632a_2.file.head-jsonld.tpl.php
1015 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/71/74/30/7174303ac5bf5cb8f4c93c0a0a57443d98689907_2.file.product-list-jsonld.tpl.php
1016 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/3c/5d/ca/3c5dcaf50c001b659ca3a037f76de76d0341364c_2.file.pagination-seo.tpl.php
1017 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
1018 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7f/5b/5d/7f5b5d3958c573748692762dcb9f57e8e5f8d3a0_2.file.stylesheets.tpl.php
1019 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/c5/87/25/c58725266ad68a59dc6106e9359ba87138a5ba00_2.file.javascript.tpl.php
1020 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ec/d6/5f/ecd65f87aa5cb84be27c646fa416055364afb943_2.file.product-activation.tpl.php
1021 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php
1022 /modules/iqitlinksmanager/iqitlinksmanager.php
1023 /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php
1024 /modules/iqitlinksmanager/src/IqitLinkBlock.php
1025 /modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php
1026 /modules/iqitlinksmanager/translations/fr.php
1027 /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
1028 /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
1029 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
1030 /var/cache/prod/smarty/cache/iqitlinksmanager/1/1/1/8/displayNav1/warehouse/df/09/b4/df09b46829bb8756eb62d617f5ebb52b3b5dc62c.iqitlinksmanagerviewstemp.php
1031 /modules/ps_languageselector/ps_languageselector.php
1032 /modules/ps_currencyselector/ps_currencyselector.php
1033 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php
1034 /modules/iqitsearch/iqitsearch.php
1035 /modules/iqitsearch/translations/fr.php
1036 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
1037 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d9/9b/94/d99b947421dcff226f28b1d6cb674c91f17399db_2.module.iqitsearchviewstemplatesh.php
1038 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/46/29/db/4629dbb3c4efa13c090c633dc2e46e5f2b42bed3_2.module.iqitsearchviewstemplatesh.php
1039 /modules/ps_customersignin/ps_customersignin.php
1040 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/72/be/19/72be192e406191c1cad554abe284e159adeb4234_2.module.pscustomersigninpscustome.php
1041 /src/Adapter/Cart/CartPresenter.php
1042 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b4/a4/76/b4a476e0a8201677b298f7c0f8ca1ac698e1bac3_2.module.psshoppingcartpsshoppingc.php
1043 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.psshoppingcartpsshoppingc.php
1044 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f6/e9/f2/f6e9f2b1680a466582d2199d038efe2cfa3a83f7_2.module.psshoppingcartpsshoppingc.php
1045 /var/cache/prod/smarty/cache/iqitmegamenu/index/1/1/1/8/warehouse/98/60/28/9860281a74a4cbdd156d70c2e5703786e9dc80fe.iqitmegamenuviewstemplate.php
1046 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/6b/be/a0/6bbea068620206abafbdb3c1eaa307014c805f2e_2.file.mobile-header-3.tpl.php
1047 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7a/30/38/7a3038780284d52e9fcd7a66e51e5b86a166106b_2.module.iqitsearchviewstemplatesh.php
1048 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/be/ee/e6/beeee6f3d87613010f8af1cabc4c4562f8cf600a_2.module.pscustomersigninpscustome.php
1049 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d4/e1/57/d4e1571b6b210795247564db06deb17061778b51_2.module.psshoppingcartpsshoppingc.php
1050 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f2/89/8b/f2898b4414ab9ff4c535199e57a04871012be918_2.file.breadcrumb.tpl.php
1051 /modules/iqitproductsnav/iqitproductsnav.php
1052 /modules/iqitproductsnav/translations/fr.php
1053 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/46/3d/b6/463db688c19c71b07cbe6a203c531e50343fcc29_2.file.notifications.tpl.php
1054 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d1/1a/e0/d11ae0758ee83611eee9cfe00952e2ec06cfb9b7_2.file.category-header.tpl.php
1055 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/4e/ce/cc4ece35d4b15794b729a544269b40f04cbec6af_2.file.category-subcategories.tpl.php
1056 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/64/97/1b/64971b1db215f2ad65aede2c571af8d1c93913dd_2.file.products-top.tpl.php
1057 /vendor/smarty/smarty/libs/plugins/modifier.regex_replace.php
1058 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/a9/52/26/a952269d8512ad75b8f57d2cce08a25e4298bb71_2.file.sort-orders.tpl.php
1059 /var/cache/prod/smarty/compile/warehouse/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.psfacetedsearchpsfaceteds.php
1060 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_2.file.products.tpl.php
1061 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_2.file.product.tpl.php
1062 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php
1063 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9e/c8/ba/9ec8ba8e6e5f7d66340c86549bc2b90178b9c089_2.file.product-miniature-thumb.tpl.php
1064 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/c2/96/29/c296295af4ea1e64a5e09e688760bd6329f9aa25_2.file.product-miniature-btn.tpl.php
1065 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/af/56/68/af56685872dc9794e2e71afc2aafb3f7d0553a17_2.file.pagination.tpl.php
1066 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/6f/17/9a6f17d44415582f6668ff07add575d8f15ceb92_2.file.products-bottom.tpl.php
1067 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/27/d1/02/27d102cd45902fc97436406e4156d43db45d0fe3_2.file.footer.tpl.php
1068 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/c6/5c/79c65ce255bd4285e257cf30b2920efcfadfe3ad_2.file.footer-2.tpl.php
1069 /var/cache/prod/smarty/compile/warehouse/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.psemailsubscriptionviewst.php
1070 /modules/psgdpr/psgdpr.php
1071 /modules/psgdpr/translations/fr.php
1072 /modules/psgdpr/classes/GDPRConsent.php
1073 /var/cache/prod/smarty/compile/warehouse/5e/ee/24/5eee242e5cbca9bb89b8ffa439cebef7beaaf2e4_2.module.psgdprviewstemplateshookd.php
1074 /var/cache/prod/smarty/cache/iqitlinksmanager/1/1/1/8/displayFooter/warehouse/df/09/b4/df09b46829bb8756eb62d617f5ebb52b3b5dc62c.iqitlinksmanagerviewstemp.php
1075 /var/cache/prod/smarty/cache/iqitcontactpage/1/1/1/8/warehouse/a0/5e/f5/a05ef57a78bcb37519665610ec2c127d3e4de79a.iqitcontactpageviewstempl.php
1076 /var/cache/prod/smarty/compile/warehouse/30/4b/c5/304bc562898eaa3508f24573fb64c3a5756cd56a_2.file.presta_tarteaucitron.tpl.php
1077 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/30/13/c5/3013c5f1bc9be1bfd8aedfe7eb1cee2ec6dd2fe6_2.file.footer-copyrights-1.tpl.php
1078 /modules/statsdata/statsdata.php
1079 /classes/Connection.php
1080 /classes/ConnectionsSource.php