Warning: Use of undefined constant _PS_DEBUG_PROFILING_ - assumed '_PS_DEBUG_PROFILING_' (this will throw an Error in a future version of PHP) in /home/vdqtadr/tonymotorrad/config/config.inc.php on line 85
Groupe mécanique

Groupe mécanique

Groupe mécanique
Load Time 4960 ms
Querying Time 4412 ms
Queries 4595
Memory Peak Usage 169.6 Mb
Included Files 1128 files - 14.04 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 512M
Max Execution Time 165s
Smarty Cache disabled
Smarty Compilation auto
  Time Cumulated Time Memory Usage Memory Peak Usage
config 8 ms 8 ms 4.56 Mb 4.6 Mb
__construct 0 ms 8 ms - Mb 4.6 Mb
init 32 ms 39 ms 1.82 Mb 6.5 Mb
checkAccess 0 ms 39 ms - Mb 6.5 Mb
setMedia 11 ms 50 ms 1.18 Mb 7.6 Mb
postProcess 0 ms 50 ms - Mb 7.6 Mb
initHeader 0 ms 50 ms - Mb 7.6 Mb
initContent 3588 ms 3639 ms 85.86 Mb 93.5 Mb
initFooter 0 ms 3639 ms - Mb 93.5 Mb
display 1321 ms 4960 ms 74.53 Mb 169.6 Mb
Hook Time Memory Usage
displayVerticalMenu 629 ms 30.19 Mb
displayNav1 13 ms 0.60 Mb
DisplayHeader 13 ms 1.35 Mb
displayFooter 10 ms 0.49 Mb
DisplayBeforeBodyClosingTag 10 ms 0.16 Mb
Header 5 ms 1.16 Mb
displayNav2 2 ms 0.09 Mb
ActionFrontControllerSetMedia 2 ms 0.35 Mb
renderWidget 2 ms 0.29 Mb
DisplayGDPRConsent 2 ms 0.09 Mb
IsJustElementor 2 ms 0.02 Mb
DisplayFooter 1 ms 0.04 Mb
DisplayTop 1 ms 0.02 Mb
displayAfterBreadcrumb 1 ms 0.04 Mb
DisplayNav2 1 ms 0.02 Mb
ProductSearchProvider 1 ms 0.39 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) 694 ms 35.29 Mb
Module Time Memory Usage
ph_simpleblog 4 ms 0.63 Mb
ets_contactform7 5 ms 0.31 Mb
colissimo 2 ms 0.49 Mb
ps_mbo 1 ms 0.13 Mb
iqitthemeeditor 1 ms 0.22 Mb
ps_emailsubscription 9 ms 0.37 Mb
ps_checkout 7 ms 0.56 Mb
ps_facebook 10 ms 0.54 Mb
paybox 2 ms 0.26 Mb
ps_emailalerts 0 ms 0.13 Mb
ps_shoppingcart 0 ms 0.05 Mb
ps_accounts 0 ms - Mb
psxmarketingwithgoogle 1 ms 0.12 Mb
revsliderprestashop 3 ms 0.94 Mb
iqitcontactpage 2 ms 0.02 Mb
iqitcountdown 0 ms 0.14 Mb
iqitsociallogin 0 ms 0.09 Mb
iqitfreedeliverycount 0 ms 0.02 Mb
iqitmegamenu 629 ms 30.43 Mb
iqitsizecharts 0 ms 0.11 Mb
iqitextendedproduct 0 ms 0.15 Mb
iqitelementor 3 ms 0.50 Mb
presta_tarteaucitron 0 ms 0.16 Mb
ps_facetedsearch 3 ms 0.80 Mb
iqitlinksmanager 18 ms 0.93 Mb
ps_languageselector 1 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.06 Mb
psgdpr 2 ms 0.13 Mb
statsdata 10 ms 0.18 Mb
32 module(s) 717 ms 38.61 Mb

Stopwatch SQL - 4595 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, 3, 14, 20, 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
29221 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, 3, 14, 20, 24) AND c.nleft>=3 AND c.nright<=406 AND ps.id_shop='1' GROUP BY p.id_product) p
20996 ms 8952 /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
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`)
15525 ms 1382 /classes/Configuration.php:160
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
13277 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
6661 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE c.*, cl.*
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 cl.id_shop = 1 
LEFT JOIN `tm_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tm_category` c2 ON c2.`id_category` = 107 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
6602 ms 398 Yes Yes /classes/Category.php:793
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
6425 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2415 AND `id_group` = 1 LIMIT 1
6286 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 295 AND `id_shop` = 1
6168 ms 1 /src/Adapter/EntityMapper.php:84
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
5591 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 = 1880
ORDER BY f.position ASC
5542 ms 1 Yes /classes/Product.php:5912
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`
5493 ms 1485 Yes Yes /classes/Hook.php:1183
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 67 LIMIT 1
5228 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` = 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
5097 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 = 80 LIMIT 1
4885 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 185 AND `id_shop` = 1
4785 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 343 AND `id_shop` = 1
4572 ms 1 /src/Adapter/EntityMapper.php:84
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
4538 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE c.*, cl.*
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 cl.id_shop = 1 
LEFT JOIN `tm_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tm_category` c2 ON c2.`id_category` = 60 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
4459 ms 398 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE c.*, cl.*
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 cl.id_shop = 1 
LEFT JOIN `tm_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tm_category` c2 ON c2.`id_category` = 112 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
4414 ms 398 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT 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
4362 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE c.*, cl.*
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 cl.id_shop = 1 
LEFT JOIN `tm_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tm_category` c2 ON c2.`id_category` = 106 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
4298 ms 398 Yes Yes /classes/Category.php:793
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
4229 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 = 2151
LIMIT 1
4193 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE c.*, cl.*
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 cl.id_shop = 1 
LEFT JOIN `tm_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tm_category` c2 ON c2.`id_category` = 118 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
4166 ms 398 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT 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
4121 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
4114 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 = 2190
ORDER BY f.position ASC
4113 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` = 2611)
4106 ms 1 /classes/Product.php:3835
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
4049 ms 5 Yes Yes /modules/ps_facetedsearch/src/Filters/Converter.php:247
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`
4003 ms 1 Yes /classes/Product.php:3523
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
3993 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
3914 ms 0 /classes/Hook.php:1243
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`
3885 ms 1485 Yes Yes /classes/Hook.php:1183
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
3870 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` = 2585) AND (b.`id_shop` = 1) LIMIT 1
3864 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 = 1978
LIMIT 1
3852 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` = 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
3804 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE c.*, cl.*
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 cl.id_shop = 1 
LEFT JOIN `tm_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tm_category` c2 ON c2.`id_category` = 82 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
3791 ms 398 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE * FROM `tm_currency` c ORDER BY `iso_code` ASC
3725 ms 1 Yes /classes/Currency.php:709
SELECT SQL_NO_CACHE c.*, cl.*
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 cl.id_shop = 1 
LEFT JOIN `tm_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tm_category` c2 ON c2.`id_category` = 69 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
3712 ms 398 Yes Yes /classes/Category.php:793
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
3688 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 = 2695
LIMIT 1
3681 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 = 1955
LIMIT 1
3657 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE c.*, cl.*
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 cl.id_shop = 1 
LEFT JOIN `tm_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tm_category` c2 ON c2.`id_category` = 133 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
3645 ms 398 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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)
3643 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
3614 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
3607 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` = 1839
ORDER BY `position`
3580 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE c.*, cl.*
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 cl.id_shop = 1 
LEFT JOIN `tm_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tm_category` c2 ON c2.`id_category` = 136 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
3550 ms 398 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT 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
3542 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE c.*, cl.*
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 cl.id_shop = 1 
LEFT JOIN `tm_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tm_category` c2 ON c2.`id_category` = 126 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
3537 ms 398 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE c.*, cl.*
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 cl.id_shop = 1 
LEFT JOIN `tm_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tm_category` c2 ON c2.`id_category` = 93 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
3507 ms 398 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE c.*, cl.*
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 cl.id_shop = 1 
LEFT JOIN `tm_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tm_category` c2 ON c2.`id_category` = 78 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
3439 ms 398 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE c.*, cl.*
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 cl.id_shop = 1 
LEFT JOIN `tm_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tm_category` c2 ON c2.`id_category` = 89 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
3414 ms 398 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2411 AND id_shop=1 LIMIT 1
3405 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` = 1836
ORDER BY `position`
3388 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` = 1836)
3366 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
3349 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 = 1867
ORDER BY f.position ASC
3322 ms 1 Yes /classes/Product.php:5912
INSERT INTO `tm_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0')
3315 ms 1 /classes/ObjectModel.php:578
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
3302 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 296 AND `id_shop` = 1
3294 ms 1 /src/Adapter/EntityMapper.php:84
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
3262 ms 241 Yes /classes/Country.php:147
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
3259 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 = 1862
LIMIT 1
3056 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` = 1838
ORDER BY `position`
3054 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
3039 ms 0 /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 = 1869
ORDER BY f.position ASC
2996 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
2980 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` = 2695
AND image_shop.`cover` = 1 LIMIT 1
2962 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` = 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
2942 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 = 2922
LIMIT 1
2939 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 = 2615
LIMIT 1
2921 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` = 2925
AND image_shop.`cover` = 1 LIMIT 1
2902 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` = 2186) AND (b.`id_shop` = 1) LIMIT 1
2886 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` = 2094
AND image_shop.`cover` = 1 LIMIT 1
2866 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
2839 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` = 2695
ORDER BY `position`
2837 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` = 1867) AND (b.`id_shop` = 1) LIMIT 1
2828 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 = 2721
LIMIT 1
2818 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
2785 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
2785 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 = 2726
LIMIT 1
2782 ms 1 /classes/ProductAssembler.php:106
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` = 296) LIMIT 1
2765 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` = 2003) AND (b.`id_shop` = 1) LIMIT 1
2761 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` = 2003) AND (b.`id_shop` = 1) LIMIT 1
2737 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE c.*, cl.*
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 cl.id_shop = 1 
LEFT JOIN `tm_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tm_category` c2 ON c2.`id_category` = 96 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
2732 ms 398 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT 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
2719 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 394 AND `id_shop` = 1
2706 ms 1 /src/Adapter/EntityMapper.php:84
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
2697 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` = 1862) AND (b.`id_shop` = 1) LIMIT 1
2651 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` = 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
2637 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
2603 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
2599 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
2595 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 = 2105
LIMIT 1
2586 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
2585 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` = 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
2579 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` = 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
2572 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` = 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
2568 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` = 2695)
2555 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` = 2127
ORDER BY `position`
2549 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` = 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
2549 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
2538 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 = 2922
ORDER BY f.position ASC
2496 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE c.*, cl.*
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 cl.id_shop = 1 
LEFT JOIN `tm_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tm_category` c2 ON c2.`id_category` = 61 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
2491 ms 398 Yes Yes /classes/Category.php:793
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` = 71) LIMIT 1
2486 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
2475 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 = 1994
LIMIT 1
2471 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` = 2721
ORDER BY `position`
2459 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 = 1838
LIMIT 1
2449 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 = 2999
ORDER BY f.position ASC
2442 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` = 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
2438 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` = 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
2436 ms 0 /classes/Cart.php:1429
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
2429 ms 6 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
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
2426 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 = 2923
LIMIT 1
2411 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` = 1888) AND (b.`id_shop` = 1) LIMIT 1
2406 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
2392 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 389 AND `id_shop` = 1
2390 ms 1 /src/Adapter/EntityMapper.php:84
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
2388 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2970 AND id_shop=1 LIMIT 1
2383 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` = 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
2349 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
2345 ms 1 Yes /classes/Product.php:5912
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
2330 ms 0 /classes/Hook.php:1243
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 393 AND `id_shop` = 1
2327 ms 1 /src/Adapter/EntityMapper.php:84
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
2313 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` = 2656) AND (b.`id_shop` = 1) LIMIT 1
2311 ms 1 /src/Adapter/EntityMapper.php:76
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
2309 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` = 2691) AND (b.`id_shop` = 1) LIMIT 1
2297 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` = 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
2274 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 = 1979
LIMIT 1
2255 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` = 2122) AND (b.`id_shop` = 1) LIMIT 1
2255 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` = 2775
AND image_shop.`cover` = 1 LIMIT 1
2248 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` = 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
2238 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 = 2199
LIMIT 1
2225 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
2222 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
2201 ms 1 /classes/ProductAssembler.php:106
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
2185 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` = 1955
ORDER BY `position`
2185 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
2183 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` = 2821) AND (b.`id_shop` = 1) LIMIT 1
2172 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` = 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
2171 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` = 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
2169 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 = 2616
ORDER BY f.position ASC
2155 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` = 2659) AND (b.`id_shop` = 1) LIMIT 1
2154 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2615
2146 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 (2675) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2145 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 (2582) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2133 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
2133 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 = 2722
LIMIT 1
2130 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE * FROM `tm_hook_module_exceptions`
WHERE `id_shop` IN (1)
2130 ms 1 /classes/module/Module.php:2237
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
2130 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 = 2057
ORDER BY f.position ASC
2129 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` = 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
2119 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1867 AND id_shop=1 LIMIT 1
2109 ms 1 /classes/Product.php:6766
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
2108 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
2108 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` = 2613) AND (b.`id_shop` = 1) LIMIT 1
2104 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 (2913) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2104 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` = 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
2090 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE c.*, cl.*
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 cl.id_shop = 1 
LEFT JOIN `tm_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tm_category` c2 ON c2.`id_category` = 142 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
2090 ms 8 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT 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
2066 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 = 2999
LIMIT 1
2061 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 = 2926
ORDER BY f.position ASC
2046 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 = 2118
LIMIT 1
2033 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 = 2940
LIMIT 1
2027 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
2017 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 = 2000
LIMIT 1
2012 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` = 2920
ORDER BY `position`
2007 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` = 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
2003 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
1999 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` = 2208) AND (b.`id_shop` = 1) LIMIT 1
1999 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 = 2774
ORDER BY f.position ASC
1998 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 (2672) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1995 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 = 2920
LIMIT 1
1994 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` = 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
1990 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` = 2896
AND image_shop.`cover` = 1 LIMIT 1
1985 ms 1 /classes/Product.php:3548
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
1980 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 = 1936
ORDER BY f.position ASC
1980 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` = 1970)
1979 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` = 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
1975 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2695
1972 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 = 1852
LIMIT 1
1965 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE lower(name) as name
FROM `tm_hook` h
WHERE (h.active = 1)
1958 ms 884 /classes/Hook.php:1283
SELECT SQL_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
1958 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 = 2584
LIMIT 1
1956 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 = 1968
LIMIT 1
1953 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
1951 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 = 1938
ORDER BY f.position ASC
1947 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` = 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
1946 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` = 2671 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` = 2671 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1944 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` = 2922
ORDER BY `position`
1938 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` = 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
1937 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 (2420) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1936 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` = 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
1934 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 = 2031
LIMIT 1
1921 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 = 2583
ORDER BY f.position ASC
1920 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
1916 ms 0 /classes/Cart.php:1429
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
1912 ms 22 Yes /classes/Manufacturer.php:207
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2592) AND (b.`id_shop` = 1) LIMIT 1
1911 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` = 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
1907 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` = 2229
ORDER BY `position`
1904 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` = 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
1902 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` = 2710
ORDER BY `position`
1898 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` = 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
1891 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` = 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
1888 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;
1878 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 = 2222
LIMIT 1
1877 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
1876 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` = 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
1875 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 (2239) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1869 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 (2263) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1869 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 = 2106
LIMIT 1
1866 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 = 2594
ORDER BY f.position ASC
1865 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
1863 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
1860 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 = 2093
LIMIT 1
1860 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 (2919) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1860 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 = 1819
LIMIT 1
1859 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` = 2999
ORDER BY `position`
1858 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 = 2411
LIMIT 1
1856 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2229 AND `id_group` = 1 LIMIT 1
1856 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` = 2229)
1852 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 = 2586
LIMIT 1
1848 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
1845 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 = 2675
ORDER BY f.position ASC
1845 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 = 2925
ORDER BY f.position ASC
1842 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 = 2653
LIMIT 1
1837 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 = 1862
ORDER BY f.position ASC
1836 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 = 1829
LIMIT 1
1830 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 (2047) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1830 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 = 2915
LIMIT 1
1821 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` = 1862
AND image_shop.`cover` = 1 LIMIT 1
1817 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` = 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
1814 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 = 2664
LIMIT 1
1813 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 = 2612
LIMIT 1
1810 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 (2056) 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 *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
1803 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 328 AND `id_shop` = 1
1798 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 (2674) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1796 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
1795 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 = 2913
LIMIT 1
1793 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 = 2040
ORDER BY f.position ASC
1792 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` = 2585)
1788 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 = 1838
ORDER BY f.position ASC
1786 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 = 1851
ORDER BY f.position ASC
1785 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
1784 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` = 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
1781 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` = 2915) AND (b.`id_shop` = 1) LIMIT 1
1780 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 = 1907
LIMIT 1
1777 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 = 2970
LIMIT 1
1775 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` = 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
1771 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `tm_hook`
1770 ms 884 /classes/Hook.php:1243
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
1769 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 = 2692
LIMIT 1
1769 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 = 1970
LIMIT 1
1766 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` = 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
1765 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` = 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
1764 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` = 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
1763 ms 0 /classes/Cart.php:1429
INSERT INTO `tm_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('6745418', '94', '316399862', '', '1', '1', '2025-04-17 12:52:31')
1763 ms 1 /classes/ObjectModel.php:578
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
1762 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 (2522) 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 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
1762 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 = 2659
LIMIT 1
1761 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 = 2420
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` = 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
1759 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` = 2583)
1756 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 = 2592
LIMIT 1
1755 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 = 1998
LIMIT 1
1754 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 = 2265
LIMIT 1
1753 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` = 2774
ORDER BY `position`
1752 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 = 2775
LIMIT 1
1752 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 = 2694
LIMIT 1
1747 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 = 1853
LIMIT 1
1746 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 = 2115
ORDER BY f.position ASC
1744 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` = 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
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 (2734) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1743 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` = 2664 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` = 2664 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1743 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 = 2208
LIMIT 1
1741 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` = 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
1741 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`
1739 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 = 2241
LIMIT 1
1737 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 = 2911
ORDER BY f.position ASC
1735 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 = 2585
LIMIT 1
1735 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 = 2094
LIMIT 1
1735 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
1733 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 = 2030
LIMIT 1
1732 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 = 1880
LIMIT 1
1730 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` = 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
1728 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 = 2206
LIMIT 1
1725 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 = 2127
LIMIT 1
1724 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 = 2133
LIMIT 1
1715 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` = 2697) AND (b.`id_shop` = 1) LIMIT 1
1715 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
1715 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE `id_page`
FROM `tm_page`
WHERE `id_page_type` = 3 AND `id_object` = 60 LIMIT 1
1714 ms 1 /classes/Page.php:83
SELECT SQL_NO_CACHE pa.`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;
1711 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
1710 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 = 1953
LIMIT 1
1708 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 = 2003
LIMIT 1
1708 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 = 2666
LIMIT 1
1705 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` = 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
1704 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
1703 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 = 2851
LIMIT 1
1703 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 = 2060
LIMIT 1
1700 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 (2784) 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 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
1696 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` = 2674 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` = 2674 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1693 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 = 2691
LIMIT 1
1691 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 = 1936
LIMIT 1
1687 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` = 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
1686 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 = 2591
LIMIT 1
1685 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` = 2698
ORDER BY `position`
1685 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` = 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
1683 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 = 2751
LIMIT 1
1681 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` = 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
1680 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 (2424) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1678 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` = 2823) AND (b.`id_shop` = 1) LIMIT 1
1677 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 = 2658
LIMIT 1
1674 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` = 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
1674 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` = 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
1674 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` = 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
1673 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 = 2411
ORDER BY f.position ASC
1671 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 = 2003
ORDER BY f.position ASC
1670 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` = 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
1670 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` = 2656) AND (b.`id_shop` = 1) LIMIT 1
1669 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 = 2676
LIMIT 1
1669 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 = 2202
ORDER BY f.position ASC
1668 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 = 2611
ORDER BY f.position ASC
1667 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` = 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
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` = 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
1665 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2229 AND id_shop=1 LIMIT 1
1665 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE pa.`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;
1664 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
1663 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 (2615) 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 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
1663 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 = 1840
LIMIT 1
1661 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 = 2676
ORDER BY f.position ASC
1661 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 (2005) 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 pa.`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;
1658 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 (2676) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1656 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` = 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
1655 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` = 2665 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` = 2665 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1653 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 = 2896
LIMIT 1
1652 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 = 2555
ORDER BY f.position ASC
1651 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 = 1977
LIMIT 1
1650 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 = 2656
LIMIT 1
1650 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` = 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
1648 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 = 2666
ORDER BY f.position ASC
1647 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 = 2697
ORDER BY f.position ASC
1646 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` = 2657 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` = 2657 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1645 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 = 2675
LIMIT 1
1645 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` = 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
1644 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 = 1933
ORDER BY f.position ASC
1643 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 = 2734
LIMIT 1
1642 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` = 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
1640 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` = 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
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 = 2660
LIMIT 1
1637 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 = 2239
LIMIT 1
1637 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 = 2730
LIMIT 1
1636 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 (1977) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1635 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` = 1948) AND (b.`id_shop` = 1) LIMIT 1
1630 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 = 2075
LIMIT 1
1629 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 = 1993
LIMIT 1
1628 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` = 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
1627 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` = 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
1626 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 = 2667
ORDER BY f.position ASC
1624 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 = 2522
LIMIT 1
1622 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` = 2669 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` = 2669 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1622 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 = 2025
LIMIT 1
1622 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` = 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
1621 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 (2266) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1621 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 (2594) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1620 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` = 1938
ORDER BY `position`
1619 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 = 2612
ORDER BY f.position ASC
1617 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` = 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
1616 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 = 2613
LIMIT 1
1616 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 = 2669
LIMIT 1
1615 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
1612 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 = 2699
LIMIT 1
1609 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
1606 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` = 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
1606 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` = 2675 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` = 2675 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1606 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)
1606 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 = 2614
LIMIT 1
1603 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` = 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
1600 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 = 2917
LIMIT 1
1600 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` = 1968
ORDER BY `position`
1598 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 = 2203
ORDER BY f.position ASC
1598 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 = 1897
ORDER BY f.position ASC
1597 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2611 AND `id_group` = 1 LIMIT 1
1592 ms 0 /classes/GroupReduction.php:156
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
1591 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 = 1953
ORDER BY f.position ASC
1591 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
1590 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 = 2260
LIMIT 1
1589 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
1588 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
1587 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE c.id_elementor FROM tm_iqit_elementor_category c WHERE c.id_category = 60 LIMIT 1
1587 ms 1 /modules/iqitelementor/src/IqitElementorCategory.php:87
SELECT SQL_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
1586 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 = 1933
LIMIT 1
1586 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` = 2911) AND (b.`id_shop` = 1) LIMIT 1
1585 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
1583 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
1583 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 = 2178
LIMIT 1
1583 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 (2916) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1582 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` = 2411) AND (b.`id_shop` = 1) LIMIT 1
1581 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` = 2671) AND (b.`id_shop` = 1) LIMIT 1
1581 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 = 2583
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 = 2913
ORDER BY f.position ASC
1580 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` = 2406) AND (b.`id_shop` = 1) LIMIT 1
1578 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 = 2701
LIMIT 1
1577 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 = 1934
LIMIT 1
1571 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 (2214) 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 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
1568 ms 0 /classes/Cart.php:1429
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` = 125) LIMIT 1
1566 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` = 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
1563 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` = 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
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 (1978) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1562 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 = 2263
LIMIT 1
1562 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 = 2914
LIMIT 1
1559 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 = 2258
ORDER BY f.position ASC
1558 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` = 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
1557 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` = 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
1556 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 = 2919
ORDER BY f.position ASC
1553 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`
1552 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 = 2582
LIMIT 1
1552 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 = 2134
ORDER BY f.position ASC
1551 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 (2653) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1549 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 (1845) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1548 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` = 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
1548 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 (2915) 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 pa.`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;
1546 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` = 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
1545 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
1545 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE lower(name) as name
FROM `tm_hook` h
WHERE (h.active = 1)
1544 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 = 2916
LIMIT 1
1543 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
1543 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 = 2030
ORDER BY f.position ASC
1542 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` = 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
1542 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 = 2657
LIMIT 1
1540 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` = 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
1539 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` = 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
1539 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` = 2411
ORDER BY `position`
1539 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 = 2260
ORDER BY f.position ASC
1538 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 = 2586
ORDER BY f.position ASC
1538 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` = 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
1537 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 = 2670
LIMIT 1
1535 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 = 1909
LIMIT 1
1534 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 = 2692
ORDER BY f.position ASC
1534 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` = 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
1533 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2893
1533 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` = 1840
AND image_shop.`cover` = 1 LIMIT 1
1532 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 = 2823
LIMIT 1
1532 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
1531 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE id_page_type
FROM tm_page_type
WHERE name = 'category' LIMIT 1
1531 ms 1 /classes/Page.php:104
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
1531 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 = 2786
LIMIT 1
1531 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` = 2970) AND (b.`id_shop` = 1) LIMIT 1
1530 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 = 2672
LIMIT 1
1528 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 = 1867
LIMIT 1
1528 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` = 2592 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` = 2592 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1526 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` = 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
1525 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 = 2229
LIMIT 1
1524 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 77 LIMIT 1
1523 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` = 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
1523 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` = 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
1522 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 (2917) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1521 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` = 1869
AND image_shop.`cover` = 1 LIMIT 1
1520 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` = 1936) AND (b.`id_shop` = 1) LIMIT 1
1519 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` = 2816
ORDER BY `position`
1518 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` = 2591 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` = 2591 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 = 2923
ORDER BY f.position ASC
1518 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 = 2228
LIMIT 1
1517 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` = 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
1515 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 = 2203
LIMIT 1
1515 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
1513 ms 1 /classes/ProductAssembler.php:106
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
1513 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 = 2251
ORDER BY f.position ASC
1511 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 = 1836
ORDER BY f.position ASC
1510 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
1508 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 (2058) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1507 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` = 1869
ORDER BY `position`
1507 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` = 2667 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` = 2667 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 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
1506 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 = 2924
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 = 2214
LIMIT 1
1502 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` = 1852
ORDER BY `position`
1501 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 = 2816
LIMIT 1
1501 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` = 2917) AND (b.`id_shop` = 1) LIMIT 1
1500 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` = 2751
ORDER BY `position`
1499 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` = 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
1499 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
1498 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 = 1998
ORDER BY f.position ASC
1498 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 = 2202
LIMIT 1
1498 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 (1979) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1498 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 = 2721
ORDER BY f.position ASC
1497 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` = 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
1497 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` = 2746 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` = 2746 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 = 2775
ORDER BY f.position ASC
1495 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 (2204) 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 pa.`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;
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` = 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
1495 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 = 2665
LIMIT 1
1495 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 = 1883
ORDER BY f.position ASC
1494 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
1494 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 = 2424
ORDER BY f.position ASC
1494 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 = 2214
ORDER BY f.position ASC
1493 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 = 1977
ORDER BY f.position ASC
1492 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 (2673) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1492 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 = 2199
ORDER BY f.position ASC
1491 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
1489 ms 1 /classes/Product.php:5629
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
1488 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 = 2223
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` = 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
1487 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 (2203) 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 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`
1485 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 = 2559
LIMIT 1
1484 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 (2746) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1483 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM tm_cms c
LEFT JOIN tm_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1 AND cl.id_shop = 1)
INNER JOIN tm_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (4) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
1483 ms 1 Yes /classes/CMS.php:151
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
1482 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` = 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
1482 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 = 2025
ORDER BY f.position ASC
1480 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 = 1987
ORDER BY f.position ASC
1480 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 = 2420
ORDER BY f.position ASC
1479 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 = 2674
LIMIT 1
1479 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 (2421) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1479 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 = 1870
LIMIT 1
1478 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
1477 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 = 2700
LIMIT 1
1477 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 (2625) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1475 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 = 1853
ORDER BY f.position ASC
1475 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 = 1843
ORDER BY f.position ASC
1473 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 = 2522
ORDER BY f.position ASC
1471 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 = 1995
LIMIT 1
1471 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` = 2666 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` = 2666 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1470 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
1470 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 = 2798
LIMIT 1
1469 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` = 1853) AND (b.`id_shop` = 1) LIMIT 1
1469 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 (2592) 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` = 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
1469 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 = 2916
ORDER BY f.position ASC
1469 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 = 2664
ORDER BY f.position ASC
1468 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` = 2094) AND (b.`id_shop` = 1) LIMIT 1
1468 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` = 2676 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` = 2676 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1468 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 = 2659
ORDER BY f.position ASC
1468 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 = 2222
ORDER BY f.position ASC
1467 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 = 2912
ORDER BY f.position ASC
1466 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
1464 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
1463 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 = 2925
LIMIT 1
1461 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` = 2672 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` = 2672 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1461 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 = 2259
LIMIT 1
1460 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 = 2094
ORDER BY f.position ASC
1459 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` = 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
1459 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` = 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
1458 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 = 1839
LIMIT 1
1458 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 = 2823
ORDER BY f.position ASC
1458 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` = 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
1458 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` = 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
1457 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 = 1851
LIMIT 1
1456 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` = 2615
AND image_shop.`cover` = 1 LIMIT 1
1456 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 = 2970
ORDER BY f.position ASC
1456 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 (2127) 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 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
1455 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 = 2784
LIMIT 1
1455 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 = 2771
ORDER BY f.position ASC
1454 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 = 2191
LIMIT 1
1452 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 = 2207
LIMIT 1
1452 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;
1452 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 = 2897
LIMIT 1
1451 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;
1451 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 (2671) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1451 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 = 1869
LIMIT 1
1450 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 = 2239
ORDER BY f.position ASC
1450 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` = 2851) AND (b.`id_shop` = 1) LIMIT 1
1450 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `name`, `active`, `position`
FROM `tm_pscheckout_funding_source`
WHERE `id_shop` = 1
1449 ms 1 /modules/ps_checkout/src/FundingSource/FundingSourceConfigurationRepository.php:85
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
1449 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 = 2585
ORDER BY f.position ASC
1449 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
1448 ms 1 Yes /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 = 2694
ORDER BY f.position ASC
1448 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 = 2992
ORDER BY f.position ASC
1447 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 = 2893
ORDER BY f.position ASC
1446 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 = 2798
ORDER BY f.position ASC
1446 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 = 2746
ORDER BY f.position ASC
1445 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` = 2893) AND (b.`id_shop` = 1) LIMIT 1
1445 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` = 2665
ORDER BY `position`
1444 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 = 2120
ORDER BY f.position ASC
1444 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` = 1844
AND image_shop.`cover` = 1 LIMIT 1
1444 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 = 2770
ORDER BY f.position ASC
1443 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` = 2147
ORDER BY `position`
1443 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` = 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
1442 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` = 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
1441 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` = 2094
ORDER BY `position`
1439 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 (2662) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1439 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` = 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
1438 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 = 1954
LIMIT 1
1437 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` = 2694) AND (b.`id_shop` = 1) LIMIT 1
1437 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` = 2025
ORDER BY `position`
1436 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` = 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
1435 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
1435 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 (1843) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1434 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` = 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
1434 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` = 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
1434 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` = 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
1432 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` = 2584
ORDER BY `position`
1432 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 = 2421
LIMIT 1
1431 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 (1989) 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` = 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
1429 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;
1429 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 = 2625
ORDER BY f.position ASC
1428 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` = 2798)
1428 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 = 2265
ORDER BY f.position ASC
1426 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` = 2919) AND (b.`id_shop` = 1) LIMIT 1
1426 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` = 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
1425 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 (2583) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1423 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` = 2258) AND (b.`id_shop` = 1) LIMIT 1
1422 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 = 2204
LIMIT 1
1422 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
1422 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 = 2126
LIMIT 1
1422 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` = 1968
AND image_shop.`cover` = 1 LIMIT 1
1421 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 = 1997
LIMIT 1
1420 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` = 2671
AND image_shop.`cover` = 1 LIMIT 1
1419 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` = 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
1419 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 = 2992
LIMIT 1
1419 ms 1 /classes/ProductAssembler.php:106
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` = 175) LIMIT 1
1418 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 = 2033
LIMIT 1
1417 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` = 2660 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` = 2660 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1415 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 = 2060
ORDER BY f.position ASC
1415 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` = 2613)
1414 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 = 2670
ORDER BY f.position ASC
1414 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 = 2691
ORDER BY f.position ASC
1413 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` = 2214) AND (b.`id_shop` = 1) LIMIT 1
1413 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 (2265) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1413 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` = 2241) AND (b.`id_shop` = 1) LIMIT 1
1413 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` = 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
1412 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 (2057) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1412 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1880 AND id_shop=1 LIMIT 1
1411 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` = 2676) AND (b.`id_shop` = 1) LIMIT 1
1411 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` = 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
1411 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 (2618) 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 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
1410 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` = 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
1410 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 (2093) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1410 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 = 2734
ORDER BY f.position ASC
1410 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` = 2722) AND (b.`id_shop` = 1) LIMIT 1
1409 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 = 1978
ORDER BY f.position ASC
1409 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 (2207) 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 pa.`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;
1408 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 (2206) 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 pa.`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;
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` = 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
1408 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` = 2730) AND (b.`id_shop` = 1) LIMIT 1
1408 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 (2208) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1407 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` = 2178) AND (b.`id_shop` = 1) LIMIT 1
1407 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 = 2771
LIMIT 1
1406 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` = 1859
ORDER BY `position`
1404 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 = 1829
ORDER BY f.position ASC
1404 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` = 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
1403 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
1403 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
1403 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 = 2075
ORDER BY f.position ASC
1402 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` = 2670 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` = 2670 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 (2670) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1398 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 (1909) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1396 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 = 2699
ORDER BY f.position ASC
1396 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 = 2004
ORDER BY f.position ASC
1395 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` = 2730) AND (b.`id_shop` = 1) LIMIT 1
1395 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 = 2584
ORDER BY f.position ASC
1394 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 (2654) 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 `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
1394 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` = 2659 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` = 2659 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1393 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 = 1840
ORDER BY f.position ASC
1393 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 (2422) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1392 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE hs.`id_tab` as id_tab, hssl.`title`, hssl.`label`, hssl.`url`,
hss.`position`,  hss.`active_label`, hss.`url_type`, hss.`id_url`, hss.`icon_type`, hss.`icon_class`, hss.`icon`, hss.`legend_icon`,
hss.`new_window`, hss.`float`, hss.`submenu_type`, hss.`submenu_content`, hss.`submenu_width`, hss.`group_access`
FROM tm_iqitmegamenu_tabs_shop hs
LEFT JOIN tm_iqitmegamenu_tabs hss ON (hs.id_tab = hss.id_tab)
LEFT JOIN tm_iqitmegamenu_tabs_lang hssl ON (hss.id_tab = hssl.id_tab)
WHERE id_shop = 1 AND menu_type = 2 AND active = 1
AND hssl.id_lang = 1
ORDER BY hss.position
1392 ms 14 Yes /modules/iqitmegamenu/models/IqitMenuTab.php:178
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
1392 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` = 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
1392 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` = 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
1391 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 (1948) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1391 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` = 2133) AND (b.`id_shop` = 1) LIMIT 1
1391 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
1390 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
1390 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` = 2926) AND (b.`id_shop` = 1) LIMIT 1
1390 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` = 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
1388 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` = 1903
AND image_shop.`cover` = 1 LIMIT 1
1388 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`
1388 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 (1853) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1387 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` = 2653) AND (b.`id_shop` = 1) LIMIT 1
1387 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 = 1859
LIMIT 1
1385 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 = 1904
LIMIT 1
1385 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 = 1839
ORDER BY f.position ASC
1384 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` = 2667
ORDER BY `position`
1384 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 (1953) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1384 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` = 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
1384 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` = 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
1384 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;
1384 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 = 2674
ORDER BY f.position ASC
1382 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 = 2940
ORDER BY f.position ASC
1382 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
1382 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` = 2665) AND (b.`id_shop` = 1) LIMIT 1
1380 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` = 1968)
1380 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 = 1992
LIMIT 1
1379 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 = 1884
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` = 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
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 = 2695
ORDER BY f.position ASC
1377 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 = 2912
LIMIT 1
1377 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 = 2048
LIMIT 1
1377 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2613 AND `id_group` = 1 LIMIT 1
1376 ms 0 /classes/GroupReduction.php:156
SELECT SQL_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
1376 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 = 2187
LIMIT 1
1375 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` = 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
1374 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` = 2999) AND (b.`id_shop` = 1) LIMIT 1
1370 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` = 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
1369 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` = 2033) AND (b.`id_shop` = 1) LIMIT 1
1369 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` = 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
1369 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 = 2656
ORDER BY f.position ASC
1369 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
1368 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 (2612) 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 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
1368 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 (2147) 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 = 1842
LIMIT 1
1366 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
1366 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 = 2730
ORDER BY f.position ASC
1366 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` = 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
1365 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 = 2668
LIMIT 1
1365 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 (2186) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1365 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 = 2151
ORDER BY f.position ASC
1364 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` = 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
1363 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 = 1991
ORDER BY f.position ASC
1362 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 = 1843
LIMIT 1
1362 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 = 2661
LIMIT 1
1362 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` = 2920) AND (b.`id_shop` = 1) LIMIT 1
1360 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 = 2047
ORDER BY f.position ASC
1360 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 = 2093
ORDER BY f.position ASC
1359 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 = 2266
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` = 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
1358 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 = 2186
LIMIT 1
1357 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 (2075) 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 *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
1356 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 = 2667
LIMIT 1
1355 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` = 2751) AND (b.`id_shop` = 1) LIMIT 1
1354 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 84 AND `id_shop` = 1
1353 ms 1 /src/Adapter/EntityMapper.php:84
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
1352 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 = 2727
LIMIT 1
1350 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` = 2223) AND (b.`id_shop` = 1) LIMIT 1
1350 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 = 2563
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 (2002) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1348 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 = 2746
LIMIT 1
1348 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 (2267) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1348 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 = 2668
ORDER BY f.position ASC
1347 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` = 2734
ORDER BY `position`
1346 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` = 1955) AND (b.`id_shop` = 1) LIMIT 1
1346 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 (2665) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1345 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` = 1933)
1344 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 = 2259
ORDER BY f.position ASC
1343 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` = 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
1343 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 = 1889
ORDER BY f.position ASC
1342 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` = 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
1341 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 = 2591
ORDER BY f.position ASC
1340 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` = 2260) AND (b.`id_shop` = 1) LIMIT 1
1340 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 = 2662
LIMIT 1
1339 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` = 2829
ORDER BY `position`
1339 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` = 2654) AND (b.`id_shop` = 1) LIMIT 1
1338 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` = 2663) AND (b.`id_shop` = 1) LIMIT 1
1338 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 (2591) 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 = 2422
ORDER BY f.position ASC
1334 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 (2555) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1334 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 (2590) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1332 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 (2126) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1331 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 = 2710
LIMIT 1
1330 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` = 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
1329 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 = 2821
LIMIT 1
1328 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
1328 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 = 1994
ORDER BY f.position ASC
1327 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 = 2618
LIMIT 1
1327 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 = 2700
ORDER BY f.position ASC
1327 ms 1 Yes /classes/Product.php:5912
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
1326 ms 1 Yes /classes/shop/Shop.php:711
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 = 2671
LIMIT 1
1325 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
1324 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 (2260) 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 *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
1323 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` = 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
1322 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
1322 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` = 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
1322 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 = 1837
LIMIT 1
1321 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`
1320 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 = 2654
LIMIT 1
1320 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 = 2122
ORDER BY f.position ASC
1320 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
1319 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` = 2694
ORDER BY `position`
1318 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 = 2614
ORDER BY f.position ASC
1317 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` = 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
1317 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 = 1883
LIMIT 1
1316 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` = 2659) 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 = 2594
LIMIT 1
1314 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` = 1883
ORDER BY `position`
1314 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` = 1998) AND (b.`id_shop` = 1) LIMIT 1
1313 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` = 2585
ORDER BY `position`
1312 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 (2726) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1311 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` = 2265
ORDER BY `position`
1310 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` = 2584) AND (b.`id_shop` = 1) LIMIT 1
1310 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 = 2774
LIMIT 1
1310 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 (1993) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1309 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 = 2056
LIMIT 1
1309 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 = 2106
ORDER BY f.position ASC
1307 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` = 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
1307 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` = 2726
ORDER BY `position`
1307 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` = 2222
ORDER BY `position`
1307 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` = 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
1306 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE data FROM tm_layered_filter_block WHERE hash="916bc00cb6230b55fd1913634b39ced6" LIMIT 1
1306 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:168
SELECT SQL_NO_CACHE l.id_iqitmenulinks, l.new_window, s.name, ll.link, ll.label
FROM tm_iqitmenulinks l
LEFT JOIN tm_iqitmenulinks_lang ll ON (l.id_iqitmenulinks = ll.id_iqitmenulinks AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN tm_shop s ON l.id_shop = s.id_shop
WHERE 1  AND l.id_iqitmenulinks = "3"
AND l.id_shop IN (0, 1)
1306 ms 1 /modules/iqitmegamenu/models/IqitMenuLinks.php:25
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
1306 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` = 1908) AND (b.`id_shop` = 1) LIMIT 1
1305 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` = 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
1303 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` = 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
1303 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 = 1996
LIMIT 1
1303 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` = 2106) AND (b.`id_shop` = 1) LIMIT 1
1303 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 = 2223
ORDER BY f.position ASC
1302 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 = 2047
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 = 2710
ORDER BY f.position ASC
1302 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 = 2926
LIMIT 1
1301 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 = 2204
ORDER BY f.position ASC
1300 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` = 2773)
1300 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 = 2897
ORDER BY f.position ASC
1300 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` = 2590 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` = 2590 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 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
1299 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` = 2612
ORDER BY `position`
1298 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` = 1867
ORDER BY `position`
1297 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` = 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
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` = 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
1297 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` = 2591
AND image_shop.`cover` = 1 LIMIT 1
1297 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` = 1844) AND (b.`id_shop` = 1) LIMIT 1
1296 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2056
1295 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 = 2829
ORDER BY f.position ASC
1295 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 = 2663
ORDER BY f.position ASC
1295 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` = 1862)
1294 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` = 1977
AND image_shop.`cover` = 1 LIMIT 1
1293 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 (2695) 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 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
1291 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 = 2671
ORDER BY f.position ASC
1290 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 (2614) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1290 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` = 2897) AND (b.`id_shop` = 1) LIMIT 1
1289 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 = 2241
ORDER BY f.position ASC
1289 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 = 1938
LIMIT 1
1286 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 (2616) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1286 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 (2992) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1285 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
1285 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` = 2691
ORDER BY `position`
1284 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` = 2229) AND (b.`id_shop` = 1) LIMIT 1
1283 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 = 1904
ORDER BY f.position ASC
1283 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 (1859) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1283 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
1282 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` = 1883) AND (b.`id_shop` = 1) LIMIT 1
1282 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` = 2030
ORDER BY `position`
1282 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 = 1841
LIMIT 1
1280 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` = 2265) AND (b.`id_shop` = 1) LIMIT 1
1280 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` = 2826) AND (b.`id_shop` = 1) LIMIT 1
1279 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 = 2770
LIMIT 1
1279 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` = 2625
ORDER BY `position`
1278 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
1278 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` = 2616
ORDER BY `position`
1278 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 = 1852
ORDER BY f.position ASC
1277 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` = 2675) AND (b.`id_shop` = 1) LIMIT 1
1277 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`
1277 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 = 2251
LIMIT 1
1276 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` = 1880
ORDER BY `position`
1275 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
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` = 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
1274 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` = 2563) 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 = 2672
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` = 2656 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` = 2656 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1274 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` = 2727
ORDER BY `position`
1273 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1
1273 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 = 2005
LIMIT 1
1273 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` = 1989) AND (b.`id_shop` = 1) LIMIT 1
1272 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 = 2726
ORDER BY f.position ASC
1272 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` = 2625) AND (b.`id_shop` = 1) LIMIT 1
1271 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 (2563) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1271 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` = 2668 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` = 2668 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1271 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 = 2921
ORDER BY f.position ASC
1270 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` = 1853
ORDER BY `position`
1270 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 = 2563
LIMIT 1
1269 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` = 2203
ORDER BY `position`
1269 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` = 2916) AND (b.`id_shop` = 1) LIMIT 1
1269 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` = 2771
ORDER BY `position`
1269 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 = 1955
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 = 2148
ORDER BY f.position ASC
1268 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` = 1838) AND (b.`id_shop` = 1) LIMIT 1
1267 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 = 2415
LIMIT 1
1267 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` = 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
1267 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` = 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
1266 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` = 1884
ORDER BY `position`
1265 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` = 1850) AND (b.`id_shop` = 1) LIMIT 1
1265 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
1265 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` = 2202
ORDER BY `position`
1264 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` = 2727) AND (b.`id_shop` = 1) LIMIT 1
1264 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 = 1909
ORDER BY f.position ASC
1264 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 = 2066
LIMIT 1
1264 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 = 2033
ORDER BY f.position ASC
1263 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` = 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
1263 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
1263 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` = 2583) AND (b.`id_shop` = 1) LIMIT 1
1262 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `tm_hook`
1261 ms 884 /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 = 2147
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` = 2663 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` = 2663 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 *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
1260 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 164 AND `id_shop` = 1
1260 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 (2796) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1259 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 = 2248
LIMIT 1
1258 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
1257 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
1256 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
1256 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 (2120) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1255 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` = 2669) AND (b.`id_shop` = 1) LIMIT 1
1253 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
1253 ms 1 /src/Adapter/EntityMapper.php:76
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
1253 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 (2823) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1252 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 (1851) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1252 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 = 2057
LIMIT 1
1252 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 = 1842
ORDER BY f.position ASC
1252 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` = 2897
ORDER BY `position`
1252 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` = 2035)
1251 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 = 2665
ORDER BY f.position ASC
1251 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` = 1880) AND (b.`id_shop` = 1) LIMIT 1
1250 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` = 2664
ORDER BY `position`
1250 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`
1250 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` = 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 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`
1249 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` = 2896
ORDER BY `position`
1249 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` = 2669
ORDER BY `position`
1248 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 (2667) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1247 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 = 2035
ORDER BY f.position ASC
1247 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
1246 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` = 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
1245 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 = 1844
LIMIT 1
1244 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` = 2151) AND (b.`id_shop` = 1) LIMIT 1
1244 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` = 2672
ORDER BY `position`
1244 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` = 2611
ORDER BY `position`
1244 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` = 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
1244 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 = 2590
LIMIT 1
1242 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` = 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
1241 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
1241 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` = 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
1241 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` = 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
1240 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` = 2094)
1239 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 (2268) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1239 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` = 2692
ORDER BY `position`
1239 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` = 2921
ORDER BY `position`
1239 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` = 2263) AND (b.`id_shop` = 1) LIMIT 1
1238 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 = 2816
ORDER BY f.position ASC
1238 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` = 2923
ORDER BY `position`
1236 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` = 2004
ORDER BY `position`
1236 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` = 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
1234 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
1233 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 = 2002
ORDER BY f.position ASC
1233 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 = 1889
LIMIT 1
1233 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` = 2920)
1232 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 = 2267
ORDER BY f.position ASC
1232 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` = 2066
ORDER BY `position`
1232 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
1232 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` = 2771) AND (b.`id_shop` = 1) LIMIT 1
1231 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 = 2268
LIMIT 1
1230 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` = 2823)
1230 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 = 2004
LIMIT 1
1230 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 (2911) 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 = 2727
ORDER BY f.position ASC
1228 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` = 2914) AND (b.`id_shop` = 1) LIMIT 1
1228 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` = 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
1227 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` = 2913
ORDER BY `position`
1227 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` = 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
1226 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 (1841) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1226 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 = 2005
ORDER BY f.position ASC
1225 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 (2660) 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` = 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
1223 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` = 1998
ORDER BY `position`
1223 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 = 2423
ORDER BY f.position ASC
1223 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 (2657) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1222 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 (1867) 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 *
FROM `tm_tax_lang`
WHERE `id_tax` = 1
1221 ms 1 /src/Adapter/EntityMapper.php:84
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
1220 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 (2920) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1220 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` = 2265)
1218 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` = 2851
ORDER BY `position`
1218 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 = 1908
ORDER BY f.position ASC
1218 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 (2586) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1218 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` = 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
1216 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` = 1933
ORDER BY `position`
1216 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 (1846) 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 pa.`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 (2658) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1215 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` = 1953) AND (b.`id_shop` = 1) LIMIT 1
1215 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` = 2970
ORDER BY `position`
1215 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` = 2666
ORDER BY `position`
1214 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` = 2925
ORDER BY `position`
1214 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 (1862) 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 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
1212 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` = 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
1211 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` = 2126) AND (b.`id_shop` = 1) LIMIT 1
1210 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 = 2660
ORDER BY f.position ASC
1209 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 (2251) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1209 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 = 2056
ORDER BY f.position ASC
1208 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 = 2618
ORDER BY f.position ASC
1206 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` = 2060) AND (b.`id_shop` = 1) LIMIT 1
1206 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` = 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
1205 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` = 1977) AND (b.`id_shop` = 1) LIMIT 1
1205 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 (2698) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1205 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` = 2555) AND (b.`id_shop` = 1) LIMIT 1
1205 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 (2030) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1205 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 (2926) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1204 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` = 2915) AND (b.`id_shop` = 1) LIMIT 1
1204 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2423 AND id_shop=1 LIMIT 1
1204 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` = 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
1203 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 = 2662
ORDER BY f.position ASC
1203 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` = 2613
AND image_shop.`cover` = 1 LIMIT 1
1203 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 (2557) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1202 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` = 2190) AND (b.`id_shop` = 1) LIMIT 1
1201 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` = 2662 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` = 2662 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1199 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` = 1934
ORDER BY `position`
1199 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` = 2700) AND (b.`id_shop` = 1) LIMIT 1
1199 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 = 1948
LIMIT 1
1199 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
1199 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 (2048) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1198 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 (2721) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1197 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` = 1978
ORDER BY `position`
1196 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 (1884) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1196 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 = 1941
LIMIT 1
1195 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` = 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
1195 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` = 1994) AND (b.`id_shop` = 1) LIMIT 1
1195 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)
1194 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 (1941) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1194 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 (2148) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1194 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` = 2420) AND (b.`id_shop` = 1) LIMIT 1
1194 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` = 1829) AND (b.`id_shop` = 1) LIMIT 1
1193 ms 1 /src/Adapter/EntityMapper.php:76
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";
1192 ms 2 /modules/ets_contactform7/classes/Contact.php:217
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`
1191 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` = 2032) AND (b.`id_shop` = 1) LIMIT 1
1190 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` = 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
1189 ms 0 /classes/Cart.php:1429
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
1189 ms 1 Yes /classes/shop/Shop.php:1350
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2674) AND (b.`id_shop` = 1) LIMIT 1
1188 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 (1829) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1188 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` = 2591) AND (b.`id_shop` = 1) LIMIT 1
1188 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
1188 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
1187 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` = 2251
ORDER BY `position`
1187 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 (2669) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1186 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
1185 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` = 2223
ORDER BY `position`
1184 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;
1184 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` = 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
1183 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 (1970) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1182 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` = 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
1182 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` = 2260
ORDER BY `position`
1182 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
1181 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 = 2120
LIMIT 1
1181 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` = 2060
ORDER BY `position`
1181 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` = 2208)
1180 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
1179 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` = 2590
ORDER BY `position`
1179 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 (2035) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1179 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 (1869) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1178 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` = 2657
ORDER BY `position`
1176 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` = 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
1176 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` = 1884) AND (b.`id_shop` = 1) LIMIT 1
1175 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`
1175 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`
1175 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 = 1870
ORDER BY f.position ASC
1175 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
1174 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 (1880) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1173 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` = 2420
ORDER BY `position`
1173 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 = 2698
ORDER BY f.position ASC
1172 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2914 AND `id_group` = 1 LIMIT 1
1172 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` = 2072) AND (b.`id_shop` = 1) LIMIT 1
1172 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 (2032) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1171 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` = 2187) AND (b.`id_shop` = 1) LIMIT 1
1170 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` = 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
1169 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` = 2411
AND image_shop.`cover` = 1 LIMIT 1
1169 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` = 2662) AND (b.`id_shop` = 1) LIMIT 1
1169 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` = 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
1167 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 = 2048
ORDER BY f.position ASC
1166 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` = 2912
ORDER BY `position`
1166 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` = 1843) AND (b.`id_shop` = 1) LIMIT 1
1165 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 (1934) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1165 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` = 2914
ORDER BY `position`
1164 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 = 2118
ORDER BY f.position ASC
1164 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` = 2594
ORDER BY `position`
1164 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` = 2784) AND (b.`id_shop` = 1) LIMIT 1
1163 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` = 1897) AND (b.`id_shop` = 1) LIMIT 1
1163 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 (2666) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1162 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 = 2422
LIMIT 1
1161 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` = 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
1161 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 = 2615
ORDER BY f.position ASC
1160 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`
1160 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`
1160 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
1159 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
1158 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` = 2000) AND (b.`id_shop` = 1) LIMIT 1
1158 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE * FROM `tm_state` ORDER BY `name` ASC
1158 ms 352 Yes /classes/Country.php:154
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
1157 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` = 1977
ORDER BY `position`
1157 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` = 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
1157 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
1156 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
1156 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 (2151) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1156 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 60 AND `id_shop` = 1
1155 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 (2921) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1155 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` = 2919
ORDER BY `position`
1155 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` = 2268
ORDER BY `position`
1155 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 (1897) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1155 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` = 2662) AND (b.`id_shop` = 1) LIMIT 1
1154 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` = 2222)
1154 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` = 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
1154 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` = 2659
ORDER BY `position`
1153 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` = 1897
ORDER BY `position`
1150 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` = 2040) AND (b.`id_shop` = 1) LIMIT 1
1150 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 = 2663
LIMIT 1
1149 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` = 2695) AND (b.`id_shop` = 1) LIMIT 1
1149 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`
1148 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` = 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
1148 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
1148 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 = 2208
ORDER BY f.position ASC
1147 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 (2033) 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` = 2700
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 (2774) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1145 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` = 1995) AND (b.`id_shop` = 1) LIMIT 1
1145 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 (1955) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1145 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 = 2924
ORDER BY f.position ASC
1145 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` = 1979
AND image_shop.`cover` = 1 LIMIT 1
1144 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 (2949) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1144 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 (2003) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1144 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
1144 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 = 2002
LIMIT 1
1143 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 (2231) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1143 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` = 2664) AND (b.`id_shop` = 1) LIMIT 1
1143 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 (2661) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1143 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 (1852) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1142 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
1142 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` = 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
1141 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` = 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
1141 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` = 2259) AND (b.`id_shop` = 1) LIMIT 1
1141 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 = 2893
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` = 1995
ORDER BY `position`
1141 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` = 2773
AND image_shop.`cover` = 1 LIMIT 1
1140 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` = 2202) AND (b.`id_shop` = 1) LIMIT 1
1140 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` = 2661 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` = 2661 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1140 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;
1140 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` = 1851) AND (b.`id_shop` = 1) LIMIT 1
1140 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 = 2266
ORDER BY f.position ASC
1139 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 (2000) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1137 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` = 2658 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` = 2658 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1137 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 = 2592
ORDER BY f.position ASC
1136 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 (2178) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1136 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 = 2031
ORDER BY f.position ASC
1135 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 (2115) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1135 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
1134 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` = 2699
AND image_shop.`cover` = 1 LIMIT 1
1134 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 = 2582
ORDER BY f.position ASC
1132 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` = 2594 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` = 2594 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1132 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`
1132 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` = 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
1132 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;
1132 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 (2106) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1131 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 = 2557
ORDER BY f.position ASC
1131 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` = 1953
ORDER BY `position`
1131 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
1131 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` = 2057
ORDER BY `position`
1131 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 = 2669
ORDER BY f.position ASC
1130 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 = 1841
ORDER BY f.position ASC
1129 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 = 2949
LIMIT 1
1128 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 (2118) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1128 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 (2664) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1128 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` = 2258
ORDER BY `position`
1128 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 (1839) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1128 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` = 2784
ORDER BY `position`
1127 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` = 2422
ORDER BY `position`
1126 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
1126 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` = 2202
AND image_shop.`cover` = 1 LIMIT 1
1126 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`
1124 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 = 2032
ORDER BY f.position ASC
1123 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 (2730) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1123 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
1121 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
1120 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1888
1120 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 = 2657
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` = 2625) 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` = 2093
ORDER BY `position`
1119 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 (2722) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1119 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` = 1862
ORDER BY `position`
1119 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` = 1934)
1119 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 = 1996
ORDER BY f.position ASC
1119 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 = 2207
ORDER BY f.position ASC
1118 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` = 2618
AND image_shop.`cover` = 1 LIMIT 1
1118 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 = 1844
ORDER BY f.position ASC
1118 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 (2816) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1117 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 (1936) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1117 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` = 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
1117 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` = 2592) AND (b.`id_shop` = 1) LIMIT 1
1117 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
1117 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 = 2148
LIMIT 1
1117 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` = 2228
ORDER BY `position`
1116 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` = 2030
AND image_shop.`cover` = 1 LIMIT 1
1116 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`
1116 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 = 1992
ORDER BY f.position ASC
1115 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 (2072) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1115 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 (1968) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1114 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` = 2653
AND image_shop.`cover` = 1 LIMIT 1
1114 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` = 1941
AND image_shop.`cover` = 1 LIMIT 1
1113 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` = 2582) AND (b.`id_shop` = 1) LIMIT 1
1113 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` = 2917
ORDER BY `position`
1113 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 (1938) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1112 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` = 2660
ORDER BY `position`
1112 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 (2613) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1112 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;
1112 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` = 2915
ORDER BY `position`
1112 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 = 2673
ORDER BY f.position ASC
1111 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 (2692) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1111 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` = 2249
AND image_shop.`cover` = 1 LIMIT 1
1110 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` = 1843
ORDER BY `position`
1110 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 (2094) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1110 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 = 2616
LIMIT 1
1109 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` = 1978) AND (b.`id_shop` = 1) LIMIT 1
1109 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 (1933) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1108 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` = 2721
AND image_shop.`cover` = 1 LIMIT 1
1108 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` = 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
1108 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`
1108 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 (2222) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1108 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` = 2208
AND image_shop.`cover` = 1 LIMIT 1
1107 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` = 2047) AND (b.`id_shop` = 1) LIMIT 1
1107 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 (2922) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1106 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` = 1933
AND image_shop.`cover` = 1 LIMIT 1
1105 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` = 2722
AND image_shop.`cover` = 1 LIMIT 1
1105 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` = 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
1105 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 = 2122
LIMIT 1
1105 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 = 2698
LIMIT 1
1105 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 (2694) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1104 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 = 2658
ORDER BY f.position ASC
1104 ms 1 Yes /classes/Product.php:5912
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";
1104 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` = 2420) AND (b.`id_shop` = 1) LIMIT 1
1104 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` = 1993) AND (b.`id_shop` = 1) LIMIT 1
1104 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` = 2656
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` = 1934) AND (b.`id_shop` = 1) LIMIT 1
1103 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` = 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
1103 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` = 1936)
1103 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 (1819) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1102 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 (2190) 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 pa.`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;
1100 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` = 1859) AND (b.`id_shop` = 1) LIMIT 1
1100 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 = 2661
ORDER BY f.position ASC
1100 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2251
1099 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` = 1884
AND image_shop.`cover` = 1 LIMIT 1
1099 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` = 1880) AND (b.`id_shop` = 1) LIMIT 1
1099 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` = 2030) AND (b.`id_shop` = 1) LIMIT 1
1099 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
1099 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` = 2031
AND image_shop.`cover` = 1 LIMIT 1
1098 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 = 2829
LIMIT 1
1098 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 (2040) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1097 ms 1 Yes Yes /classes/Product.php:4494
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
1097 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 (2775) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1097 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
1097 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
1097 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 (2821) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1097 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE l.id_iqitmenulinks, l.new_window, s.name, ll.link, ll.label
FROM tm_iqitmenulinks l
LEFT JOIN tm_iqitmenulinks_lang ll ON (l.id_iqitmenulinks = ll.id_iqitmenulinks AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN tm_shop s ON l.id_shop = s.id_shop
WHERE 1  AND l.id_iqitmenulinks = "3"
AND l.id_shop IN (0, 1)
1096 ms 1 /modules/iqitmegamenu/models/IqitMenuLinks.php:25
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
1096 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` = 2231) AND (b.`id_shop` = 1) LIMIT 1
1095 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 (2925) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1095 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` = 2798) AND (b.`id_shop` = 1) LIMIT 1
1094 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 = 1941
ORDER BY f.position ASC
1094 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` = 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
1093 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` = 2673 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` = 2673 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1093 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` = 2555
ORDER BY `position`
1093 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`
1092 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_currency` c
INNER JOIN tm_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC
1091 ms 1 Yes /classes/Currency.php:694
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` = 2662
ORDER BY `position`
1090 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 = 2796
ORDER BY f.position ASC
1090 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` = 1870
AND image_shop.`cover` = 1 LIMIT 1
1088 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 = 2421
ORDER BY f.position ASC
1088 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 (2191) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1088 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` = 2770) AND (b.`id_shop` = 1) LIMIT 1
1088 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` = 2823
AND image_shop.`cover` = 1 LIMIT 1
1087 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`
1087 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 (1836) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1087 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
1086 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` = 2823
ORDER BY `position`
1086 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 (1995) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1085 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` = 2912
AND image_shop.`cover` = 1 LIMIT 1
1085 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2423
1085 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` = 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
1085 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 = 2268
ORDER BY f.position ASC
1085 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` = 2105
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 = 1819
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` = 2047
ORDER BY `position`
1083 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` = 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
1083 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
1083 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 (2659) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1083 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
1083 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 = 2249
ORDER BY f.position ASC
1083 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 (1889) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1082 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
1082 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 = 2147
ORDER BY f.position ASC
1081 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` = 1867
AND image_shop.`cover` = 1 LIMIT 1
1081 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
1081 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 = 2785
ORDER BY f.position ASC
1081 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
1080 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 = 2826
LIMIT 1
1080 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` = 2126)
1080 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` = 2653)
1078 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` = 2263
AND image_shop.`cover` = 1 LIMIT 1
1078 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 = 119 LIMIT 1
1078 ms 1 /classes/Product.php:5629
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
1077 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
1077 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` = 1853
AND image_shop.`cover` = 1 LIMIT 1
1077 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` = 2699) AND (b.`id_shop` = 1) LIMIT 1
1077 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` = 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
1077 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 (2970) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1077 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 (1850) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1076 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 = 2072
ORDER BY f.position ASC
1076 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;
1075 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` = 2586
ORDER BY `position`
1074 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 = 2590
ORDER BY f.position ASC
1074 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
1073 ms 1 /classes/Product.php:5629
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
1073 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` = 2120
ORDER BY `position`
1073 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` = 1840) AND (b.`id_shop` = 1) LIMIT 1
1072 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 (2223) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1072 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` = 2127
AND image_shop.`cover` = 1 LIMIT 1
1072 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` = 2999)
1071 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 (1997) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1071 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;
1071 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 (2559) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1071 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
1071 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
1071 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
1070 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
1070 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` = 2202) AND (b.`id_shop` = 1) LIMIT 1
1070 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` = 2411)
1070 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` = 2746
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` = 1977) AND (b.`id_shop` = 1) LIMIT 1
1069 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` = 1989) AND (b.`id_shop` = 1) LIMIT 1
1069 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 (2066) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1069 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2695 AND id_shop=1 LIMIT 1
1069 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` = 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
1068 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 (2248) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1068 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` = 2191)
1068 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 (2786) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1067 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` = 2675
ORDER BY `position`
1067 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`
1067 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 = 2697
LIMIT 1
1067 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` = 2924) AND (b.`id_shop` = 1) LIMIT 1
1066 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 = 2127
ORDER BY f.position ASC
1066 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
1066 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` = 2674
AND image_shop.`cover` = 1 LIMIT 1
1065 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` = 2066) AND (b.`id_shop` = 1) LIMIT 1
1065 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
1065 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 = 2559
ORDER BY f.position ASC
1064 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` = 2798
ORDER BY `position`
1064 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 (2727) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1063 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
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` = 2421
ORDER BY `position`
1063 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 (2415) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1063 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` = 2148
ORDER BY `position`
1062 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 (1822) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1062 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` = 2674
ORDER BY `position`
1061 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` = 2591
ORDER BY `position`
1061 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` = 2199
ORDER BY `position`
1061 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 (2711) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1061 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` = 2592
ORDER BY `position`
1060 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 = 1845
LIMIT 1
1059 ms 1 /classes/ProductAssembler.php:106
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
1059 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` = 2203) AND (b.`id_shop` = 1) LIMIT 1
1059 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 = 2826
ORDER BY f.position ASC
1059 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` = 2668) AND (b.`id_shop` = 1) LIMIT 1
1059 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` = 2618)
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` = 1954
ORDER BY `position`
1058 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 (2199) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1058 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` = 2060
AND image_shop.`cover` = 1 LIMIT 1
1057 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` = 2214) AND (b.`id_shop` = 1) LIMIT 1
1057 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` = 1909) AND (b.`id_shop` = 1) LIMIT 1
1057 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` = 1953) AND (b.`id_shop` = 1) LIMIT 1
1057 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` = 2208) AND (b.`id_shop` = 1) LIMIT 1
1057 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 (2785) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1056 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` = 2057) AND (b.`id_shop` = 1) LIMIT 1
1056 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 (1988) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1056 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` = 2423) AND (b.`id_shop` = 1) LIMIT 1
1055 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` = 2654
AND image_shop.`cover` = 1 LIMIT 1
1055 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1938
1054 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
1054 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` = 2187
ORDER BY `position`
1054 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` = 2672) AND (b.`id_shop` = 1) LIMIT 1
1053 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
1053 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` = 2106
ORDER BY `position`
1053 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` = 2424
ORDER BY `position`
1052 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 (2999) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1052 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` = 2999
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` = 2666) AND (b.`id_shop` = 1) LIMIT 1
1052 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 (2122) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1052 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 = 1988
LIMIT 1
1052 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;
1051 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;
1051 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` = 2625
AND image_shop.`cover` = 1 LIMIT 1
1051 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` = 149 LIMIT 1
1050 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 183 AND `id_shop` = 1
1050 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
1050 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 = 2134
LIMIT 1
1049 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` = 2911
AND image_shop.`cover` = 1 LIMIT 1
1049 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` = 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
1049 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` = 1870
ORDER BY `position`
1049 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` = 1953
AND image_shop.`cover` = 1 LIMIT 1
1049 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 = 2186
ORDER BY f.position ASC
1049 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` = 1852) AND (b.`id_shop` = 1) LIMIT 1
1048 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 = 1845
ORDER BY f.position ASC
1048 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
1048 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` = 2920
AND image_shop.`cover` = 1 LIMIT 1
1047 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` = 2522
ORDER BY `position`
1047 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` = 1867)
1047 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 (1991) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1046 ms 1 Yes Yes /classes/Product.php:4494
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
1046 ms 1 /src/Adapter/EntityMapper.php:76
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
1045 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` = 2710) AND (b.`id_shop` = 1) LIMIT 1
1045 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 = 2415
ORDER BY f.position ASC
1045 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` = 1843
AND image_shop.`cover` = 1 LIMIT 1
1044 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 (2771) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1044 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` = 2207
ORDER BY `position`
1043 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` = 2746) AND (b.`id_shop` = 1) LIMIT 1
1043 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` = 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
1042 ms 0 /classes/Cart.php:1429
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
1042 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` = 1888
AND image_shop.`cover` = 1 LIMIT 1
1041 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 = 1822
LIMIT 1
1041 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 = 1846
LIMIT 1
1041 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 = 2126
ORDER BY f.position ASC
1041 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 (1904) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1041 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
1040 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` = 2406
ORDER BY `position`
1040 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
1040 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 = 1988
ORDER BY f.position ASC
1039 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 (1888) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1038 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
1038 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 (1994) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1038 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE l.id_iqitmenulinks, l.new_window, s.name, ll.link, ll.label
FROM tm_iqitmenulinks l
LEFT JOIN tm_iqitmenulinks_lang ll ON (l.id_iqitmenulinks = ll.id_iqitmenulinks AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN tm_shop s ON l.id_shop = s.id_shop
WHERE 1  AND l.id_iqitmenulinks = "1"
AND l.id_shop IN (0, 1)
1037 ms 1 /modules/iqitmegamenu/models/IqitMenuLinks.php:25
SELECT SQL_NO_CACHE pa.`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;
1036 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;
1036 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
1036 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` = 1837) AND (b.`id_shop` = 1) LIMIT 1
1036 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
1035 ms 1 /src/Adapter/EntityMapper.php:76
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";
1035 ms 2 /modules/ets_contactform7/classes/Contact.php:217
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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)
1035 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 = 2725
LIMIT 1
1034 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 (2829) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1034 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 = 2406
LIMIT 1
1033 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` = 2204
ORDER BY `position`
1032 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 (1907) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1032 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
1031 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`
1031 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
1031 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2674
1030 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` = 2774
AND image_shop.`cover` = 1 LIMIT 1
1030 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 = 2722
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` = 2940
ORDER BY `position`
1029 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 = 1997
ORDER BY f.position ASC
1029 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` = 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
1029 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` = 2127) AND (b.`id_shop` = 1) LIMIT 1
1029 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` = 1978) AND (b.`id_shop` = 1) LIMIT 1
1029 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
1028 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` = 1889) AND (b.`id_shop` = 1) LIMIT 1
1028 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` = 2658) AND (b.`id_shop` = 1) LIMIT 1
1028 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` = 2921)
1028 ms 1 /classes/Product.php:3835
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
1028 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 (2893) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1027 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` = 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
1027 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` = 1908
ORDER BY `position`
1026 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 = 2949
ORDER BY f.position ASC
1026 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` = 1819
AND image_shop.`cover` = 1 LIMIT 1
1026 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 = 2711
ORDER BY f.position ASC
1026 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
1025 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 (2423) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1025 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` = 1998
AND image_shop.`cover` = 1 LIMIT 1
1025 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2203 AND `id_group` = 1 LIMIT 1
1024 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2656) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1024 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` = 1850
AND image_shop.`cover` = 1 LIMIT 1
1023 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` = 2208
ORDER BY `position`
1023 ms 1 Yes /classes/Product.php:3523
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
1023 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` = 2591)
1022 ms 1 /classes/Product.php:3835
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
1022 ms 9 Yes Yes /classes/Category.php:919
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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)
1021 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` = 2260
AND image_shop.`cover` = 1 LIMIT 1
1020 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` = 2667) AND (b.`id_shop` = 1) LIMIT 1
1019 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 (2773) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1019 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`
1018 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 = 1968
ORDER BY f.position ASC
1018 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` = 2653
ORDER BY `position`
1018 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` = 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
1018 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` = 2060) AND (b.`id_shop` = 1) LIMIT 1
1018 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` = 1840
ORDER BY `position`
1017 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` = 2239) AND (b.`id_shop` = 1) LIMIT 1
1017 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` = 2914) AND (b.`id_shop` = 1) LIMIT 1
1016 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 (2697) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1016 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` = 2701
ORDER BY `position`
1015 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 (2187) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1014 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` = 2265
AND image_shop.`cover` = 1 LIMIT 1
1013 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 (2249) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1013 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 (2798) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1012 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;
1012 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` = 2751
AND image_shop.`cover` = 1 LIMIT 1
1012 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` = 2000
ORDER BY `position`
1012 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` = 2093) AND (b.`id_shop` = 1) LIMIT 1
1012 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
1012 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 = 2673
LIMIT 1
1011 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 (2229) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1011 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 (1838) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1010 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` = 2657
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` = 1819
ORDER BY `position`
1010 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 = 2785
LIMIT 1
1010 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
1010 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` = 2615) AND (b.`id_shop` = 1) LIMIT 1
1010 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 (1903) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1009 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` = 2618
ORDER BY `position`
1009 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 (1842) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1009 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` = 2207) AND (b.`id_shop` = 1) LIMIT 1
1009 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` = 2694
AND image_shop.`cover` = 1 LIMIT 1
1009 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` = 2670) AND (b.`id_shop` = 1) LIMIT 1
1008 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` = 1948)
1008 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
1008 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 = 2115
LIMIT 1
1008 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` = 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
1007 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` = 2786
ORDER BY `position`
1007 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` = 2118) AND (b.`id_shop` = 1) LIMIT 1
1007 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
1007 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
1007 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` = 2912) AND (b.`id_shop` = 1) LIMIT 1
1007 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` = 2005) AND (b.`id_shop` = 1) LIMIT 1
1007 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 = 1822
ORDER BY f.position ASC
1006 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 (2668) 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 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` = 2670
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` = 2925) AND (b.`id_shop` = 1) LIMIT 1
1003 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 (1908) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1002 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` = 1845
ORDER BY `position`
1002 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` = 1953)
1002 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
1002 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 (2031) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1001 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;
1001 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` = 2669) AND (b.`id_shop` = 1) LIMIT 1
1001 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` = 2199)
1000 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` = 2058) 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 = 1860
ORDER BY f.position ASC
1000 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` = 2267) AND (b.`id_shop` = 1) LIMIT 1
999 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
998 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` = 1889
ORDER BY `position`
998 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` = 2614
ORDER BY `position`
997 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 = 2919
LIMIT 1
997 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` = 2657) AND (b.`id_shop` = 1) LIMIT 1
996 ms 1 /src/Adapter/EntityMapper.php:76
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` = 140) LIMIT 1
996 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;
996 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` = 2032
ORDER BY `position`
996 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` = 2207) AND (b.`id_shop` = 1) LIMIT 1
995 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
995 ms 1 /src/Adapter/EntityMapper.php:76
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
995 ms 99 /classes/module/Module.php:340
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
995 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE l.id_iqitmenulinks, l.new_window, s.name, ll.link, ll.label
FROM tm_iqitmenulinks l
LEFT JOIN tm_iqitmenulinks_lang ll ON (l.id_iqitmenulinks = ll.id_iqitmenulinks AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN tm_shop s ON l.id_shop = s.id_shop
WHERE 1  AND l.id_iqitmenulinks = "4"
AND l.id_shop IN (0, 1)
995 ms 1 /modules/iqitmegamenu/models/IqitMenuLinks.php:25
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`
995 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
994 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` = 2746
AND image_shop.`cover` = 1 LIMIT 1
994 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 = 2249
LIMIT 1
994 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` = 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
994 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` = 2673
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` = 2522) AND (b.`id_shop` = 1) LIMIT 1
994 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` = 2668
ORDER BY `position`
992 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` = 2786) AND (b.`id_shop` = 1) LIMIT 1
992 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` = 2268
AND image_shop.`cover` = 1 LIMIT 1
991 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` = 2147) AND (b.`id_shop` = 1) LIMIT 1
991 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
990 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` = 2671)
990 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` = 2134) AND (b.`id_shop` = 1) LIMIT 1
990 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` = 2035
AND image_shop.`cover` = 1 LIMIT 1
989 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` = 2267
AND image_shop.`cover` = 1 LIMIT 1
989 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` = 2000)
988 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
988 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 (2411) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
988 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` = 1836) AND (b.`id_shop` = 1) LIMIT 1
987 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` = 2711) AND (b.`id_shop` = 1) LIMIT 1
987 ms 1 /src/Adapter/EntityMapper.php:76
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
987 ms 60 Yes /classes/Dispatcher.php:650
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
986 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 (2912) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
986 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` = 2582)
986 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` = 2178
ORDER BY `position`
985 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 = 2725
ORDER BY f.position ASC
985 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` = 2555
AND image_shop.`cover` = 1 LIMIT 1
985 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 (2406) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
985 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` = 2033
ORDER BY `position`
984 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2229
984 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 (2663) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
984 ms 1 Yes Yes /classes/Product.php:4494
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
983 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` = 1991) 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` = 2829) AND (b.`id_shop` = 1) LIMIT 1
982 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
982 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` = 2120) AND (b.`id_shop` = 1) LIMIT 1
981 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
981 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` = 2851
AND image_shop.`cover` = 1 LIMIT 1
980 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2661) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
980 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` = 2133
AND image_shop.`cover` = 1 LIMIT 1
980 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` = 2223
AND image_shop.`cover` = 1 LIMIT 1
980 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` = 2191
ORDER BY `position`
980 ms 1 Yes /classes/Product.php:3523
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
979 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` = 1908
AND image_shop.`cover` = 1 LIMIT 1
979 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` = 2582
ORDER BY `position`
979 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 (2940) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
978 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` = 1987) AND (b.`id_shop` = 1) LIMIT 1
977 ms 1 /src/Adapter/EntityMapper.php:76
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` = 292) LIMIT 1
976 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` = 1994
ORDER BY `position`
976 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` = 2000
AND image_shop.`cover` = 1 LIMIT 1
976 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` = 2671
ORDER BY `position`
976 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` = 2665
AND image_shop.`cover` = 1 LIMIT 1
976 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
975 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE l.id_iqitmenulinks, l.new_window, s.name, ll.link, ll.label
FROM tm_iqitmenulinks l
LEFT JOIN tm_iqitmenulinks_lang ll ON (l.id_iqitmenulinks = ll.id_iqitmenulinks AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN tm_shop s ON l.id_shop = s.id_shop
WHERE 1  AND l.id_iqitmenulinks = "4"
AND l.id_shop IN (0, 1)
975 ms 1 /modules/iqitmegamenu/models/IqitMenuLinks.php:25
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`
974 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` = 2660
AND image_shop.`cover` = 1 LIMIT 1
973 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
972 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` = 2002
ORDER BY `position`
972 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` = 1992) AND (b.`id_shop` = 1) LIMIT 1
972 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 (2710) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
971 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` = 2897) AND (b.`id_shop` = 1) LIMIT 1
971 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 = 1948
ORDER BY f.position ASC
971 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;
971 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` = 2424)
970 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
969 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
969 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` = 2992
ORDER BY `position`
969 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` = 2214)
969 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` = 2911)
968 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
968 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` = 2214
ORDER BY `position`
968 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` = 2611
AND image_shop.`cover` = 1 LIMIT 1
968 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
967 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` = 2040
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` = 1883
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` = 2056
ORDER BY `position`
966 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
966 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`
965 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` = 2248) AND (b.`id_shop` = 1) LIMIT 1
965 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` = 2048
AND image_shop.`cover` = 1 LIMIT 1
965 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` = 1850
ORDER BY `position`
964 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` = 2970
AND image_shop.`cover` = 1 LIMIT 1
964 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` = 2118
ORDER BY `position`
964 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` = 2734) AND (b.`id_shop` = 1) LIMIT 1
964 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` = 2616) AND (b.`id_shop` = 1) LIMIT 1
964 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` = 1994
AND image_shop.`cover` = 1 LIMIT 1
963 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 (1883) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
962 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
961 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` = 1838)
961 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` = 2657) AND (b.`id_shop` = 1) LIMIT 1
961 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 = 2248
ORDER BY f.position ASC
960 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` = 2239)
960 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` = 2423
AND image_shop.`cover` = 1 LIMIT 1
960 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` = 2914)
960 ms 1 /classes/Product.php:3835
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` = 403) LIMIT 1
960 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` = 1884)
959 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` = 2126
ORDER BY `position`
959 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` = 2694)
959 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 322 AND `id_shop` = 1
959 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
959 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` = 2106
AND image_shop.`cover` = 1 LIMIT 1
959 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` = 2056) AND (b.`id_shop` = 1) LIMIT 1
958 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
958 ms 1 /src/Adapter/EntityMapper.php:76
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
958 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` = 2949) 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` = 2134
ORDER BY `position`
958 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` = 2025) AND (b.`id_shop` = 1) LIMIT 1
957 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` = 2826
AND image_shop.`cover` = 1 LIMIT 1
957 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE * FROM `tm_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
957 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` = 2917
AND image_shop.`cover` = 1 LIMIT 1
956 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` = 2913) AND (b.`id_shop` = 1) LIMIT 1
956 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` = 2133)
956 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)
954 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` = 2612)
954 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` = 1859
AND image_shop.`cover` = 1 LIMIT 1
954 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
953 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 (2896) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
953 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` = 2199) AND (b.`id_shop` = 1) LIMIT 1
952 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` = 2584)
952 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` = 2660) 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` = 1997) AND (b.`id_shop` = 1) LIMIT 1
950 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 (2105) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
950 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` = 2656)
950 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` = 1822) AND (b.`id_shop` = 1) LIMIT 1
949 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` = 2133
ORDER BY `position`
949 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` = 2798
AND image_shop.`cover` = 1 LIMIT 1
949 ms 1 /classes/Product.php:3548
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
948 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` = 2178)
947 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` = 2003
AND image_shop.`cover` = 1 LIMIT 1
946 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` = 2734)
946 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`
945 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` = 2151
AND image_shop.`cover` = 1 LIMIT 1
945 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` = 2665)
945 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
944 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` = 1844
ORDER BY `position`
944 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` = 1888)
944 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` = 1907) AND (b.`id_shop` = 1) LIMIT 1
943 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;
943 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 (2134) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
943 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` = 2423
ORDER BY `position`
942 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` = 1936
ORDER BY `position`
942 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` = 2725
ORDER BY `position`
940 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2666) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
940 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
940 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` = 2590) 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` = 2048
ORDER BY `position`
938 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` = 2914
AND image_shop.`cover` = 1 LIMIT 1
938 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` = 1852)
938 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` = 2031
ORDER BY `position`
938 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` = 2206
ORDER BY `position`
937 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` = 2241)
937 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` = 2072
ORDER BY `position`
936 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` = 2178
AND image_shop.`cover` = 1 LIMIT 1
936 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` = 2659
AND image_shop.`cover` = 1 LIMIT 1
936 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` = 2663
AND image_shop.`cover` = 1 LIMIT 1
935 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` = 2249
ORDER BY `position`
935 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` = 2258
AND image_shop.`cover` = 1 LIMIT 1
934 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` = 1992
AND image_shop.`cover` = 1 LIMIT 1
934 ms 1 /classes/Product.php:3548
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
934 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` = 2670) AND (b.`id_shop` = 1) LIMIT 1
933 ms 1 /src/Adapter/EntityMapper.php:76
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
933 ms 1 /classes/Category.php:1377
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
931 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` = 2722) AND (b.`id_shop` = 1) LIMIT 1
931 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` = 2231
AND image_shop.`cover` = 1 LIMIT 1
930 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` = 2003
ORDER BY `position`
930 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
929 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
929 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` = 2676
AND image_shop.`cover` = 1 LIMIT 1
929 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` = 2912)
928 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` = 2066
AND image_shop.`cover` = 1 LIMIT 1
928 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` = 2559
AND image_shop.`cover` = 1 LIMIT 1
928 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE l.id_iqitmenulinks, l.new_window, s.name, ll.link, ll.label
FROM tm_iqitmenulinks l
LEFT JOIN tm_iqitmenulinks_lang ll ON (l.id_iqitmenulinks = ll.id_iqitmenulinks AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN tm_shop s ON l.id_shop = s.id_shop
WHERE 1  AND l.id_iqitmenulinks = "1"
AND l.id_shop IN (0, 1)
928 ms 1 /modules/iqitmegamenu/models/IqitMenuLinks.php:25
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.`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
926 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` = 2658
ORDER BY `position`
926 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` = 2921
AND image_shop.`cover` = 1 LIMIT 1
926 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 (2584) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
926 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` = 2851)
925 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` = 2672
AND image_shop.`cover` = 1 LIMIT 1
924 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
924 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` = 2422)
923 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM tm_cms c
LEFT JOIN tm_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1 AND cl.id_shop = 1)
INNER JOIN tm_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (7) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
923 ms 1 Yes /classes/CMS.php:151
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
923 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` = 2584
AND image_shop.`cover` = 1 LIMIT 1
923 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` = 2816) AND (b.`id_shop` = 1) LIMIT 1
922 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
922 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` = 1996) 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` = 2057) 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` = 2676) AND (b.`id_shop` = 1) LIMIT 1
921 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` = 2228
AND image_shop.`cover` = 1 LIMIT 1
921 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` = 2557
AND image_shop.`cover` = 1 LIMIT 1
920 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
920 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` = 1852
AND image_shop.`cover` = 1 LIMIT 1
920 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 = 1837
ORDER BY f.position ASC
920 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` = 1903)
919 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` = 2796) AND (b.`id_shop` = 1) LIMIT 1
918 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2675
918 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
916 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` = 2191
AND image_shop.`cover` = 1 LIMIT 1
916 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2751
916 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
916 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1903
916 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` = 2919)
915 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` = 1978
AND image_shop.`cover` = 1 LIMIT 1
915 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` = 2654
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` = 2263)
915 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` = 2676)
914 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
914 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` = 2722
ORDER BY `position`
914 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` = 2771)
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` = 2048) AND (b.`id_shop` = 1) LIMIT 1
912 ms 1 /src/Adapter/EntityMapper.php:76
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` = 471) LIMIT 1
911 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` = 2032) AND (b.`id_shop` = 1) LIMIT 1
911 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` = 2667) AND (b.`id_shop` = 1) LIMIT 1
911 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
911 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` = 2115) AND (b.`id_shop` = 1) LIMIT 1
911 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` = 2186
ORDER BY `position`
911 ms 1 Yes /classes/Product.php:3523
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
910 ms 1 /classes/shop/Shop.php:205
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `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)
910 ms 1 /classes/Product.php:3835
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
910 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` = 2970)
910 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
909 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` = 2692
AND image_shop.`cover` = 1 LIMIT 1
909 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` = 2522
AND image_shop.`cover` = 1 LIMIT 1
908 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` = 1993
AND image_shop.`cover` = 1 LIMIT 1
908 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2775 AND `id_group` = 1 LIMIT 1
907 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
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` = 2003)
906 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` = 2662
AND image_shop.`cover` = 1 LIMIT 1
906 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` = 2926)
904 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` = 2058
AND image_shop.`cover` = 1 LIMIT 1
904 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` = 1996
ORDER BY `position`
904 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)
903 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` = 1941) AND (b.`id_shop` = 1) LIMIT 1
902 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` = 1987
AND image_shop.`cover` = 1 LIMIT 1
902 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
902 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` = 2727
AND image_shop.`cover` = 1 LIMIT 1
902 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` = 1909
AND image_shop.`cover` = 1 LIMIT 1
901 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
901 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
900 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` = 2248
ORDER BY `position`
900 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 = 2821
ORDER BY f.position ASC
900 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` = 1988) AND (b.`id_shop` = 1) LIMIT 1
900 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` = 2659)
900 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` = 2122
ORDER BY `position`
899 ms 1 Yes /classes/Product.php:3523
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
899 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` = 2992)
899 ms 1 /classes/Product.php:3835
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
898 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` = 1843)
898 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` = 1954) AND (b.`id_shop` = 1) LIMIT 1
898 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` = 2924
ORDER BY `position`
898 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` = 1889)
898 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` = 1829
AND image_shop.`cover` = 1 LIMIT 1
897 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` = 2415) AND (b.`id_shop` = 1) LIMIT 1
896 ms 1 /src/Adapter/EntityMapper.php:76
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
895 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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)
895 ms 1 /classes/Product.php:3835
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
894 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1968 AND `id_group` = 1 LIMIT 1
894 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` = 2667)
894 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;
893 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` = 2826
ORDER BY `position`
893 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2671
893 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1859
892 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` = 2784) AND (b.`id_shop` = 1) LIMIT 1
892 ms 1 /src/Adapter/EntityMapper.php:76
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
891 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2249
891 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` = 2992) 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` = 2625)
889 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` = 1989
AND image_shop.`cover` = 1 LIMIT 1
889 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)
888 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
888 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` = 1829)
888 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` = 2775
ORDER BY `position`
888 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` = 2586) AND (b.`id_shop` = 1) LIMIT 1
887 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` = 2187
AND image_shop.`cover` = 1 LIMIT 1
887 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` = 1851
AND image_shop.`cover` = 1 LIMIT 1
887 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` = 2672)
887 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` = 2060)
886 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` = 2260)
886 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
886 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` = 1829
ORDER BY `position`
886 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` = 2127) 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` = 2420
AND image_shop.`cover` = 1 LIMIT 1
886 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` = 2727)
886 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE * FROM tm_revslider_sliders
886 ms 1 /modules/revsliderprestashop/includes/revslider_db.class.php:214
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
885 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` = 2206) AND (b.`id_shop` = 1) LIMIT 1
885 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` = 2701
AND image_shop.`cover` = 1 LIMIT 1
884 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` = 2691
AND image_shop.`cover` = 1 LIMIT 1
884 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1907
884 ms 1 /classes/Product.php:2885
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
884 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` = 2654)
883 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` = 2424) AND (b.`id_shop` = 1) LIMIT 1
883 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
883 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2664) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
882 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` = 2035
ORDER BY `position`
882 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
880 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` = 1979
ORDER BY `position`
879 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`
879 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` = 2586)
879 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` = 1907
AND image_shop.`cover` = 1 LIMIT 1
878 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` = 2796
ORDER BY `position`
878 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` = 1880)
878 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
877 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
877 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
876 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
876 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` = 1941
ORDER BY `position`
876 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
876 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` = 2897
AND image_shop.`cover` = 1 LIMIT 1
876 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` = 2555) AND (b.`id_shop` = 1) LIMIT 1
876 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` = 2675
AND image_shop.`cover` = 1 LIMIT 1
875 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` = 2663
ORDER BY `position`
875 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` = 1954
AND image_shop.`cover` = 1 LIMIT 1
875 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` = 1904) AND (b.`id_shop` = 1) LIMIT 1
875 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1955
875 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
874 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` = 1978)
873 ms 1 /classes/Product.php:3835
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
873 ms 99 /classes/module/Module.php:340
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
873 ms 1 /classes/Product.php:3548
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` = 139) LIMIT 1
872 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` = 2202)
872 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
872 ms 1 /src/Adapter/EntityMapper.php:76
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
872 ms 1 /classes/Language.php:1198
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 2666)
871 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` = 2263
ORDER BY `position`
871 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`
871 ms 1 Yes /classes/Product.php:3523
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` = 108) LIMIT 1
870 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` = 2992) AND (b.`id_shop` = 1) LIMIT 1
870 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
870 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_cms_lang`
WHERE `id_cms` = 2 AND `id_shop` = 1
868 ms 1 /src/Adapter/EntityMapper.php:84
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` = 349) LIMIT 1
868 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
868 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` = 1992) AND (b.`id_shop` = 1) LIMIT 1
868 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` = 2897)
868 ms 1 /classes/Product.php:3835
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
868 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` = 2913
AND image_shop.`cover` = 1 LIMIT 1
867 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` = 1955)
867 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` = 2726)
867 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` = 2893
AND image_shop.`cover` = 1 LIMIT 1
866 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` = 1870)
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` = 2668) AND (b.`id_shop` = 1) LIMIT 1
866 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` = 2583
AND image_shop.`cover` = 1 LIMIT 1
865 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` = 2711
ORDER BY `position`
865 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` = 2241) AND (b.`id_shop` = 1) LIMIT 1
865 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)
864 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` = 1837
AND image_shop.`cover` = 1 LIMIT 1
864 ms 1 /classes/Product.php:3548
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` = 308) LIMIT 1
864 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` = 2666) AND (b.`id_shop` = 1) LIMIT 1
864 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` = 1860
ORDER BY `position`
863 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` = 2223)
863 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
863 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)
862 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` = 2415
ORDER BY `position`
862 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
862 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1852
862 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` = 2786
AND image_shop.`cover` = 1 LIMIT 1
862 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` = 2612) AND (b.`id_shop` = 1) LIMIT 1
862 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` = 2266
ORDER BY `position`
861 ms 1 Yes /classes/Product.php:3523
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` = 184) LIMIT 1
861 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 470 AND `id_shop` = 1
861 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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)
861 ms 1 /classes/Product.php:3835
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` = 168) LIMIT 1
860 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
860 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` = 1941)
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` = 2672) AND (b.`id_shop` = 1) LIMIT 1
859 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
859 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` = 2615) AND (b.`id_shop` = 1) LIMIT 1
859 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`
859 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_shop` a
WHERE (a.`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` = 2229
AND image_shop.`cover` = 1 LIMIT 1
858 ms 1 /classes/Product.php:3548
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
858 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` = 2786)
858 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 286 AND `id_shop` = 1
857 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
857 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1933
857 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` = 2178) AND (b.`id_shop` = 1) LIMIT 1
856 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` = 1880
AND image_shop.`cover` = 1 LIMIT 1
856 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` = 2796) AND (b.`id_shop` = 1) LIMIT 1
856 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)
856 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
855 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
855 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` = 2592)
855 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` = 2823) AND (b.`id_shop` = 1) LIMIT 1
854 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` = 2563)
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` = 2698) AND (b.`id_shop` = 1) LIMIT 1
854 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 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` = 2658
AND image_shop.`cover` = 1 LIMIT 1
853 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` = 1955
AND image_shop.`cover` = 1 LIMIT 1
853 ms 1 /classes/Product.php:3548
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` = 84) LIMIT 1
852 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1970 AND id_shop=1 LIMIT 1
852 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2774
852 ms 1 /classes/Product.php:2885
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
851 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` = 1968) AND (b.`id_shop` = 1) LIMIT 1
851 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` = 1989
ORDER BY `position`
851 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` = 2829
AND image_shop.`cover` = 1 LIMIT 1
851 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` = 2697
ORDER BY `position`
850 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` = 1936
AND image_shop.`cover` = 1 LIMIT 1
850 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
850 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` = 2187)
849 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
849 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
849 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1978
849 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2711 AND `id_group` = 1 LIMIT 1
849 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` = 2423) AND (b.`id_shop` = 1) LIMIT 1
849 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2223
849 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2222 AND `id_group` = 1 LIMIT 1
849 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` = 1979) AND (b.`id_shop` = 1) LIMIT 1
848 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` = 2115) 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
848 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` = 1991
ORDER BY `position`
848 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` = 2025
AND image_shop.`cover` = 1 LIMIT 1
847 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` = 2673) AND (b.`id_shop` = 1) LIMIT 1
847 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
847 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` = 1909
ORDER BY `position`
847 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 (2611) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
847 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
846 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` = 2700) AND (b.`id_shop` = 1) LIMIT 1
846 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
846 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
845 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` = 2147
AND image_shop.`cover` = 1 LIMIT 1
845 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` = 2122
AND image_shop.`cover` = 1 LIMIT 1
845 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` = 2231
ORDER BY `position`
845 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
845 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` = 2701)
844 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` = 2661
ORDER BY `position`
844 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` = 2700)
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 product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 2746)
843 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
843 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` = 2203)
843 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` = 2057
AND image_shop.`cover` = 1 LIMIT 1
843 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2000 AND `id_group` = 1 LIMIT 1
843 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` = 2666
AND image_shop.`cover` = 1 LIMIT 1
843 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
843 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
843 ms 1 /classes/order/Order.php:1203
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
842 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` = 2002
AND image_shop.`cover` = 1 LIMIT 1
842 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` = 2675)
842 ms 1 /classes/Product.php:3835
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` = 298) LIMIT 1
841 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 = 2406
ORDER BY f.position ASC
841 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` = 2661) 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` = 2616) AND (b.`id_shop` = 1) LIMIT 1
840 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
840 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
840 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` = 2594) AND (b.`id_shop` = 1) LIMIT 1
840 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
840 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` = 2590) AND (b.`id_shop` = 1) LIMIT 1
840 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` = 2699)
839 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)
839 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` = 2721)
839 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
839 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 (2259) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
839 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` = 2563
AND image_shop.`cover` = 1 LIMIT 1
839 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` = 1836
AND image_shop.`cover` = 1 LIMIT 1
839 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` = 2035) AND (b.`id_shop` = 1) LIMIT 1
839 ms 1 /src/Adapter/EntityMapper.php:76
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
839 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
839 ms 1 /classes/stock/StockAvailable.php:453
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
839 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` = 2249) AND (b.`id_shop` = 1) LIMIT 1
839 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
838 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 *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
837 ms 1 /src/Adapter/EntityMapper.php:76
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` = 169) LIMIT 1
837 ms 1 /src/Adapter/EntityMapper.php:76
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)
837 ms 1 /classes/Language.php:1049
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
836 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` = 2700
AND image_shop.`cover` = 1 LIMIT 1
836 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2625
835 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
835 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` = 2697) AND (b.`id_shop` = 1) LIMIT 1
835 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` = 2663) AND (b.`id_shop` = 1) LIMIT 1
834 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` = 2122) AND (b.`id_shop` = 1) LIMIT 1
834 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` = 2893) AND (b.`id_shop` = 1) LIMIT 1
834 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` = 1853) AND (b.`id_shop` = 1) LIMIT 1
833 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` = 1938)
833 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
833 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` = 1995
AND image_shop.`cover` = 1 LIMIT 1
833 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
833 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` = 2422
AND image_shop.`cover` = 1 LIMIT 1
833 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2265 AND `id_group` = 1 LIMIT 1
833 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2926
833 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` = 2105)
833 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)
832 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` = 1991
AND image_shop.`cover` = 1 LIMIT 1
832 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` = 2420)
832 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1903 AND `id_group` = 1 LIMIT 1
832 ms 0 /classes/GroupReduction.php:156
SELECT SQL_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
831 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2674) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
831 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
831 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2057 AND `id_group` = 1 LIMIT 1
831 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` = 2222) AND (b.`id_shop` = 1) LIMIT 1
831 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 = 478 LIMIT 1
831 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
830 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` = 2916
AND image_shop.`cover` = 1 LIMIT 1
830 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
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` = 2239) AND (b.`id_shop` = 1) LIMIT 1
830 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` = 2660)
829 ms 1 /classes/Product.php:3835
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
829 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` = 1897)
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` = 2915)
828 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` = 2923
AND image_shop.`cover` = 1 LIMIT 1
827 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
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 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
826 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)
826 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
826 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
826 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` = 1941) AND (b.`id_shop` = 1) LIMIT 1
826 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` = 2699) AND (b.`id_shop` = 1) LIMIT 1
825 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
825 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1
825 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
825 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2591) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
825 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2659
824 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` = 2151
ORDER BY `position`
824 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2816
823 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 60 AND `id_shop` = 1
823 ms 1 /src/Adapter/EntityMapper.php:84
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
823 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` = 2231)
822 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` = 2692)
822 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
822 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` = 1841
ORDER BY `position`
821 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 (2699) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
821 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` = 2919) AND (b.`id_shop` = 1) LIMIT 1
821 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `name`, `active`, `position`
FROM `tm_pscheckout_funding_source`
WHERE `id_shop` = 1
821 ms 1 /modules/ps_checkout/src/FundingSource/FundingSourceConfigurationRepository.php:85
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
821 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
820 ms 1 /classes/order/Order.php:1203
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` = 195) LIMIT 1
820 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
820 ms 0 /classes/tax/TaxRulesTaxManager.php:109
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2914
820 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` = 2710)
820 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` = 2654) AND (b.`id_shop` = 1) LIMIT 1
819 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`
819 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
818 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
818 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
818 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM tm_cms c
LEFT JOIN tm_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1 AND cl.id_shop = 1)
INNER JOIN tm_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (6) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
817 ms 1 Yes /classes/CMS.php:151
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2585
817 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` = 1987)
817 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2265
817 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` = 1839
AND image_shop.`cover` = 1 LIMIT 1
816 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` = 1819)
816 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2666 AND `id_group` = 1 LIMIT 1
816 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` = 1851
ORDER BY `position`
815 ms 1 Yes /classes/Product.php:3523
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` = 386) LIMIT 1
815 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 188 AND `id_shop` = 1
814 ms 1 /src/Adapter/EntityMapper.php:84
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` = 2590
AND image_shop.`cover` = 1 LIMIT 1
814 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` = 1837
ORDER BY `position`
814 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` = 2075
ORDER BY `position`
814 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
813 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1839
813 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` = 1934
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` = 2674) AND (b.`id_shop` = 1) LIMIT 1
812 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` = 2691)
812 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
812 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
812 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` = 2673
AND image_shop.`cover` = 1 LIMIT 1
812 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` = 1904
ORDER BY `position`
812 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 116 AND `id_shop` = 1
812 ms 1 /src/Adapter/EntityMapper.php:84
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
811 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` = 2115)
811 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
810 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
810 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2625 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` = 1859)
809 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
809 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
809 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
809 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` = 2032
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 `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1908 AND id_shop=1 LIMIT 1
808 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2202
808 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` = 1846) AND (b.`id_shop` = 1) LIMIT 1
807 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
807 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` = 2785) AND (b.`id_shop` = 1) LIMIT 1
807 ms 1 /src/Adapter/EntityMapper.php:76
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` = 188) LIMIT 1
807 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` = 2148) AND (b.`id_shop` = 1) LIMIT 1
807 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` = 2821
AND image_shop.`cover` = 1 LIMIT 1
806 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
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
805 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` = 2917)
805 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
805 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2190 AND `id_group` = 1 LIMIT 1
804 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` = 1994) AND (b.`id_shop` = 1) LIMIT 1
804 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2923
804 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 304 AND `id_shop` = 1
804 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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)
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 product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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)
804 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
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` = 2251
AND image_shop.`cover` = 1 LIMIT 1
803 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` = 2770)
803 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` = 2924
AND image_shop.`cover` = 1 LIMIT 1
803 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` = 2664) 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
802 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2667
802 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
802 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1968 AND id_shop=1 LIMIT 1
802 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` = 2798) AND (b.`id_shop` = 1) LIMIT 1
801 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2922 AND `id_group` = 1 LIMIT 1
801 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` = 2821
ORDER BY `position`
801 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` = 2056)
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` = 2676
ORDER BY `position`
801 ms 1 Yes /classes/Product.php:3523
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` = 286) LIMIT 1
800 ms 1 /src/Adapter/EntityMapper.php:76
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
800 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` = 2032)
800 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` = 2093
AND image_shop.`cover` = 1 LIMIT 1
800 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2999
800 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
799 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
799 ms 1 /classes/order/Order.php:1203
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
799 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` = 1889
AND image_shop.`cover` = 1 LIMIT 1
799 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
799 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` = 2826)
798 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` = 2949
ORDER BY `position`
798 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
797 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` = 2268)
797 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` = 1995)
797 ms 1 /classes/Product.php:3835
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
797 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` = 2771
AND image_shop.`cover` = 1 LIMIT 1
797 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)
797 ms 1 /classes/Product.php:3835
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` = 330) LIMIT 1
796 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2208 AND `id_group` = 1 LIMIT 1
796 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` = 1988
AND image_shop.`cover` = 1 LIMIT 1
796 ms 1 /classes/Product.php:3548
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
796 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` = 2923)
796 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 329 AND `id_shop` = 1
796 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
795 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` = 2000) AND (b.`id_shop` = 1) LIMIT 1
795 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
795 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE l.id_iqitmenulinks, l.new_window, s.name, ll.link, ll.label
FROM tm_iqitmenulinks l
LEFT JOIN tm_iqitmenulinks_lang ll ON (l.id_iqitmenulinks = ll.id_iqitmenulinks AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN tm_shop s ON l.id_shop = s.id_shop
WHERE 1  AND l.id_iqitmenulinks = "5"
AND l.id_shop IN (0, 1)
795 ms 1 /modules/iqitmegamenu/models/IqitMenuLinks.php:25
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` = 2656
AND image_shop.`cover` = 1 LIMIT 1
795 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` = 2118) AND (b.`id_shop` = 1) LIMIT 1
795 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
794 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` = 2697
AND image_shop.`cover` = 1 LIMIT 1
794 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` = 2730)
794 ms 1 /classes/Product.php:3835
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
793 ms 99 /classes/module/Module.php:340
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1883
793 ms 1 /classes/Product.php:2885
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` = 144) LIMIT 1
793 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
792 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1845
792 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM tm_cms c
LEFT JOIN tm_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1 AND cl.id_shop = 1)
INNER JOIN tm_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (4) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
791 ms 1 Yes /classes/CMS.php:151
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1850 AND `id_group` = 1 LIMIT 1
791 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` = 2829)
790 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2851
790 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` = 2726
AND image_shop.`cover` = 1 LIMIT 1
790 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` = 1998) AND (b.`id_shop` = 1) LIMIT 1
790 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` = 2586
AND image_shop.`cover` = 1 LIMIT 1
789 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
789 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
789 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` = 2559
ORDER BY `position`
789 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
789 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM tm_cms c
LEFT JOIN tm_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1 AND cl.id_shop = 1)
INNER JOIN tm_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (5) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
789 ms 1 Yes /classes/CMS.php:151
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 2662)
788 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` = 2692) AND (b.`id_shop` = 1) LIMIT 1
788 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
788 ms 0 /classes/tax/TaxRulesTaxManager.php:109
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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)
788 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 = 2263
ORDER BY f.position ASC
788 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` = 2058
ORDER BY `position`
787 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` = 2120) AND (b.`id_shop` = 1) LIMIT 1
787 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` = 2669)
787 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` = 1907)
786 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` = 2664)
786 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
785 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
785 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` = 2698)
785 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
785 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` = 2592
AND image_shop.`cover` = 1 LIMIT 1
785 ms 1 /classes/Product.php:3548
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` = 132) LIMIT 1
784 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
784 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2773
784 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` = 1948
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 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
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
783 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` = 1841) AND (b.`id_shop` = 1) LIMIT 1
783 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` = 2674)
783 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` = 2002) AND (b.`id_shop` = 1) LIMIT 1
783 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` = 2924)
782 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` = 2924) AND (b.`id_shop` = 1) LIMIT 1
782 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
782 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` = 1988)
782 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2751 AND `id_group` = 1 LIMIT 1
781 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2613
781 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` = 1860) AND (b.`id_shop` = 1) LIMIT 1
781 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2691
781 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` = 1869)
781 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
780 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
780 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` = 2925)
780 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` = 2695) AND (b.`id_shop` = 1) LIMIT 1
780 ms 1 /src/Adapter/EntityMapper.php:76
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` = 350) LIMIT 1
779 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
779 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1870 AND `id_group` = 1 LIMIT 1
779 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
779 ms 1 /classes/order/Order.php:1203
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
779 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_lang` FROM `tm_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
779 ms 1 /classes/Language.php:853
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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)
779 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` = 2773) AND (b.`id_shop` = 1) LIMIT 1
778 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` = 2126) 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` = 1883)
778 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` = 2611) AND (b.`id_shop` = 1) LIMIT 1
778 ms 1 /src/Adapter/EntityMapper.php:76
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` = 187) LIMIT 1
778 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 = 94 LIMIT 1
777 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2612
776 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` = 1992)
776 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` = 2590)
776 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` = 2033)
776 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
776 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 233 AND `id_shop` = 1
775 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
775 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)
775 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` = 2134
AND image_shop.`cover` = 1 LIMIT 1
774 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` = 2992
AND image_shop.`cover` = 1 LIMIT 1
774 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
774 ms 1 /classes/order/Order.php:1203
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
774 ms 2 /classes/PrestaShopCollection.php:381
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` = 322) LIMIT 1
774 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 *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
774 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` = 2260) AND (b.`id_shop` = 1) LIMIT 1
774 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` = 2618) AND (b.`id_shop` = 1) LIMIT 1
773 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
773 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` = 2120
AND image_shop.`cover` = 1 LIMIT 1
772 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` = 2771) AND (b.`id_shop` = 1) LIMIT 1
772 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 151 AND `id_shop` = 1
772 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
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 *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
771 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` = 2667
AND image_shop.`cover` = 1 LIMIT 1
771 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
771 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2823
771 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` = 106) AND (b.`id_shop` = 1) LIMIT 1
771 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` = 2056
AND image_shop.`cover` = 1 LIMIT 1
770 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` = 1994)
770 ms 1 /classes/Product.php:3835
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
769 ms 1 /classes/Currency.php:1126
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 129 AND `id_shop` = 1
769 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2040
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` = 2594
AND image_shop.`cover` = 1 LIMIT 1
769 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` = 2698
AND image_shop.`cover` = 1 LIMIT 1
768 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
768 ms 1 /classes/order/Order.php:1203
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` = 351) LIMIT 1
768 ms 1 /src/Adapter/EntityMapper.php:76
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
768 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` = 2829) 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` = 2785) AND (b.`id_shop` = 1) LIMIT 1
768 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` = 2214
AND image_shop.`cover` = 1 LIMIT 1
767 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_cms_category` a
LEFT JOIN `tm_cms_category_shop` `c` ON a.`id_cms_category` = c.`id_cms_category` AND c.`id_shop` = 1
WHERE (a.`id_cms_category` = 1) LIMIT 1
767 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
767 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_guest`
FROM `tm_connections`
WHERE `id_guest` = 6745418
AND `date_add` > '2025-04-17 12:22:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
767 ms 1 Yes /classes/Connection.php:154
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`
767 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` = 2559) AND (b.`id_shop` = 1) LIMIT 1
766 ms 1 /src/Adapter/EntityMapper.php:76
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` = 186) LIMIT 1
766 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` = 1840)
766 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` = 1860
AND image_shop.`cover` = 1 LIMIT 1
765 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2915
765 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` = 2151)
764 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` = 2258)
764 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` = 2670)
764 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` = 2785
ORDER BY `position`
764 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)
764 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 = 91 LIMIT 1
764 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` = 2203) AND (b.`id_shop` = 1) LIMIT 1
763 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` = 2058)
763 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` = 2075) AND (b.`id_shop` = 1) LIMIT 1
763 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` = 2657)
763 ms 1 /classes/Product.php:3835
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
762 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1948
762 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2411 AND `id_group` = 1 LIMIT 1
762 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2698
762 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` = 2266)
762 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2666
762 ms 1 /classes/Product.php:2885
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
761 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` = 2896)
761 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` = 2126
AND image_shop.`cover` = 1 LIMIT 1
761 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1934
761 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2260
761 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` = 2940) AND (b.`id_shop` = 1) LIMIT 1
761 ms 1 /src/Adapter/EntityMapper.php:76
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
761 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2424
761 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` = 2614
AND image_shop.`cover` = 1 LIMIT 1
760 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` = 2594)
760 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 (2258) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
759 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` = 448) 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` = 2670
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 product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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)
758 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` = 1883) AND (b.`id_shop` = 1) LIMIT 1
758 ms 1 /src/Adapter/EntityMapper.php:76
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
756 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
756 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` = 2594) AND (b.`id_shop` = 1) LIMIT 1
756 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
755 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 297 AND `id_shop` = 1
755 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 323 AND `id_shop` = 1
755 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2701
755 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1840
755 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` = 2796
AND image_shop.`cover` = 1 LIMIT 1
754 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` = 1991)
754 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
754 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 290 AND `id_shop` = 1
754 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 99 LIMIT 1
754 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 65 AND `id_shop` = 1
754 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `name`
FROM `tm_hook`
WHERE `id_hook` = 746 LIMIT 1
753 ms 1 /classes/Hook.php:239
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2616
753 ms 1 /classes/Product.php:2885
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
753 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1908
753 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` = 2030)
753 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` = 2999) AND (b.`id_shop` = 1) LIMIT 1
753 ms 1 /src/Adapter/EntityMapper.php:76
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
753 ms 1 /classes/stock/StockAvailable.php:453
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
753 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2187
752 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2829
751 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
751 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
751 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 447 AND `id_shop` = 1
751 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 (2656) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
751 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
750 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` = 2268) AND (b.`id_shop` = 1) LIMIT 1
750 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` = 2222
AND image_shop.`cover` = 1 LIMIT 1
750 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2710
750 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
749 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 222 AND `id_shop` = 1
749 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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)
749 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` = 2582
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` = 2949)
748 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2060
748 ms 1 /classes/Product.php:2885
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
748 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` = 2816)
748 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
748 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
747 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2611
747 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
747 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
747 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` = 2120)
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` = 2040)
747 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 137 AND `id_shop` = 1
747 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 149 LIMIT 1
746 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` = 2940)
746 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 = 1993
ORDER BY f.position ASC
745 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
745 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` = 2030) AND (b.`id_shop` = 1) LIMIT 1
745 ms 1 /src/Adapter/EntityMapper.php:76
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
745 ms 1 /src/Adapter/EntityMapper.php:76
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` = 469) LIMIT 1
744 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
744 ms 1 /src/Adapter/EntityMapper.php:76
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` = 106) LIMIT 1
744 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2259
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` = 1997) AND (b.`id_shop` = 1) LIMIT 1
743 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2239
743 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
743 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2585 AND id_shop=1 LIMIT 1
742 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
742 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` = 2251) AND (b.`id_shop` = 1) LIMIT 1
742 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2676) 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 `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 product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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)
742 ms 1 /classes/Product.php:3835
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` = 110) LIMIT 1
742 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 347 AND `id_shop` = 1
742 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
742 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` = 2522) AND (b.`id_shop` = 1) LIMIT 1
741 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2057
741 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` = 2199
AND image_shop.`cover` = 1 LIMIT 1
741 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1842
740 ms 1 /classes/Product.php:2885
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
740 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 198 AND `id_shop` = 1
740 ms 1 /src/Adapter/EntityMapper.php:84
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
740 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` = 2660) AND (b.`id_shop` = 1) LIMIT 1
740 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` = 1907) AND (b.`id_shop` = 1) LIMIT 1
739 ms 1 /src/Adapter/EntityMapper.php:76
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
739 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2921
739 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` = 2664
AND image_shop.`cover` = 1 LIMIT 1
739 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2411
739 ms 1 /classes/Product.php:2885
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
738 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` = 2421) AND (b.`id_shop` = 1) LIMIT 1
738 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` = 2004
AND image_shop.`cover` = 1 LIMIT 1
738 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` = 2912) AND (b.`id_shop` = 1) LIMIT 1
738 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` = 2423)
738 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2798
737 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` = 2796)
737 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` = 1852) AND (b.`id_shop` = 1) LIMIT 1
737 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2591 AND `id_group` = 1 LIMIT 1
737 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2656
737 ms 1 /classes/Product.php:2885
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` = 214) LIMIT 1
737 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
736 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `name`
FROM `tm_manufacturer`
WHERE `id_manufacturer` = 14
AND `active` = 1 LIMIT 1
736 ms 1 /classes/Manufacturer.php:312
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
736 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` = 2186)
736 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 125 AND `id_shop` = 1
735 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 (1996) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
735 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` = 2671) AND (b.`id_shop` = 1) LIMIT 1
735 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_tax` a
WHERE (a.`id_tax` = 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
735 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` = 2563) AND (b.`id_shop` = 1) LIMIT 1
735 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` = 2259
AND image_shop.`cover` = 1 LIMIT 1
734 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` = 2669
AND image_shop.`cover` = 1 LIMIT 1
734 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2657) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
734 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` = 2559) AND (b.`id_shop` = 1) LIMIT 1
734 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 product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 2658)
733 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` = 2134)
733 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` = 1840) AND (b.`id_shop` = 1) LIMIT 1
733 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 380 AND `id_shop` = 1
733 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2700 AND `id_group` = 1 LIMIT 1
733 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE domain, domain_ssl
FROM tm_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
733 ms 1 /classes/shop/ShopUrl.php:182
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
733 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` = 2663)
732 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1867
732 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` = 2919
AND image_shop.`cover` = 1 LIMIT 1
732 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` = 2616)
732 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` = 2134) AND (b.`id_shop` = 1) LIMIT 1
732 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2734
732 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
731 ms 1 /classes/stock/StockAvailable.php:453
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` = 242) LIMIT 1
731 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` = 2249) AND (b.`id_shop` = 1) LIMIT 1
731 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
731 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` = 2204
AND image_shop.`cover` = 1 LIMIT 1
730 ms 1 /classes/Product.php:3548
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` = 376) LIMIT 1
730 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 273 AND `id_shop` = 1
730 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 478 LIMIT 1
730 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2094
730 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
730 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` = 1993)
730 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1994
730 ms 1 /classes/Product.php:2885
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
730 ms 1 /classes/stock/StockAvailable.php:453
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` = 126) LIMIT 1
729 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
729 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
729 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)
728 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 = 62 LIMIT 1
727 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` = 2249)
727 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` = 2522)
727 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` = 2725) AND (b.`id_shop` = 1) LIMIT 1
726 ms 1 /src/Adapter/EntityMapper.php:76
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` = 204) LIMIT 1
726 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2940 AND `id_group` = 1 LIMIT 1
726 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 132 AND `id_shop` = 1
726 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1897 AND `id_group` = 1 LIMIT 1
726 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` = 2241
AND image_shop.`cover` = 1 LIMIT 1
726 ms 1 /classes/Product.php:3548
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` = 323) LIMIT 1
725 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` = 2267) AND (b.`id_shop` = 1) LIMIT 1
725 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
725 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
724 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` = 1993) AND (b.`id_shop` = 1) LIMIT 1
724 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` = 2661
AND image_shop.`cover` = 1 LIMIT 1
724 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 187 AND `id_shop` = 1
724 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
724 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
723 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
723 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE cb.`id_iqit_link_block`
FROM tm_iqit_link_block cb
INNER JOIN tm_iqit_link_block_shop cs ON (cb.`id_iqit_link_block` = cs.`id_iqit_link_block`)
WHERE `id_hook` = 704
AND cs.`id_shop` = 1
ORDER BY cb.position ASC
723 ms 3 Yes /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:174
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2093 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` = 2421
AND image_shop.`cover` = 1 LIMIT 1
723 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` = 1954)
723 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
722 ms 1 /classes/order/Order.php:1203
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
722 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "ps_facetedsearch" LIMIT 1
722 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
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 `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2926 AND `id_group` = 1 LIMIT 1
721 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2656 AND `id_group` = 1 LIMIT 1
721 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` = 2920) AND (b.`id_shop` = 1) LIMIT 1
721 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
721 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
721 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1888 AND `id_group` = 1 LIMIT 1
721 ms 0 /classes/GroupReduction.php:156
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
720 ms 1 /classes/stock/StockAvailable.php:453
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
720 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 314 AND `id_shop` = 1
720 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2000
720 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` = 1938
AND image_shop.`cover` = 1 LIMIT 1
720 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` = 2118
AND image_shop.`cover` = 1 LIMIT 1
720 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 293 AND `id_shop` = 1
719 ms 1 /src/Adapter/EntityMapper.php:84
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
719 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` = 2770) AND (b.`id_shop` = 1) LIMIT 1
719 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` = 1988) AND (b.`id_shop` = 1) LIMIT 1
718 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
718 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` = 1837)
718 ms 1 /classes/Product.php:3835
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` = 116) LIMIT 1
718 ms 1 /src/Adapter/EntityMapper.php:76
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` = 167) LIMIT 1
718 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
717 ms 8 /modules/psgdpr/classes/GDPRConsent.php:132
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
717 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 350 AND `id_shop` = 1
717 ms 1 /src/Adapter/EntityMapper.php:84
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
717 ms 1 /classes/Product.php:3548
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
716 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 255 AND `id_shop` = 1
716 ms 1 /src/Adapter/EntityMapper.php:84
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
716 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1880 AND `id_group` = 1 LIMIT 1
716 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
716 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` = 2774)
716 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)
715 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` = 2926) AND (b.`id_shop` = 1) LIMIT 1
715 ms 1 /src/Adapter/EntityMapper.php:76
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` = 343) LIMIT 1
715 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 191 AND `id_shop` = 1
715 ms 1 /src/Adapter/EntityMapper.php:84
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
715 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2584
715 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM tm_cms c
LEFT JOIN tm_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1 AND cl.id_shop = 1)
INNER JOIN tm_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (6) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
715 ms 1 Yes /classes/CMS.php:151
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` = 150) LIMIT 1
715 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
715 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 274 AND `id_shop` = 1
714 ms 1 /src/Adapter/EntityMapper.php:84
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
714 ms 1 /classes/stock/StockAvailable.php:453
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
714 ms 99 /classes/module/Module.php:340
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
714 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1909
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` = 2267)
714 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `name`
FROM `tm_manufacturer`
WHERE `id_manufacturer` = 3
AND `active` = 1 LIMIT 1
714 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` = 1846)
713 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 136 AND `id_shop` = 1
713 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1991
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` = 2033) AND (b.`id_shop` = 1) LIMIT 1
713 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
713 ms 1 /classes/module/Module.php:2840
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` = 137) LIMIT 1
712 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` = 1996) AND (b.`id_shop` = 1) LIMIT 1
712 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 102 AND `id_shop` = 1
712 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
712 ms 1 /classes/order/Order.php:1203
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` = 432) LIMIT 1
712 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 428 AND `id_shop` = 1
711 ms 1 /src/Adapter/EntityMapper.php:84
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
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` = 2614) AND (b.`id_shop` = 1) LIMIT 1
710 ms 1 /src/Adapter/EntityMapper.php:76
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` = 128) LIMIT 1
710 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
710 ms 1 /src/Adapter/EntityMapper.php:76
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
710 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2106 AND `id_group` = 1 LIMIT 1
710 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` = 2191) AND (b.`id_shop` = 1) LIMIT 1
710 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2658) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
710 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` = 2263) AND (b.`id_shop` = 1) LIMIT 1
710 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2773 AND id_shop=1 LIMIT 1
710 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` = 2421)
710 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
710 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` = 1844)
709 ms 1 /classes/Product.php:3835
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
709 ms 1 /classes/stock/StockAvailable.php:453
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` = 191) LIMIT 1
709 ms 1 /src/Adapter/EntityMapper.php:76
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
709 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` = 1860)
708 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2612 AND `id_group` = 1 LIMIT 1
708 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` = 2048)
708 ms 1 /classes/Product.php:3835
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` = 164) LIMIT 1
708 ms 1 /src/Adapter/EntityMapper.php:76
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
708 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2660) 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 *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
707 ms 1 /src/Adapter/EntityMapper.php:76
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
707 ms 1 /classes/stock/StockAvailable.php:453
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
707 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` = 2925) AND (b.`id_shop` = 1) LIMIT 1
707 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2726
707 ms 1 /classes/Product.php:2885
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
707 ms 1 /src/Adapter/EntityMapper.php:76
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
706 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 = 81 LIMIT 1
706 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` = 2585
AND image_shop.`cover` = 1 LIMIT 1
706 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 306 AND `id_shop` = 1
706 ms 1 /src/Adapter/EntityMapper.php:84
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
705 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2665) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
705 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` = 1841)
705 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2421
705 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2970
705 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` = 2228)
705 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
704 ms 1 /classes/order/Order.php:1203
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` = 299) LIMIT 1
704 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2893 AND `id_group` = 1 LIMIT 1
704 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2420
703 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` = 1841) AND (b.`id_shop` = 1) LIMIT 1
703 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
703 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2653 AND `id_group` = 1 LIMIT 1
703 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
702 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` = 2774) AND (b.`id_shop` = 1) LIMIT 1
702 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` = 2093) AND (b.`id_shop` = 1) LIMIT 1
702 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
701 ms 1 /classes/Language.php:853
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2613 AND id_shop=1 LIMIT 1
701 ms 1 /classes/Product.php:6766
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
701 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` = 1989)
701 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1992
700 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1862
700 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` = 2816) AND (b.`id_shop` = 1) LIMIT 1
700 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2726 AND `id_group` = 1 LIMIT 1
700 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 266 AND `id_shop` = 1
699 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
699 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 349 AND `id_shop` = 1
699 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
699 ms 1 /src/Adapter/EntityMapper.php:76
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
699 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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)
699 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1953 AND `id_group` = 1 LIMIT 1
699 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` = 2148) AND (b.`id_shop` = 1) LIMIT 1
699 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
698 ms 1 /classes/order/Order.php:1203
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
698 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 = 62 LIMIT 1
698 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` = 2206
AND image_shop.`cover` = 1 LIMIT 1
698 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` = 2734) AND (b.`id_shop` = 1) LIMIT 1
698 ms 1 /src/Adapter/EntityMapper.php:76
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
698 ms 1 /classes/stock/StockAvailable.php:453
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` = 418) LIMIT 1
697 ms 1 /src/Adapter/EntityMapper.php:76
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
697 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
697 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 167 AND `id_shop` = 1
696 ms 1 /src/Adapter/EntityMapper.php:84
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
696 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
696 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2920
696 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2664 AND `id_group` = 1 LIMIT 1
696 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` = 2186
AND image_shop.`cover` = 1 LIMIT 1
696 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` = 2025) AND (b.`id_shop` = 1) LIMIT 1
695 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` = 2726) AND (b.`id_shop` = 1) LIMIT 1
695 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` = 2658) AND (b.`id_shop` = 1) LIMIT 1
695 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` = 2251)
695 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
695 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` = 2665) AND (b.`id_shop` = 1) LIMIT 1
694 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` = 2722)
694 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` = 2785)
694 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` = 2616
AND image_shop.`cover` = 1 LIMIT 1
694 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2659) 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 *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
694 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
694 ms 0 /classes/GroupReduction.php:156
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` = 97) LIMIT 1
693 ms 1 /src/Adapter/EntityMapper.php:76
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
693 ms 1 /classes/stock/StockAvailable.php:453
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
693 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
693 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
693 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` = 2048) AND (b.`id_shop` = 1) LIMIT 1
693 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` = 2770
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` = 1938) 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 = 2555) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
692 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 119 AND `id_shop` = 1
692 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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)
692 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` = 2118)
692 ms 1 /classes/Product.php:3835
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` = 207) LIMIT 1
692 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 189 AND `id_shop` = 1
692 ms 1 /src/Adapter/EntityMapper.php:84
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` = 479) LIMIT 1
692 ms 1 /src/Adapter/EntityMapper.php:76
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
692 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` = 2072
AND image_shop.`cover` = 1 LIMIT 1
692 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` = 1819) AND (b.`id_shop` = 1) LIMIT 1
692 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 = 79 LIMIT 1
692 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `name`
FROM `tm_manufacturer`
WHERE `id_manufacturer` = 4
AND `active` = 1 LIMIT 1
691 ms 1 /classes/Manufacturer.php:312
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 208 AND `id_shop` = 1
691 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_cms` a
LEFT JOIN `tm_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) LIMIT 1
690 ms 1 /src/Adapter/EntityMapper.php:76
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` = 223) LIMIT 1
690 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2190
690 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` = 1845)
690 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` = 2239
AND image_shop.`cover` = 1 LIMIT 1
690 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` = 2668
AND image_shop.`cover` = 1 LIMIT 1
690 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` = 2582) 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 = 2075) 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 `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2031
690 ms 1 /classes/Product.php:2885
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` = 409) LIMIT 1
689 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
689 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2659 AND `id_group` = 1 LIMIT 1
689 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 352 AND `id_shop` = 1
689 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2199 AND `id_group` = 1 LIMIT 1
689 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
688 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` = 2710
AND image_shop.`cover` = 1 LIMIT 1
688 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` = 2148
AND image_shop.`cover` = 1 LIMIT 1
688 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
688 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2178
688 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` = 1979)
688 ms 1 /classes/Product.php:3835
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
688 ms 1 /classes/stock/StockAvailable.php:453
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
687 ms 1 /classes/stock/StockAvailable.php:453
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` = 293) LIMIT 1
687 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2555
687 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` = 2711)
687 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE format
FROM `tm_address_format`
WHERE `id_country` = 8 LIMIT 1
687 ms 1 /classes/AddressFormat.php:672
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
687 ms 1 /classes/Product.php:3548
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
687 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` = 2775) AND (b.`id_shop` = 1) LIMIT 1
686 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` = 2002)
686 ms 1 /classes/Product.php:3835
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` = 440) LIMIT 1
686 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
685 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_tax_lang`
WHERE `id_tax` = 1
685 ms 1 /src/Adapter/EntityMapper.php:84
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
685 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1987
685 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1836
685 ms 1 /classes/Product.php:2885
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` = 102) LIMIT 1
684 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 176 AND `id_shop` = 1
684 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
683 ms 1 /src/Adapter/EntityMapper.php:76
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` = 74) LIMIT 1
683 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
683 ms 1 /classes/order/Order.php:1203
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` = 120) LIMIT 1
682 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
682 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` = 2775)
682 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` = 2207)
682 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2660
682 ms 1 /classes/Product.php:2885
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
682 ms 1 /classes/stock/StockAvailable.php:453
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` = 406) LIMIT 1
681 ms 1 /src/Adapter/EntityMapper.php:76
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
681 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` = 2926
AND image_shop.`cover` = 1 LIMIT 1
681 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 252 AND `id_shop` = 1
681 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
681 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` = 2896) AND (b.`id_shop` = 1) LIMIT 1
681 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2911 AND `id_group` = 1 LIMIT 1
681 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2919
681 ms 1 /classes/Product.php:2885
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
680 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2911
680 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` = 2725
AND image_shop.`cover` = 1 LIMIT 1
680 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` = 2031) AND (b.`id_shop` = 1) LIMIT 1
680 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 471 AND `id_shop` = 1
680 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
679 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` = 1846
AND image_shop.`cover` = 1 LIMIT 1
679 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
679 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` = 1897) AND (b.`id_shop` = 1) LIMIT 1
679 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 88 AND `id_shop` = 1
678 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 140 AND `id_shop` = 1
678 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2239 AND `id_group` = 1 LIMIT 1
678 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` = 2204)
678 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE l.id_iqitmenulinks, l.new_window, s.name, ll.link, ll.label
FROM tm_iqitmenulinks l
LEFT JOIN tm_iqitmenulinks_lang ll ON (l.id_iqitmenulinks = ll.id_iqitmenulinks AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN tm_shop s ON l.id_shop = s.id_shop
WHERE 1  AND l.id_iqitmenulinks = "5"
AND l.id_shop IN (0, 1)
677 ms 1 /modules/iqitmegamenu/models/IqitMenuLinks.php:25
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
677 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2675 AND `id_group` = 1 LIMIT 1
677 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2047
677 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1822 AND `id_group` = 1 LIMIT 1
677 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
676 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
676 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` = 2673) AND (b.`id_shop` = 1) LIMIT 1
676 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 = 478 LIMIT 1
676 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 204 AND `id_shop` = 1
676 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 283 AND `id_shop` = 1
676 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 439 AND `id_shop` = 1
675 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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)
675 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
675 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` = 1822) AND (b.`id_shop` = 1) LIMIT 1
675 ms 1 /src/Adapter/EntityMapper.php:76
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
674 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2033
674 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` = 2701) AND (b.`id_shop` = 1) LIMIT 1
674 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
674 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
674 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2694 AND `id_group` = 1 LIMIT 1
674 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1996 AND `id_group` = 1 LIMIT 1
674 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` = 1846) AND (b.`id_shop` = 1) LIMIT 1
674 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` = 2915
AND image_shop.`cover` = 1 LIMIT 1
674 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 168 AND `id_shop` = 1
674 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 308 AND `id_shop` = 1
673 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
673 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` = 2115
AND image_shop.`cover` = 1 LIMIT 1
673 ms 1 /classes/Product.php:3548
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` = 220) LIMIT 1
673 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
673 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
673 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 169 AND `id_shop` = 1
672 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2676
672 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` = 1996)
672 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 269 AND `id_shop` = 1
672 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2897
671 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1988 AND `id_group` = 1 LIMIT 1
671 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1819
671 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` = 1903) AND (b.`id_shop` = 1) LIMIT 1
671 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` = 1997)
671 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1829
671 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` = 2005)
671 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` = 2248) AND (b.`id_shop` = 1) LIMIT 1
670 ms 1 /src/Adapter/EntityMapper.php:76
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
670 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1908 AND `id_group` = 1 LIMIT 1
670 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
670 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` = 1936) AND (b.`id_shop` = 1) LIMIT 1
670 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
670 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
669 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1852 AND `id_group` = 1 LIMIT 1
669 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2122 AND `id_group` = 1 LIMIT 1
669 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` = 1822)
668 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` = 2072) AND (b.`id_shop` = 1) LIMIT 1
668 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2004
668 ms 1 /classes/Product.php:2885
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` = 268) LIMIT 1
668 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
668 ms 1 /classes/order/Order.php:1203
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` = 141) LIMIT 1
668 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` = 2047)
668 ms 1 /classes/Product.php:3835
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
668 ms 1 /classes/stock/StockAvailable.php:453
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
667 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 351 AND `id_shop` = 1
667 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2922
667 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2699
667 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` = 2066) AND (b.`id_shop` = 1) LIMIT 1
667 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` = 61) AND (b.`id_shop` = 1) LIMIT 1
667 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2594) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
667 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` = 2821)
666 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2773 AND `id_group` = 1 LIMIT 1
666 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1936 AND `id_group` = 1 LIMIT 1
666 ms 0 /classes/GroupReduction.php:156
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` = 407) LIMIT 1
666 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` = 2613) AND (b.`id_shop` = 1) LIMIT 1
666 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` = 2105) AND (b.`id_shop` = 1) LIMIT 1
666 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2115 AND `id_group` = 1 LIMIT 1
666 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
666 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
665 ms 0 /classes/GroupReduction.php:156
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` = 430) LIMIT 1
665 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2075
665 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` = 1860) AND (b.`id_shop` = 1) LIMIT 1
665 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` = 2591) AND (b.`id_shop` = 1) LIMIT 1
665 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2675) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
665 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2594
664 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 469 AND `id_shop` = 1
664 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 229 AND `id_shop` = 1
664 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 80 LIMIT 1
664 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 220 AND `id_shop` = 1
664 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
663 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 108 AND `id_shop` = 1
663 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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)
663 ms 1 /classes/Product.php:3835
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
663 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` = 2199) AND (b.`id_shop` = 1) LIMIT 1
663 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 106 AND `id_shop` = 1
663 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2913
663 ms 1 /classes/Product.php:2885
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
663 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` = 2694) AND (b.`id_shop` = 1) LIMIT 1
663 ms 1 /src/Adapter/EntityMapper.php:76
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` = 208) LIMIT 1
662 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2851 AND `id_group` = 1 LIMIT 1
662 ms 0 /classes/GroupReduction.php:156
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
662 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
662 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
662 ms 1 /src/Adapter/EntityMapper.php:76
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
661 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1843 AND `id_group` = 1 LIMIT 1
661 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 182 AND `id_shop` = 1
661 ms 1 /src/Adapter/EntityMapper.php:84
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` = 379) LIMIT 1
661 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 200 AND `id_shop` = 1
661 ms 1 /src/Adapter/EntityMapper.php:84
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` = 331) LIMIT 1
661 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 = 77 LIMIT 1
661 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2669 AND `id_group` = 1 LIMIT 1
660 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
660 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` = 2786) AND (b.`id_shop` = 1) LIMIT 1
660 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
660 ms 1 /classes/order/Order.php:1203
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
660 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2692
660 ms 1 /classes/Product.php:2885
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` = 413) LIMIT 1
660 ms 1 /src/Adapter/EntityMapper.php:76
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
659 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1853
659 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
659 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM tm_required_field
659 ms 1 /classes/ObjectModel.php:1510
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` = 345) LIMIT 1
659 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2700
659 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 = 84 LIMIT 1
659 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2231
659 ms 1 /classes/Product.php:2885
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
659 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1839 AND id_shop=1 LIMIT 1
659 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2730
659 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` = 1954) AND (b.`id_shop` = 1) LIMIT 1
659 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 = 67 LIMIT 1
659 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
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_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` = 2093
658 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
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 *
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` = 166) LIMIT 1
657 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2829 AND `id_group` = 1 LIMIT 1
657 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` = 2190
AND image_shop.`cover` = 1 LIMIT 1
657 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 253 AND `id_shop` = 1
657 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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)
656 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 339 AND `id_shop` = 1
656 ms 1 /src/Adapter/EntityMapper.php:84
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` = 346) LIMIT 1
656 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` = 1904) AND (b.`id_shop` = 1) LIMIT 1
656 ms 1 /src/Adapter/EntityMapper.php:76
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
656 ms 1 /classes/stock/StockAvailable.php:453
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
656 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2770
656 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
656 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 287 AND `id_shop` = 1
655 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2199
655 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` = 2040) AND (b.`id_shop` = 1) LIMIT 1
655 ms 1 /src/Adapter/EntityMapper.php:76
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
655 ms 1 /classes/stock/StockAvailable.php:453
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` = 130) LIMIT 1
655 ms 1 /src/Adapter/EntityMapper.php:76
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` = 62 LIMIT 1
655 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2771 AND `id_group` = 1 LIMIT 1
654 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `name`, `alias` FROM `tm_hook_alias`
654 ms 88 /classes/Hook.php:301
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
654 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_cms` a
LEFT JOIN `tm_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) LIMIT 1
654 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2992
654 ms 1 /classes/Product.php:2885
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` = 113) LIMIT 1
653 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2664
653 ms 1 /classes/Product.php:2885
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` = 117) LIMIT 1
653 ms 1 /src/Adapter/EntityMapper.php:76
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` = 224) LIMIT 1
653 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2030
653 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2711
653 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 134 AND `id_shop` = 1
653 ms 1 /src/Adapter/EntityMapper.php:84
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
653 ms 1 /classes/stock/StockAvailable.php:453
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
653 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` = 1968) AND (b.`id_shop` = 1) LIMIT 1
653 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 63 AND `id_shop` = 1
652 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 139 AND `id_shop` = 1
652 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
652 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 481 AND `id_shop` = 1
652 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
651 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` = 2751) AND (b.`id_shop` = 1) LIMIT 1
651 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
651 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 332 AND `id_shop` = 1
651 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 271 AND `id_shop` = 1
651 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2406
651 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2999 AND `id_group` = 1 LIMIT 1
651 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
650 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
650 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 353 AND `id_shop` = 1
650 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name, alias FROM `tm_hook_alias`
650 ms 88 /classes/Hook.php:353
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
650 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
650 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` = 2661)
649 ms 1 /classes/Product.php:3835
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
649 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2671) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
649 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` = 2746) AND (b.`id_shop` = 1) LIMIT 1
649 ms 1 /src/Adapter/EntityMapper.php:76
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` = 277) LIMIT 1
649 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` = 2673)
649 ms 1 /classes/Product.php:3835
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
649 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 123 AND `id_shop` = 1
649 ms 1 /src/Adapter/EntityMapper.php:84
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` = 402) LIMIT 1
649 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2075 AND `id_group` = 1 LIMIT 1
649 ms 0 /classes/GroupReduction.php:156
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` = 246) LIMIT 1
648 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2203
648 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 138 AND `id_shop` = 1
648 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE cb.`id_iqit_link_block`
FROM tm_iqit_link_block cb
INNER JOIN tm_iqit_link_block_shop cs ON (cb.`id_iqit_link_block` = cs.`id_iqit_link_block`)
WHERE `id_hook` = 41
AND cs.`id_shop` = 1
ORDER BY cb.position ASC
648 ms 3 Yes /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:174
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 65 LIMIT 1
648 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2662
648 ms 1 /classes/Product.php:2885
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
647 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1994 AND `id_group` = 1 LIMIT 1
647 ms 0 /classes/GroupReduction.php:156
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` = 336) LIMIT 1
647 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2592 AND `id_group` = 1 LIMIT 1
647 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` = 2190)
647 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 = 81 LIMIT 1
646 ms 1 /classes/Product.php:5629
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` = 274) LIMIT 1
646 ms 1 /src/Adapter/EntityMapper.php:76
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` = 65) LIMIT 1
646 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_cms_category_lang`
WHERE `id_cms_category` = 1 AND `id_shop` = 1
646 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 207 AND `id_shop` = 1
646 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 133 AND `id_shop` = 1
646 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2672
646 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2563
646 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2120 AND `id_group` = 1 LIMIT 1
646 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 = 86 LIMIT 1
646 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2674 AND `id_group` = 1 LIMIT 1
645 ms 0 /classes/GroupReduction.php:156
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` = 161) LIMIT 1
645 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 = 94 LIMIT 1
645 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2663
645 ms 1 /classes/Product.php:2885
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` = 327) LIMIT 1
645 ms 1 /src/Adapter/EntityMapper.php:76
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` = 300) LIMIT 1
644 ms 1 /src/Adapter/EntityMapper.php:76
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` = 100) LIMIT 1
644 ms 1 /src/Adapter/EntityMapper.php:76
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` = 266) LIMIT 1
644 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` = 2675) AND (b.`id_shop` = 1) LIMIT 1
644 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1862 AND `id_group` = 1 LIMIT 1
644 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` = 1908) AND (b.`id_shop` = 1) LIMIT 1
644 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 77 AND `id_shop` = 1
643 ms 1 /src/Adapter/EntityMapper.php:84
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
643 ms 1 /classes/stock/StockAvailable.php:453
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` = 67) LIMIT 1
643 ms 1 /src/Adapter/EntityMapper.php:76
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` = 123) LIMIT 1
643 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE * FROM `tm_hook_module_exceptions`
WHERE `id_shop` IN (1)
643 ms 1 /classes/module/Module.php:2237
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 98 LIMIT 1
643 ms 1 /classes/Product.php:5629
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
643 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` = 69) AND (b.`id_shop` = 1) LIMIT 1
642 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2923 AND `id_group` = 1 LIMIT 1
642 ms 0 /classes/GroupReduction.php:156
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` = 149) LIMIT 1
642 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2657
642 ms 1 /classes/Product.php:2885
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` = 442) LIMIT 1
642 ms 1 /src/Adapter/EntityMapper.php:76
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` = 198) LIMIT 1
641 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2692 AND `id_group` = 1 LIMIT 1
641 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
641 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "iqitproductsnav" LIMIT 1
641 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2048 AND id_shop=1 LIMIT 1
641 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
641 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
641 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` = 2661) AND (b.`id_shop` = 1) LIMIT 1
640 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 = 101 LIMIT 1
640 ms 1 /classes/Product.php:5629
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` = 136) LIMIT 1
640 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2422
640 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2670) 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 `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2025 AND `id_group` = 1 LIMIT 1
640 ms 0 /classes/GroupReduction.php:156
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
640 ms 1 /classes/stock/StockAvailable.php:453
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` = 146) LIMIT 1
640 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 289 AND `id_shop` = 1
640 ms 1 /src/Adapter/EntityMapper.php:84
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` = 115) LIMIT 1
639 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
639 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
639 ms 1 /classes/order/Order.php:1203
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` = 183) LIMIT 1
639 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` = 78) AND (b.`id_shop` = 1) LIMIT 1
639 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
638 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `iso_code`
FROM `tm_country`
WHERE `id_country` = 8 LIMIT 1
638 ms 1 /classes/Country.php:274
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2047 AND `id_group` = 1 LIMIT 1
638 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
638 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` = 2204) AND (b.`id_shop` = 1) LIMIT 1
638 ms 1 /src/Adapter/EntityMapper.php:76
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
638 ms 1 /classes/stock/StockAvailable.php:453
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
638 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` = 2151) AND (b.`id_shop` = 1) LIMIT 1
638 ms 1 /src/Adapter/EntityMapper.php:76
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
638 ms 1 /classes/stock/StockAvailable.php:453
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` = 414) LIMIT 1
638 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 387 AND `id_shop` = 1
638 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
638 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
637 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
637 ms 1 /src/Adapter/EntityMapper.php:76
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` = 92) LIMIT 1
637 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
637 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1970
637 ms 1 /classes/Product.php:2885
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` = 111) LIMIT 1
637 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2000 AND id_shop=1 LIMIT 1
637 ms 1 /classes/Product.php:6766
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
636 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1889 AND `id_group` = 1 LIMIT 1
636 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1838 AND `id_group` = 1 LIMIT 1
636 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 197 AND `id_shop` = 1
636 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2207
636 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2248
636 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
636 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `reduction`
FROM `tm_group`
WHERE `id_group` = 1 LIMIT 1
636 ms 1 /classes/Group.php:154
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
636 ms 1 /classes/order/Order.php:1203
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` = 176) LIMIT 1
636 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
636 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
636 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
635 ms 1 /classes/order/Order.php:1203
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` = 382) LIMIT 1
635 ms 1 /src/Adapter/EntityMapper.php:76
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` = 344) LIMIT 1
635 ms 1 /src/Adapter/EntityMapper.php:76
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` = 470) LIMIT 1
635 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 451 AND `id_shop` = 1
635 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2241
635 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2727
634 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2420 AND `id_group` = 1 LIMIT 1
634 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2653
634 ms 1 /classes/Product.php:2885
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` = 226) LIMIT 1
634 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2590) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
634 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2202 AND `id_group` = 1 LIMIT 1
634 ms 0 /classes/GroupReduction.php:156
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
634 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
634 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` = 71 LIMIT 1
634 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 221 AND `id_shop` = 1
633 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 224 AND `id_shop` = 1
633 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1829 AND id_shop=1 LIMIT 1
633 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2917
633 ms 1 /classes/Product.php:2885
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` = 307) LIMIT 1
633 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 398 AND `id_shop` = 1
633 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 87 LIMIT 1
633 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 196 AND `id_shop` = 1
632 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
632 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` = 1845) AND (b.`id_shop` = 1) LIMIT 1
632 ms 1 /src/Adapter/EntityMapper.php:76
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
632 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` = 2004) AND (b.`id_shop` = 1) LIMIT 1
632 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
632 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1997 AND id_shop=1 LIMIT 1
632 ms 1 /classes/Product.php:6766
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
632 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1884 AND `id_group` = 1 LIMIT 1
632 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 468 AND `id_shop` = 1
631 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1936
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 = 94 LIMIT 1
631 ms 1 /classes/Product.php:5629
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
631 ms 1 /classes/stock/StockAvailable.php:453
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` = 392) LIMIT 1
631 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 = 63 LIMIT 1
631 ms 1 /classes/Product.php:5629
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` = 90) LIMIT 1
631 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 = 77 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
630 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 126 AND `id_shop` = 1
630 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2616 AND `id_group` = 1 LIMIT 1
630 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 161 AND `id_shop` = 1
630 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 440 AND `id_shop` = 1
630 ms 1 /src/Adapter/EntityMapper.php:84
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` = 317) LIMIT 1
630 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 319 AND `id_shop` = 1
630 ms 1 /src/Adapter/EntityMapper.php:84
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
630 ms 1 /classes/stock/StockAvailable.php:453
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` = 429) LIMIT 1
630 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1979
630 ms 1 /classes/Product.php:2885
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` = 222) LIMIT 1
629 ms 1 /src/Adapter/EntityMapper.php:76
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` = 468) LIMIT 1
629 ms 1 /src/Adapter/EntityMapper.php:76
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` = 200) LIMIT 1
629 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2657 AND `id_group` = 1 LIMIT 1
629 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 165 AND `id_shop` = 1
629 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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)
629 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2040 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` = 1836 AND `id_group` = 1 LIMIT 1
629 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 277 AND `id_shop` = 1
628 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `name`
FROM `tm_manufacturer`
WHERE `id_manufacturer` = 6
AND `active` = 1 LIMIT 1
628 ms 1 /classes/Manufacturer.php:312
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 64 AND `id_shop` = 1
628 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
627 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` = 2614)
627 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
626 ms 1 /classes/order/Order.php:1203
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
626 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2134
626 ms 1 /classes/Product.php:2885
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` = 243) LIMIT 1
626 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 223 AND `id_shop` = 1
626 ms 1 /src/Adapter/EntityMapper.php:84
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` = 390) LIMIT 1
626 ms 1 /src/Adapter/EntityMapper.php:76
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` = 383) LIMIT 1
625 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2584 AND `id_group` = 1 LIMIT 1
625 ms 0 /classes/GroupReduction.php:156
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
625 ms 1 /classes/stock/StockAvailable.php:453
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
625 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2582
625 ms 1 /classes/Product.php:2885
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` = 118) LIMIT 1
625 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
625 ms 1 /classes/order/Order.php:1203
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` = 313) LIMIT 1
625 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2921 AND `id_group` = 1 LIMIT 1
624 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `name`
FROM `tm_manufacturer`
WHERE `id_manufacturer` = 20
AND `active` = 1 LIMIT 1
624 ms 1 /classes/Manufacturer.php:312
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 186 AND `id_shop` = 1
624 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 232 AND `id_shop` = 1
624 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_iqit_link_block_lang`
WHERE `id_iqit_link_block` = 2
624 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2118
624 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
623 ms 1 /classes/order/Order.php:1203
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
623 ms 1 /classes/stock/StockAvailable.php:453
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` = 408) LIMIT 1
623 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
623 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2003 AND `id_group` = 1 LIMIT 1
623 ms 0 /classes/GroupReduction.php:156
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
623 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 66 AND `id_shop` = 1
623 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 63 LIMIT 1
623 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` = 2094) AND (b.`id_shop` = 1) LIMIT 1
623 ms 1 /src/Adapter/EntityMapper.php:76
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
623 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` = 2031)
622 ms 1 /classes/Product.php:3835
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` = 306) LIMIT 1
622 ms 1 /src/Adapter/EntityMapper.php:76
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` = 88) LIMIT 1
622 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
622 ms 1 /classes/order/Order.php:1203
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` = 423) LIMIT 1
622 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 292 AND `id_shop` = 1
622 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2771
622 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
622 ms 1 /classes/order/Order.php:1203
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
621 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
621 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` = 478 LIMIT 1
621 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 = 478 LIMIT 1
621 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
621 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 144 AND `id_shop` = 1
620 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
620 ms 1 /src/Adapter/EntityMapper.php:76
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` = 182) LIMIT 1
620 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
620 ms 1 /classes/order/Order.php:1203
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` = 66) LIMIT 1
620 ms 1 /src/Adapter/EntityMapper.php:76
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` = 211) LIMIT 1
619 ms 1 /src/Adapter/EntityMapper.php:76
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` = 196) LIMIT 1
619 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2925
619 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2970 AND `id_group` = 1 LIMIT 1
619 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 302 AND `id_shop` = 1
618 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 71 LIMIT 1
618 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
618 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `name`, `alias` FROM `tm_hook_alias`
618 ms 88 /classes/Hook.php:301
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
618 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` = 1851)
618 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
618 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
617 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2665
617 ms 1 /classes/Product.php:2885
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
617 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 278 AND `id_shop` = 1
617 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 175 AND `id_shop` = 1
617 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
617 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2005
617 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2676 AND `id_group` = 1 LIMIT 1
617 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` = 99 LIMIT 1
617 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2105
617 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
617 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2897 AND `id_group` = 1 LIMIT 1
616 ms 0 /classes/GroupReduction.php:156
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` = 316) LIMIT 1
616 ms 1 /src/Adapter/EntityMapper.php:76
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
616 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2004 AND `id_group` = 1 LIMIT 1
616 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2222
616 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 184 AND `id_shop` = 1
616 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_currency_lang`
WHERE `id_currency` = 1
615 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_cms` a
LEFT JOIN `tm_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) LIMIT 1
615 ms 1 /src/Adapter/EntityMapper.php:76
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` = 436) LIMIT 1
615 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 195 AND `id_shop` = 1
615 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 77 LIMIT 1
615 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1870
614 ms 1 /classes/Product.php:2885
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` = 134) LIMIT 1
614 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 = 92 LIMIT 1
614 ms 1 /classes/Product.php:5629
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
614 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 110 AND `id_shop` = 1
614 ms 1 /src/Adapter/EntityMapper.php:84
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` = 142) LIMIT 1
614 ms 1 /src/Adapter/EntityMapper.php:76
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
614 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
614 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 442 AND `id_shop` = 1
613 ms 1 /src/Adapter/EntityMapper.php:84
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
613 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 268 AND `id_shop` = 1
613 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 150 AND `id_shop` = 1
613 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1884
613 ms 1 /classes/Product.php:2885
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` = 185) LIMIT 1
613 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
613 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
613 ms 1 /classes/order/Order.php:1203
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` = 247) LIMIT 1
612 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 174 AND `id_shop` = 1
612 ms 1 /src/Adapter/EntityMapper.php:84
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` = 404) LIMIT 1
612 ms 1 /src/Adapter/EntityMapper.php:76
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
612 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2585 AND `id_group` = 1 LIMIT 1
612 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 388 AND `id_shop` = 1
612 ms 1 /src/Adapter/EntityMapper.php:84
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` = 428) LIMIT 1
612 ms 1 /src/Adapter/EntityMapper.php:76
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
611 ms 1 /classes/stock/StockAvailable.php:453
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` = 221) LIMIT 1
611 ms 1 /src/Adapter/EntityMapper.php:76
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` = 101) LIMIT 1
611 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 203 AND `id_shop` = 1
611 ms 1 /src/Adapter/EntityMapper.php:84
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` = 297) LIMIT 1
611 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 275 AND `id_shop` = 1
610 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
610 ms 1 /classes/order/Order.php:1203
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` = 290) LIMIT 1
610 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
610 ms 1 /src/Adapter/EntityMapper.php:76
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
610 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2106
610 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 216 AND `id_shop` = 1
610 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 63 LIMIT 1
609 ms 1 /classes/Product.php:5629
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` = 234) LIMIT 1
609 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 = 86 LIMIT 1
609 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
609 ms 1 /classes/Product.php:5629
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
609 ms 1 /src/Adapter/EntityMapper.php:76
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
609 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
609 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` = 96) AND (b.`id_shop` = 1) LIMIT 1
608 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1869 AND id_shop=1 LIMIT 1
608 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` = 84 LIMIT 1
608 ms 1 /classes/Category.php:1377
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` = 291) LIMIT 1
608 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 237 AND `id_shop` = 1
608 ms 1 /src/Adapter/EntityMapper.php:84
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
608 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 445 AND `id_shop` = 1
608 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 77 LIMIT 1
608 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2896
607 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 79 AND `id_shop` = 1
607 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2774 AND `id_group` = 1 LIMIT 1
607 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 413 AND `id_shop` = 1
607 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 478 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` = 2005
AND image_shop.`cover` = 1 LIMIT 1
607 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 = 101 LIMIT 1
606 ms 1 /classes/Product.php:5629
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` = 477) LIMIT 1
606 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2775
606 ms 1 /classes/Product.php:2885
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
606 ms 1 /classes/stock/StockAvailable.php:453
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
606 ms 1 /classes/stock/StockAvailable.php:453
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` = 396) LIMIT 1
606 ms 1 /src/Adapter/EntityMapper.php:76
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` = 395) LIMIT 1
606 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2586
606 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
606 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
606 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` = 1933) AND (b.`id_shop` = 1) LIMIT 1
606 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 = 99 LIMIT 1
606 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 = 87 LIMIT 1
605 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 246 AND `id_shop` = 1
605 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2665 AND `id_group` = 1 LIMIT 1
605 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` = 2583) AND (b.`id_shop` = 1) LIMIT 1
605 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
605 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` = 95 LIMIT 1
605 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 143 AND `id_shop` = 1
605 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 118 AND `id_shop` = 1
605 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
605 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2122
605 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2594 AND id_shop=1 LIMIT 1
605 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1988
605 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2653 AND id_shop=1 LIMIT 1
604 ms 1 /classes/Product.php:6766
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
604 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2187 AND `id_group` = 1 LIMIT 1
604 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
604 ms 1 /classes/Product.php:6766
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` = 225) LIMIT 1
604 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` = 2075)
604 ms 1 /classes/Product.php:3835
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
604 ms 1 /classes/stock/StockAvailable.php:453
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` = 466) LIMIT 1
603 ms 1 /src/Adapter/EntityMapper.php:76
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` = 374) LIMIT 1
603 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 130 AND `id_shop` = 1
603 ms 1 /src/Adapter/EntityMapper.php:84
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
603 ms 1 /src/Adapter/EntityMapper.php:76
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` = 219) LIMIT 1
603 ms 1 /src/Adapter/EntityMapper.php:76
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` = 253) LIMIT 1
603 ms 1 /src/Adapter/EntityMapper.php:76
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
603 ms 1 /classes/stock/StockAvailable.php:453
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` = 384) LIMIT 1
603 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2658
603 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 87 AND `id_shop` = 1
603 ms 1 /src/Adapter/EntityMapper.php:84
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
603 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 340 AND `id_shop` = 1
603 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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)
603 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 = 77 LIMIT 1
603 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2618
603 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 217 AND `id_shop` = 1
602 ms 1 /src/Adapter/EntityMapper.php:84
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` = 181) LIMIT 1
602 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 230 AND `id_shop` = 1
602 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 225 AND `id_shop` = 1
602 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 437 AND `id_shop` = 1
602 ms 1 /src/Adapter/EntityMapper.php:84
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` = 161 LIMIT 1
602 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1977
601 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2746 AND `id_group` = 1 LIMIT 1
601 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2178 AND `id_group` = 1 LIMIT 1
601 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
601 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2669
601 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2266
601 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` = 97 LIMIT 1
601 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1968
601 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
600 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE * FROM `tm_image_type` WHERE 1 AND `categories` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
600 ms 8 Yes /classes/ImageType.php:109
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` = 133) LIMIT 1
600 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
600 ms 1 /classes/Product.php:5629
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` = 309) LIMIT 1
600 ms 1 /src/Adapter/EntityMapper.php:76
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` = 148) LIMIT 1
600 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` = 2025)
600 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 218 AND `id_shop` = 1
600 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2667) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
600 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 109 AND `id_shop` = 1
599 ms 1 /src/Adapter/EntityMapper.php:84
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
599 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2066 AND `id_group` = 1 LIMIT 1
599 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 337 AND `id_shop` = 1
599 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 423 AND `id_shop` = 1
599 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2035
599 ms 1 /classes/Product.php:2885
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` = 326) LIMIT 1
599 ms 1 /src/Adapter/EntityMapper.php:76
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
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
599 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
598 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` = 2248
AND image_shop.`cover` = 1 LIMIT 1
598 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 264 AND `id_shop` = 1
598 ms 1 /src/Adapter/EntityMapper.php:84
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` = 444) LIMIT 1
598 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 373 AND `id_shop` = 1
598 ms 1 /src/Adapter/EntityMapper.php:84
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
598 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1869
598 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 299 AND `id_shop` = 1
598 ms 1 /src/Adapter/EntityMapper.php:84
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
597 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1
597 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 327 AND `id_shop` = 1
597 ms 1 /src/Adapter/EntityMapper.php:84
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` = 438) LIMIT 1
597 ms 1 /src/Adapter/EntityMapper.php:76
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
597 ms 1 /classes/Category.php:1377
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` = 75) LIMIT 1
597 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE id_shop
FROM `tm_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
596 ms 1 /classes/ObjectModel.php:1647
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2917 AND `id_group` = 1 LIMIT 1
596 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
596 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2590
596 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 438 AND `id_shop` = 1
596 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2614
596 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "iqitmegamenu" LIMIT 1
596 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2126
596 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 443 AND `id_shop` = 1
596 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `name`
FROM `tm_manufacturer`
WHERE `id_manufacturer` = 24
AND `active` = 1 LIMIT 1
596 ms 1 /classes/Manufacturer.php:312
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2060 AND `id_group` = 1 LIMIT 1
595 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
595 ms 0 /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 = 129 LIMIT 1
595 ms 1 /classes/Product.php:5629
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` = 162) LIMIT 1
595 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 309 AND `id_shop` = 1
595 ms 1 /src/Adapter/EntityMapper.php:84
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` = 264) LIMIT 1
595 ms 1 /src/Adapter/EntityMapper.php:76
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` = 273) LIMIT 1
595 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1998
595 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2191
595 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 276 AND `id_shop` = 1
595 ms 1 /src/Adapter/EntityMapper.php:84
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` = 263) LIMIT 1
595 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
595 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 312 AND `id_shop` = 1
595 ms 1 /src/Adapter/EntityMapper.php:84
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
594 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1998 AND `id_group` = 1 LIMIT 1
594 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` = 2040
AND image_shop.`cover` = 1 LIMIT 1
594 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 315 AND `id_shop` = 1
594 ms 1 /src/Adapter/EntityMapper.php:84
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
594 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2670
594 ms 1 /classes/Product.php:2885
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` = 441) LIMIT 1
594 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2557 AND `id_group` = 1 LIMIT 1
594 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 171 AND `id_shop` = 1
594 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2695 AND `id_group` = 1 LIMIT 1
593 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
593 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2268 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` = 1860 AND `id_group` = 1 LIMIT 1
593 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
593 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
593 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
593 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 113 AND `id_shop` = 1
593 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 101 LIMIT 1
593 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 117 AND `id_shop` = 1
593 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 210 AND `id_shop` = 1
593 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2924 AND `id_group` = 1 LIMIT 1
593 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 = 91 LIMIT 1
592 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
592 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 427 AND `id_shop` = 1
592 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2260 AND id_shop=1 LIMIT 1
592 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 = 478 LIMIT 1
592 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 313 AND `id_shop` = 1
592 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_country_lang`
WHERE `id_country` = 8
592 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2424 AND `id_group` = 1 LIMIT 1
591 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
591 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 381 AND `id_shop` = 1
591 ms 1 /src/Adapter/EntityMapper.php:84
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` = 122) LIMIT 1
590 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 238 AND `id_shop` = 1
590 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 63 LIMIT 1
590 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2251 AND `id_group` = 1 LIMIT 1
590 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
590 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 307 AND `id_shop` = 1
590 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 86 LIMIT 1
590 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2691 AND `id_group` = 1 LIMIT 1
590 ms 0 /classes/GroupReduction.php:156
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` = 388) LIMIT 1
590 ms 1 /src/Adapter/EntityMapper.php:76
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` = 163) LIMIT 1
589 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 147 AND `id_shop` = 1
589 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
589 ms 1 /src/Adapter/EntityMapper.php:76
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` = 295) LIMIT 1
589 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 479 AND `id_shop` = 1
589 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2248 AND id_shop=1 LIMIT 1
589 ms 1 /classes/Product.php:6766
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` = 337) LIMIT 1
588 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 392 AND `id_shop` = 1
588 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 213 AND `id_shop` = 1
588 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2915 AND `id_group` = 1 LIMIT 1
588 ms 0 /classes/GroupReduction.php:156
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` = 189) LIMIT 1
588 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 93 AND `id_shop` = 1
588 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2258 AND `id_group` = 1 LIMIT 1
588 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE value FROM `tm_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
588 ms 1 /classes/shop/Shop.php:1171
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2186
588 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2992 AND `id_group` = 1 LIMIT 1
588 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 399 AND `id_shop` = 1
587 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2821 AND `id_group` = 1 LIMIT 1
587 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 402 AND `id_shop` = 1
587 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2259 AND `id_group` = 1 LIMIT 1
587 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 212 AND `id_shop` = 1
587 ms 1 /src/Adapter/EntityMapper.php:84
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` = 64) LIMIT 1
587 ms 1 /src/Adapter/EntityMapper.php:76
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` = 203) LIMIT 1
587 ms 1 /src/Adapter/EntityMapper.php:76
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
587 ms 1 /classes/stock/StockAvailable.php:453
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` = 276) LIMIT 1
586 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
586 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2592
586 ms 1 /classes/Product.php:2885
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` = 72) LIMIT 1
586 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2911 AND id_shop=1 LIMIT 1
586 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2590 AND `id_group` = 1 LIMIT 1
586 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2896 AND `id_group` = 1 LIMIT 1
586 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 466 AND `id_shop` = 1
586 ms 1 /src/Adapter/EntityMapper.php:84
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` = 170) LIMIT 1
585 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 300 AND `id_shop` = 1
585 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE c.id_currency
FROM `tm_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
585 ms 1 /classes/Currency.php:893
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 209 AND `id_shop` = 1
585 ms 1 /src/Adapter/EntityMapper.php:84
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` = 197) LIMIT 1
585 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1995 AND `id_group` = 1 LIMIT 1
585 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
585 ms 1 /classes/Product.php:5629
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` = 289) LIMIT 1
585 ms 1 /src/Adapter/EntityMapper.php:76
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` = 80) LIMIT 1
585 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 395 AND `id_shop` = 1
584 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 211 AND `id_shop` = 1
584 ms 1 /src/Adapter/EntityMapper.php:84
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
584 ms 1 /classes/Product.php:3548
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` = 165) LIMIT 1
583 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2912 AND `id_group` = 1 LIMIT 1
583 ms 0 /classes/GroupReduction.php:156
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` = 201) LIMIT 1
583 ms 1 /src/Adapter/EntityMapper.php:76
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` = 450) LIMIT 1
583 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 202 AND `id_shop` = 1
583 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2555 AND id_shop=1 LIMIT 1
582 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 301 AND `id_shop` = 1
582 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2816 AND `id_group` = 1 LIMIT 1
582 ms 0 /classes/GroupReduction.php:156
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` = 147) LIMIT 1
582 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1987 AND `id_group` = 1 LIMIT 1
582 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
582 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 294 AND `id_shop` = 1
582 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2133
581 ms 1 /classes/Product.php:2885
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` = 267) LIMIT 1
581 ms 1 /src/Adapter/EntityMapper.php:76
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` = 83) LIMIT 1
581 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 291 AND `id_shop` = 1
581 ms 1 /src/Adapter/EntityMapper.php:84
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` = 93) LIMIT 1
581 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 201 AND `id_shop` = 1
581 ms 1 /src/Adapter/EntityMapper.php:84
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` = 174) LIMIT 1
581 ms 1 /src/Adapter/EntityMapper.php:76
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` = 206) LIMIT 1
580 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2669) 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 `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2670 AND `id_group` = 1 LIMIT 1
580 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 199 AND `id_shop` = 1
580 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 83 LIMIT 1
580 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 403 AND `id_shop` = 1
580 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 472 AND `id_shop` = 1
579 ms 1 /src/Adapter/EntityMapper.php:84
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` = 484) LIMIT 1
579 ms 1 /src/Adapter/EntityMapper.php:76
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` = 107) LIMIT 1
579 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 288 AND `id_shop` = 1
579 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 241 AND `id_shop` = 1
579 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 473 AND `id_shop` = 1
579 ms 1 /src/Adapter/EntityMapper.php:84
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` = 244) LIMIT 1
579 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2654
579 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 433 AND `id_shop` = 1
579 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1995
578 ms 1 /classes/Product.php:2885
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` = 112) LIMIT 1
578 ms 1 /src/Adapter/EntityMapper.php:76
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
578 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` = 74 LIMIT 1
578 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
578 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 = 99 LIMIT 1
577 ms 1 /classes/Product.php:5629
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` = 258) LIMIT 1
577 ms 1 /src/Adapter/EntityMapper.php:76
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
577 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1883 AND `id_group` = 1 LIMIT 1
577 ms 0 /classes/GroupReduction.php:156
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` = 334) LIMIT 1
576 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 107 AND `id_shop` = 1
576 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1934 AND `id_group` = 1 LIMIT 1
576 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 330 AND `id_shop` = 1
576 ms 1 /src/Adapter/EntityMapper.php:84
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
576 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2258
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 = 79 LIMIT 1
575 ms 1 /classes/Product.php:5629
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` = 347) LIMIT 1
575 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1839 AND `id_group` = 1 LIMIT 1
575 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2786
575 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1993
575 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1954 AND `id_group` = 1 LIMIT 1
575 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 115 AND `id_shop` = 1
575 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 181 AND `id_shop` = 1
574 ms 1 /src/Adapter/EntityMapper.php:84
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` = 271) LIMIT 1
573 ms 1 /src/Adapter/EntityMapper.php:76
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` = 255) LIMIT 1
573 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` = 2668)
573 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2032 AND `id_group` = 1 LIMIT 1
573 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` = 2940
AND image_shop.`cover` = 1 LIMIT 1
573 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 = 63 LIMIT 1
573 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2730 AND `id_group` = 1 LIMIT 1
573 ms 0 /classes/GroupReduction.php:156
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` = 216) LIMIT 1
573 ms 1 /src/Adapter/EntityMapper.php:76
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` = 194) LIMIT 1
573 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 = 62 LIMIT 1
573 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 421 AND `id_shop` = 1
572 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 101 LIMIT 1
572 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 414 AND `id_shop` = 1
572 ms 1 /src/Adapter/EntityMapper.php:84
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` = 82) LIMIT 1
572 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2913 AND `id_group` = 1 LIMIT 1
572 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2592) 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 `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 `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1970 AND `id_group` = 1 LIMIT 1
571 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 = 101 LIMIT 1
571 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2662) 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 *
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` = 421) LIMIT 1
571 ms 1 /src/Adapter/EntityMapper.php:76
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` = 199) LIMIT 1
571 ms 1 /src/Adapter/EntityMapper.php:76
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
571 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 = 90 LIMIT 1
571 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
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` = 86 LIMIT 1
571 ms 1 /classes/Category.php:1377
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` = 212) LIMIT 1
571 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2057 AND id_shop=1 LIMIT 1
570 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` = 92 LIMIT 1
570 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1840 AND `id_group` = 1 LIMIT 1
570 ms 0 /classes/GroupReduction.php:156
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` = 338) LIMIT 1
570 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 82 AND `id_shop` = 1
570 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
570 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 141 AND `id_shop` = 1
570 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 386 AND `id_shop` = 1
570 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2260 AND `id_group` = 1 LIMIT 1
570 ms 0 /classes/GroupReduction.php:156
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
570 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
570 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
570 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
569 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
569 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2668) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
569 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 298 AND `id_shop` = 1
569 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1
569 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 259 AND `id_shop` = 1
569 ms 1 /src/Adapter/EntityMapper.php:84
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` = 431) LIMIT 1
569 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
569 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
569 ms 1 /classes/Product.php:5629
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
569 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2722
569 ms 1 /classes/Product.php:2885
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` = 324) LIMIT 1
568 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 417 AND `id_shop` = 1
568 ms 1 /src/Adapter/EntityMapper.php:84
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
568 ms 1 /classes/stock/StockAvailable.php:453
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` = 236) LIMIT 1
568 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_group_lang`
WHERE `id_group` = 1
568 ms 1 /src/Adapter/EntityMapper.php:84
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` = 213) LIMIT 1
568 ms 1 /src/Adapter/EntityMapper.php:76
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` = 303) LIMIT 1
567 ms 1 /src/Adapter/EntityMapper.php:76
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
567 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 446 AND `id_shop` = 1
567 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2654 AND `id_group` = 1 LIMIT 1
567 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 336 AND `id_shop` = 1
566 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2228 AND `id_group` = 1 LIMIT 1
566 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 344 AND `id_shop` = 1
566 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 162 AND `id_shop` = 1
566 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2594 AND `id_group` = 1 LIMIT 1
566 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 = 63 LIMIT 1
566 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 410 AND `id_shop` = 1
566 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 70 AND `id_shop` = 1
566 ms 1 /src/Adapter/EntityMapper.php:84
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
566 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "ps_currencyselector" LIMIT 1
565 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
565 ms 1 /classes/order/Order.php:1203
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` = 70) LIMIT 1
565 ms 1 /src/Adapter/EntityMapper.php:76
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` = 453) LIMIT 1
565 ms 1 /src/Adapter/EntityMapper.php:76
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
565 ms 1 /classes/stock/StockAvailable.php:453
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
564 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 173 AND `id_shop` = 1
564 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2258 AND id_shop=1 LIMIT 1
564 ms 1 /classes/Product.php:6766
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
564 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
564 ms 0 /classes/GroupReduction.php:156
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
564 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2187 AND id_shop=1 LIMIT 1
564 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1993 AND `id_group` = 1 LIMIT 1
564 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
564 ms 1 /classes/Product.php:5629
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` = 254) LIMIT 1
564 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 234 AND `id_shop` = 1
564 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 227 AND `id_shop` = 1
564 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2658 AND `id_group` = 1 LIMIT 1
563 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` = 91 LIMIT 1
563 ms 1 /classes/Category.php:1377
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
563 ms 8 /modules/psgdpr/classes/GDPRConsent.php:111
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` = 135) LIMIT 1
563 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2267 AND `id_group` = 1 LIMIT 1
563 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 262 AND `id_shop` = 1
563 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 65 LIMIT 1
563 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
563 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2618 AND `id_group` = 1 LIMIT 1
563 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2672 AND `id_group` = 1 LIMIT 1
563 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
562 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
562 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 384 AND `id_shop` = 1
562 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2032
562 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2048
562 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
562 ms 1 /classes/Product.php:5629
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` = 335) LIMIT 1
562 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 100 AND `id_shop` = 1
561 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 86 AND `id_shop` = 1
561 ms 1 /src/Adapter/EntityMapper.php:84
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` = 378) LIMIT 1
561 ms 1 /src/Adapter/EntityMapper.php:76
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
561 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2694
561 ms 1 /classes/Product.php:2885
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
561 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
561 ms 1 /classes/Product.php:5629
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
561 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 = 72 LIMIT 1
561 ms 1 /classes/Product.php:5629
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
561 ms 1 /classes/stock/StockAvailable.php:453
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
561 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 430 AND `id_shop` = 1
560 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2190 AND id_shop=1 LIMIT 1
560 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
560 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 248 AND `id_shop` = 1
560 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 172 AND `id_shop` = 1
560 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 63 LIMIT 1
559 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 374 AND `id_shop` = 1
559 ms 1 /src/Adapter/EntityMapper.php:84
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` = 405) LIMIT 1
559 ms 1 /src/Adapter/EntityMapper.php:76
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` = 209) LIMIT 1
559 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 = 478 LIMIT 1
559 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` = 67 LIMIT 1
559 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2191 AND `id_group` = 1 LIMIT 1
559 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2040 AND id_shop=1 LIMIT 1
559 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE id_shop
FROM `tm_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
559 ms 1 /classes/ObjectModel.php:1647
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
558 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 73 AND `id_shop` = 1
558 ms 1 /src/Adapter/EntityMapper.php:84
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
558 ms 1 /classes/stock/StockAvailable.php:453
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` = 397) LIMIT 1
558 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 142 AND `id_shop` = 1
558 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2940
558 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2148
557 ms 1 /classes/Product.php:2885
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` = 387) LIMIT 1
557 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 258 AND `id_shop` = 1
557 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 74 AND `id_shop` = 1
557 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name, alias FROM `tm_hook_alias`
557 ms 88 /classes/Hook.php:353
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 272 AND `id_shop` = 1
557 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2147
557 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 178 AND `id_shop` = 1
557 ms 1 /src/Adapter/EntityMapper.php:84
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
557 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2668
557 ms 1 /classes/Product.php:2885
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` = 241) LIMIT 1
556 ms 1 /src/Adapter/EntityMapper.php:76
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
556 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1853 AND id_shop=1 LIMIT 1
556 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 179 AND `id_shop` = 1
556 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1846
556 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
556 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 254 AND `id_shop` = 1
556 ms 1 /src/Adapter/EntityMapper.php:84
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` = 443) LIMIT 1
556 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
556 ms 1 /classes/stock/StockAvailable.php:453
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` = 305) LIMIT 1
555 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 = 87 LIMIT 1
555 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 426 AND `id_shop` = 1
555 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE ctg.`id_group`
FROM tm_category_group ctg
WHERE ctg.`id_category` = 60 AND ctg.`id_group` = 1 LIMIT 1
555 ms 1 /classes/Category.php:1736
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 157 AND `id_shop` = 1
555 ms 1 /src/Adapter/EntityMapper.php:84
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` = 352) LIMIT 1
554 ms 1 /src/Adapter/EntityMapper.php:76
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` = 248) LIMIT 1
554 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 449 AND `id_shop` = 1
554 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1851 AND `id_group` = 1 LIMIT 1
554 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 382 AND `id_shop` = 1
554 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2746
554 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 379 AND `id_shop` = 1
554 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2555 AND `id_group` = 1 LIMIT 1
554 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 483 AND `id_shop` = 1
554 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2214 AND `id_group` = 1 LIMIT 1
554 ms 0 /classes/GroupReduction.php:156
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` = 129) LIMIT 1
553 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 257 AND `id_shop` = 1
553 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 456 AND `id_shop` = 1
553 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2734 AND `id_group` = 1 LIMIT 1
553 ms 0 /classes/GroupReduction.php:156
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` = 85) LIMIT 1
553 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 80 AND `id_shop` = 1
553 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1955 AND `id_group` = 1 LIMIT 1
553 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 404 AND `id_shop` = 1
553 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 101 LIMIT 1
553 ms 1 /classes/Product.php:5629
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` = 78) LIMIT 1
553 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2126 AND `id_group` = 1 LIMIT 1
553 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 326 AND `id_shop` = 1
552 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
552 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 244 AND `id_shop` = 1
552 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1909 AND `id_group` = 1 LIMIT 1
552 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
552 ms 1 /classes/Product.php:5629
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` = 73) LIMIT 1
551 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2003
551 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 67 AND `id_shop` = 1
551 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_hook` a
WHERE (a.`id_hook` = 41) LIMIT 1
551 ms 1 /src/Adapter/EntityMapper.php:76
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` = 311) LIMIT 1
551 ms 1 /src/Adapter/EntityMapper.php:76
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` = 294) LIMIT 1
550 ms 1 /src/Adapter/EntityMapper.php:76
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
550 ms 1 /classes/stock/StockAvailable.php:453
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
550 ms 1 /classes/stock/StockAvailable.php:453
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` = 76) LIMIT 1
550 ms 1 /src/Adapter/EntityMapper.php:76
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` = 380) LIMIT 1
550 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 122 AND `id_shop` = 1
550 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 72 LIMIT 1
550 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 303 AND `id_shop` = 1
550 ms 1 /src/Adapter/EntityMapper.php:84
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` = 190) LIMIT 1
550 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 345 AND `id_shop` = 1
550 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 310 AND `id_shop` = 1
550 ms 1 /src/Adapter/EntityMapper.php:84
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` = 275) LIMIT 1
549 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2241 AND `id_group` = 1 LIMIT 1
549 ms 0 /classes/GroupReduction.php:156
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` = 109) LIMIT 1
549 ms 1 /src/Adapter/EntityMapper.php:76
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` = 478) LIMIT 1
549 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 83 AND `id_shop` = 1
549 ms 1 /src/Adapter/EntityMapper.php:84
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` = 94) LIMIT 1
549 ms 1 /src/Adapter/EntityMapper.php:76
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
549 ms 1 /classes/stock/StockAvailable.php:453
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` = 332) LIMIT 1
549 ms 1 /src/Adapter/EntityMapper.php:76
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` = 218) LIMIT 1
548 ms 1 /src/Adapter/EntityMapper.php:76
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
548 ms 1 /classes/stock/StockAvailable.php:453
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` = 483) LIMIT 1
548 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 = 66 LIMIT 1
548 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2134 AND `id_group` = 1 LIMIT 1
548 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 407 AND `id_shop` = 1
548 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 263 AND `id_shop` = 1
548 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "ps_languageselector" LIMIT 1
548 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 406 AND `id_shop` = 1
548 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 67 LIMIT 1
548 ms 1 /classes/Product.php:5629
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
548 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
547 ms 1 /classes/Product.php:5629
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` = 419) LIMIT 1
547 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1978 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 = 97 LIMIT 1
547 ms 1 /classes/Product.php:5629
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` = 458) LIMIT 1
547 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 333 AND `id_shop` = 1
547 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 84 LIMIT 1
547 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
547 ms 1 /classes/Category.php:1736
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 401 AND `id_shop` = 1
547 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2208
547 ms 1 /classes/Product.php:2885
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
547 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
546 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 348 AND `id_shop` = 1
546 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2422 AND `id_group` = 1 LIMIT 1
546 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 265 AND `id_shop` = 1
546 ms 1 /src/Adapter/EntityMapper.php:84
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` = 427) LIMIT 1
545 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1889
545 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2115
545 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2660 AND `id_group` = 1 LIMIT 1
545 ms 0 /classes/GroupReduction.php:156
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
545 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 397 AND `id_shop` = 1
545 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2228
545 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 = 98 LIMIT 1
545 ms 1 /classes/Product.php:5629
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` = 416) LIMIT 1
545 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2406 AND `id_group` = 1 LIMIT 1
545 ms 0 /classes/GroupReduction.php:156
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` = 310) LIMIT 1
544 ms 1 /src/Adapter/EntityMapper.php:76
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` = 230) LIMIT 1
544 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 = 65 LIMIT 1
544 ms 1 /classes/Product.php:5629
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
544 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2204
544 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2058
544 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1996
544 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 114 AND `id_shop` = 1
544 ms 1 /src/Adapter/EntityMapper.php:84
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` = 89) LIMIT 1
544 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2199 AND id_shop=1 LIMIT 1
544 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2826
544 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2223 AND `id_group` = 1 LIMIT 1
544 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
544 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 128 AND `id_shop` = 1
543 ms 1 /src/Adapter/EntityMapper.php:84
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` = 301) LIMIT 1
543 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1850
543 ms 1 /classes/Product.php:2885
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` = 228) LIMIT 1
543 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 396 AND `id_shop` = 1
543 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2924
543 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1998 AND id_shop=1 LIMIT 1
543 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "ps_facebook" LIMIT 1
543 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2697
543 ms 1 /classes/Product.php:2885
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` = 288) LIMIT 1
543 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 = 77 LIMIT 1
543 ms 1 /classes/Product.php:5629
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` = 91) LIMIT 1
543 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 = 94 LIMIT 1
542 ms 1 /classes/Product.php:5629
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` = 171) LIMIT 1
542 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 = 100 LIMIT 1
542 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2823 AND id_shop=1 LIMIT 1
542 ms 1 /classes/Product.php:6766
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` = 302) LIMIT 1
542 ms 1 /src/Adapter/EntityMapper.php:76
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` = 417) LIMIT 1
542 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 226 AND `id_shop` = 1
542 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 409 AND `id_shop` = 1
542 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2424 AND id_shop=1 LIMIT 1
542 ms 1 /classes/Product.php:6766
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` = 401) LIMIT 1
542 ms 1 /src/Adapter/EntityMapper.php:76
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
541 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
541 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 242 AND `id_shop` = 1
541 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2005 AND `id_group` = 1 LIMIT 1
541 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 78 AND `id_shop` = 1
541 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 98 LIMIT 1
540 ms 1 /classes/Product.php:5629
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` = 68) LIMIT 1
540 ms 1 /src/Adapter/EntityMapper.php:76
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` = 393) LIMIT 1
540 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 = 87 LIMIT 1
540 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 270 AND `id_shop` = 1
540 ms 1 /src/Adapter/EntityMapper.php:84
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` = 79) LIMIT 1
540 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1897
540 ms 1 /classes/Product.php:2885
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` = 232) LIMIT 1
540 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2672) 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 *
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` = 269) LIMIT 1
540 ms 1 /src/Adapter/EntityMapper.php:76
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
540 ms 1 /classes/Category.php:1377
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` = 270) LIMIT 1
539 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 = 63 LIMIT 1
539 ms 1 /classes/Product.php:5629
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
539 ms 1 /classes/stock/StockAvailable.php:453
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` = 63) LIMIT 1
539 ms 1 /src/Adapter/EntityMapper.php:76
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
539 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 378 AND `id_shop` = 1
539 ms 1 /src/Adapter/EntityMapper.php:84
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` = 400) LIMIT 1
539 ms 1 /src/Adapter/EntityMapper.php:76
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` = 341) LIMIT 1
539 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 390 AND `id_shop` = 1
539 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
539 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 = 73 LIMIT 1
539 ms 1 /classes/Product.php:5629
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` = 245) LIMIT 1
538 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
538 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
538 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 = 97 LIMIT 1
538 ms 1 /classes/Product.php:5629
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` = 377) LIMIT 1
538 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 419 AND `id_shop` = 1
538 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 88 LIMIT 1
537 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 249 AND `id_shop` = 1
537 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2048 AND `id_group` = 1 LIMIT 1
537 ms 0 /classes/GroupReduction.php:156
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` = 340) LIMIT 1
537 ms 1 /src/Adapter/EntityMapper.php:76
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` = 426) LIMIT 1
537 ms 1 /src/Adapter/EntityMapper.php:76
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
537 ms 1 /classes/stock/StockAvailable.php:453
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` = 482) LIMIT 1
537 ms 1 /src/Adapter/EntityMapper.php:76
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` = 172) LIMIT 1
536 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 243 AND `id_shop` = 1
536 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2266 AND `id_group` = 1 LIMIT 1
536 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 420 AND `id_shop` = 1
536 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 127 AND `id_shop` = 1
536 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1989
536 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2721
536 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2662 AND `id_group` = 1 LIMIT 1
536 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 148 AND `id_shop` = 1
536 ms 1 /src/Adapter/EntityMapper.php:84
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` = 205) LIMIT 1
536 ms 1 /src/Adapter/EntityMapper.php:76
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` = 251) LIMIT 1
535 ms 1 /src/Adapter/EntityMapper.php:76
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` = 321) LIMIT 1
535 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2659 AND id_shop=1 LIMIT 1
535 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2025
535 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
535 ms 1 /classes/Product.php:5629
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
535 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 92 AND `id_shop` = 1
535 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 75 AND `id_shop` = 1
535 ms 1 /src/Adapter/EntityMapper.php:84
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` = 158) LIMIT 1
535 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 76 AND `id_shop` = 1
534 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 85 AND `id_shop` = 1
534 ms 1 /src/Adapter/EntityMapper.php:84
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` = 77) LIMIT 1
534 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2134 AND id_shop=1 LIMIT 1
534 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 180 AND `id_shop` = 1
534 ms 1 /src/Adapter/EntityMapper.php:84
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` = 353) LIMIT 1
534 ms 1 /src/Adapter/EntityMapper.php:76
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
534 ms 1 /classes/stock/StockAvailable.php:453
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` = 249) LIMIT 1
534 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2916 AND `id_group` = 1 LIMIT 1
534 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2105 AND id_shop=1 LIMIT 1
534 ms 1 /classes/Product.php:6766
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` = 179) LIMIT 1
534 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1836 AND id_shop=1 LIMIT 1
534 ms 1 /classes/Product.php:6766
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` = 328) LIMIT 1
533 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1992 AND `id_group` = 1 LIMIT 1
533 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
533 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 485 AND `id_shop` = 1
533 ms 1 /src/Adapter/EntityMapper.php:84
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
533 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 = 72 LIMIT 1
533 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
533 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` = 291 LIMIT 1
533 ms 1 /classes/Category.php:1377
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` = 449) LIMIT 1
533 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 316 AND `id_shop` = 1
532 ms 1 /src/Adapter/EntityMapper.php:84
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` = 81) LIMIT 1
532 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2668 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 = 2115) 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 `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2421 AND `id_group` = 1 LIMIT 1
532 ms 0 /classes/GroupReduction.php:156
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` = 339) LIMIT 1
532 ms 1 /src/Adapter/EntityMapper.php:76
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
532 ms 1 /classes/stock/StockAvailable.php:453
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` = 464) LIMIT 1
532 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 228 AND `id_shop` = 1
531 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2667 AND id_shop=1 LIMIT 1
531 ms 1 /classes/Product.php:6766
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` = 151) LIMIT 1
531 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 444 AND `id_shop` = 1
531 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 215 AND `id_shop` = 1
531 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1843
531 ms 1 /classes/Product.php:2885
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` = 315) LIMIT 1
531 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 163 AND `id_shop` = 1
531 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 214 AND `id_shop` = 1
531 ms 1 /src/Adapter/EntityMapper.php:84
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` = 114) LIMIT 1
531 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 = 101 LIMIT 1
530 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
530 ms 1 /classes/Product.php:5629
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
530 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 405 AND `id_shop` = 1
530 ms 1 /src/Adapter/EntityMapper.php:84
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` = 238) LIMIT 1
530 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2066
530 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 377 AND `id_shop` = 1
530 ms 1 /src/Adapter/EntityMapper.php:84
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` = 138) LIMIT 1
530 ms 1 /src/Adapter/EntityMapper.php:76
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` = 178) LIMIT 1
530 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 72 AND `id_shop` = 1
530 ms 1 /src/Adapter/EntityMapper.php:84
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` = 202) LIMIT 1
529 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2231 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` = 2206
529 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
529 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 = 80 LIMIT 1
529 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 235 AND `id_shop` = 1
529 ms 1 /src/Adapter/EntityMapper.php:84
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` = 389) LIMIT 1
529 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 385 AND `id_shop` = 1
529 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 205 AND `id_shop` = 1
529 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2784
529 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2725
529 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
529 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 69 AND `id_shop` = 1
529 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2912
528 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 170 AND `id_shop` = 1
528 ms 1 /src/Adapter/EntityMapper.php:84
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` = 342) LIMIT 1
528 ms 1 /src/Adapter/EntityMapper.php:76
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` = 237) LIMIT 1
528 ms 1 /src/Adapter/EntityMapper.php:76
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` = 252) LIMIT 1
528 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 342 AND `id_shop` = 1
528 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2923 AND id_shop=1 LIMIT 1
528 ms 1 /classes/Product.php:6766
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` = 260) LIMIT 1
528 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1822
528 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2582 AND `id_group` = 1 LIMIT 1
528 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 111 AND `id_shop` = 1
528 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 166 AND `id_shop` = 1
527 ms 1 /src/Adapter/EntityMapper.php:84
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` = 481) LIMIT 1
527 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2721 AND `id_group` = 1 LIMIT 1
527 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2202 AND id_shop=1 LIMIT 1
527 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2770 AND `id_group` = 1 LIMIT 1
527 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 450 AND `id_shop` = 1
527 ms 1 /src/Adapter/EntityMapper.php:84
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
527 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 318 AND `id_shop` = 1
527 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 91 AND `id_shop` = 1
527 ms 1 /src/Adapter/EntityMapper.php:84
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
527 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 408 AND `id_shop` = 1
527 ms 1 /src/Adapter/EntityMapper.php:84
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` = 410) LIMIT 1
527 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2663) 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 `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2222 AND id_shop=1 LIMIT 1
526 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1997 AND `id_group` = 1 LIMIT 1
526 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
526 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 89 AND `id_shop` = 1
526 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2033 AND `id_group` = 1 LIMIT 1
526 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 432 AND `id_shop` = 1
525 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2214
525 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
525 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 334 AND `id_shop` = 1
525 ms 1 /src/Adapter/EntityMapper.php:84
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
525 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 375 AND `id_shop` = 1
525 ms 1 /src/Adapter/EntityMapper.php:84
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
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` = 88 LIMIT 1
525 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2583 AND `id_group` = 1 LIMIT 1
524 ms 0 /classes/GroupReduction.php:156
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` = 256) LIMIT 1
524 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 311 AND `id_shop` = 1
524 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2002
524 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 256 AND `id_shop` = 1
524 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2925 AND `id_group` = 1 LIMIT 1
524 ms 0 /classes/GroupReduction.php:156
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` = 447) LIMIT 1
524 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2127 AND `id_group` = 1 LIMIT 1
524 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 94 AND `id_shop` = 1
524 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 81 AND `id_shop` = 1
524 ms 1 /src/Adapter/EntityMapper.php:84
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` = 240) LIMIT 1
523 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
523 ms 1 /classes/stock/StockAvailable.php:453
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` = 143) LIMIT 1
523 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1837
523 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 239 AND `id_shop` = 1
523 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 135 AND `id_shop` = 1
523 ms 1 /src/Adapter/EntityMapper.php:84
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` = 415) LIMIT 1
523 ms 1 /src/Adapter/EntityMapper.php:76
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
523 ms 1 /classes/stock/StockAvailable.php:453
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` = 160) LIMIT 1
523 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 177 AND `id_shop` = 1
523 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1904
523 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 = 98 LIMIT 1
522 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 383 AND `id_shop` = 1
522 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 206 AND `id_shop` = 1
522 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2127
522 ms 1 /classes/Product.php:2885
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` = 287) LIMIT 1
522 ms 1 /src/Adapter/EntityMapper.php:76
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` = 155) LIMIT 1
522 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 416 AND `id_shop` = 1
522 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2248 AND `id_group` = 1 LIMIT 1
522 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 482 AND `id_shop` = 1
522 ms 1 /src/Adapter/EntityMapper.php:84
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 name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 65 LIMIT 1
522 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 112 AND `id_shop` = 1
522 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1953
522 ms 1 /classes/Product.php:2885
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` = 124) LIMIT 1
521 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2208 AND id_shop=1 LIMIT 1
521 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2746) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
521 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` = 207 LIMIT 1
521 ms 1 /classes/Category.php:1377
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` = 314) LIMIT 1
521 ms 1 /src/Adapter/EntityMapper.php:76
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
521 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 400 AND `id_shop` = 1
521 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1837 AND `id_group` = 1 LIMIT 1
521 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 484 AND `id_shop` = 1
521 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 429 AND `id_shop` = 1
521 ms 1 /src/Adapter/EntityMapper.php:84
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
521 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2120
520 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 431 AND `id_shop` = 1
520 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2751 AND id_shop=1 LIMIT 1
520 ms 1 /classes/Product.php:6766
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` = 180) LIMIT 1
520 ms 1 /src/Adapter/EntityMapper.php:76
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` = 319) LIMIT 1
520 ms 1 /src/Adapter/EntityMapper.php:76
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
520 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2674 AND id_shop=1 LIMIT 1
520 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 391 AND `id_shop` = 1
520 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1851
520 ms 1 /classes/Product.php:2885
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` = 411) LIMIT 1
520 ms 1 /src/Adapter/EntityMapper.php:76
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` = 485) LIMIT 1
520 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 260 AND `id_shop` = 1
520 ms 1 /src/Adapter/EntityMapper.php:84
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` = 259) LIMIT 1
519 ms 1 /src/Adapter/EntityMapper.php:76
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` = 318) LIMIT 1
519 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 146 AND `id_shop` = 1
519 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 341 AND `id_shop` = 1
519 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 376 AND `id_shop` = 1
519 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 251 AND `id_shop` = 1
519 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 149 AND `id_shop` = 1
519 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 94 LIMIT 1
519 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
519 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 331 AND `id_shop` = 1
519 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
518 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1838 AND id_shop=1 LIMIT 1
518 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE *
FROM `tm_hook` a
WHERE (a.`id_hook` = 704) LIMIT 1
518 ms 1 /src/Adapter/EntityMapper.php:76
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` = 412) LIMIT 1
518 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 415 AND `id_shop` = 1
518 ms 1 /src/Adapter/EntityMapper.php:84
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` = 480) LIMIT 1
518 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1880
518 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 467 AND `id_shop` = 1
518 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1936 AND id_shop=1 LIMIT 1
518 ms 1 /classes/Product.php:6766
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
518 ms 1 /classes/stock/StockAvailable.php:453
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` = 437) LIMIT 1
518 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 = 63 LIMIT 1
517 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
517 ms 1 /classes/Product.php:5629
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` = 304) LIMIT 1
517 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2661 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 = 478 LIMIT 1
517 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 338 AND `id_shop` = 1
517 ms 1 /src/Adapter/EntityMapper.php:84
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` = 348) LIMIT 1
517 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2913 AND id_shop=1 LIMIT 1
517 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1977 AND `id_group` = 1 LIMIT 1
517 ms 0 /classes/GroupReduction.php:156
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` = 177) LIMIT 1
517 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 95 AND `id_shop` = 1
517 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 87 LIMIT 1
517 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
517 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 131 AND `id_shop` = 1
517 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2654 AND id_shop=1 LIMIT 1
517 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 124 AND `id_shop` = 1
516 ms 1 /src/Adapter/EntityMapper.php:84
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` = 173) LIMIT 1
516 ms 1 /src/Adapter/EntityMapper.php:76
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` = 215) LIMIT 1
516 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 441 AND `id_shop` = 1
516 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 219 AND `id_shop` = 1
516 ms 1 /src/Adapter/EntityMapper.php:84
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` = 394) LIMIT 1
516 ms 1 /src/Adapter/EntityMapper.php:76
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` = 391) LIMIT 1
516 ms 1 /src/Adapter/EntityMapper.php:76
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` = 69) LIMIT 1
516 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 236 AND `id_shop` = 1
516 ms 1 /src/Adapter/EntityMapper.php:84
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` = 320) LIMIT 1
516 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2785
515 ms 1 /classes/Product.php:2885
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` = 473) LIMIT 1
515 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1829 AND `id_group` = 1 LIMIT 1
515 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 = 207 LIMIT 1
515 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 240 AND `id_shop` = 1
515 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 190 AND `id_shop` = 1
515 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2265 AND id_shop=1 LIMIT 1
515 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 231 AND `id_shop` = 1
515 ms 1 /src/Adapter/EntityMapper.php:84
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` = 233) LIMIT 1
515 ms 1 /src/Adapter/EntityMapper.php:76
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` = 333) LIMIT 1
514 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2663 AND `id_group` = 1 LIMIT 1
514 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 80 AND `id_shop` = 1 LIMIT 1
514 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 97 LIMIT 1
514 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 = 91 LIMIT 1
513 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2559
513 ms 1 /classes/Product.php:2885
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
513 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 475 AND `id_shop` = 1
513 ms 1 /src/Adapter/EntityMapper.php:84
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` = 127) LIMIT 1
513 ms 1 /src/Adapter/EntityMapper.php:76
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
513 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2916
513 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2058 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` = 2697 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` = 1907 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` = 2667 AND `id_group` = 1 LIMIT 1
512 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2263
512 ms 1 /classes/Product.php:2885
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` = 420) LIMIT 1
512 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 = 75 LIMIT 1
512 ms 1 /classes/Product.php:5629
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` = 119) LIMIT 1
512 ms 1 /src/Adapter/EntityMapper.php:76
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` = 373) LIMIT 1
511 ms 1 /src/Adapter/EntityMapper.php:76
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
511 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 27 AND `id_shop` = 1 LIMIT 1
511 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 71 LIMIT 1
511 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
511 ms 1 /classes/order/Order.php:1203
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` = 121) LIMIT 1
511 ms 1 /src/Adapter/EntityMapper.php:76
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` = 227) LIMIT 1
511 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1948 AND `id_group` = 1 LIMIT 1
511 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2823 AND `id_group` = 1 LIMIT 1
510 ms 0 /classes/GroupReduction.php:156
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` = 467) LIMIT 1
510 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
510 ms 1 /classes/order/Order.php:1203
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` = 61) LIMIT 1
510 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 478 AND `id_shop` = 1
510 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2147 AND `id_group` = 1 LIMIT 1
510 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 267 AND `id_shop` = 1
510 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 120 AND `id_shop` = 1
510 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 98 LIMIT 1
510 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 101 AND `id_shop` = 1
510 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 64 LIMIT 1
510 ms 1 /classes/Product.php:5629
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 `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2583
509 ms 1 /classes/Product.php:2885
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` = 235) LIMIT 1
509 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1838
509 ms 1 /classes/Product.php:2885
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` = 217) LIMIT 1
509 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 = 95 LIMIT 1
509 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2151
509 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
509 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 194 AND `id_shop` = 1
508 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 458 AND `id_shop` = 1
508 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1850 AND id_shop=1 LIMIT 1
508 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
508 ms 1 /classes/Product.php:6766
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` = 210) LIMIT 1
508 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 = 74 LIMIT 1
508 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 245 AND `id_shop` = 1
508 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2771 AND id_shop=1 LIMIT 1
508 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
508 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 = 63 LIMIT 1
508 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 324 AND `id_shop` = 1
508 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2614 AND `id_group` = 1 LIMIT 1
508 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
507 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2796 AND `id_group` = 1 LIMIT 1
507 ms 0 /classes/GroupReduction.php:156
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` = 375) LIMIT 1
507 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2673 AND `id_group` = 1 LIMIT 1
507 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2829 AND id_shop=1 LIMIT 1
507 ms 1 /classes/Product.php:6766
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` = 472) LIMIT 1
507 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
507 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2591
507 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
506 ms 1 /classes/Product.php:5629
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` = 439) LIMIT 1
506 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 = 149 LIMIT 1
506 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
506 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 346 AND `id_shop` = 1
506 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 80 LIMIT 1
506 ms 1 /classes/Product.php:5629
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` = 283) LIMIT 1
506 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 = 90 LIMIT 1
505 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2710 AND `id_group` = 1 LIMIT 1
505 ms 0 /classes/GroupReduction.php:156
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` = 250) LIMIT 1
505 ms 1 /src/Adapter/EntityMapper.php:76
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` = 435) LIMIT 1
505 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 = 478 LIMIT 1
505 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 71 AND `id_shop` = 1
505 ms 1 /src/Adapter/EntityMapper.php:84
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` = 399) LIMIT 1
505 ms 1 /src/Adapter/EntityMapper.php:76
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
504 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
504 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2522
504 ms 1 /classes/Product.php:2885
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` = 257) LIMIT 1
503 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 = 72 LIMIT 1
503 ms 1 /classes/Product.php:5629
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` = 398) LIMIT 1
503 ms 1 /src/Adapter/EntityMapper.php:76
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` = 239) LIMIT 1
503 ms 1 /src/Adapter/EntityMapper.php:76
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` = 261) LIMIT 1
503 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 261 AND `id_shop` = 1
503 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1867 AND `id_group` = 1 LIMIT 1
503 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 320 AND `id_shop` = 1
502 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 149 LIMIT 1
502 ms 1 /classes/Product.php:5629
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` = 465) LIMIT 1
502 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 = 65 LIMIT 1
502 ms 1 /classes/Product.php:5629
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` = 312) LIMIT 1
502 ms 1 /src/Adapter/EntityMapper.php:76
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
502 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2615 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` = 2671 AND `id_group` = 1 LIMIT 1
502 ms 0 /classes/GroupReduction.php:156
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` = 475) LIMIT 1
502 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
501 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
501 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
501 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "iqitlinksmanager" LIMIT 1
501 ms 1 /classes/module/Module.php:2840
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` = 229) LIMIT 1
501 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 480 AND `id_shop` = 1
500 ms 1 /src/Adapter/EntityMapper.php:84
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` = 329) LIMIT 1
500 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2563 AND `id_group` = 1 LIMIT 1
500 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2786 AND `id_group` = 1 LIMIT 1
500 ms 0 /classes/GroupReduction.php:156
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` = 262) LIMIT 1
500 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 = 161 LIMIT 1
499 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 61 AND `id_shop` = 1
499 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 78 AND `id_shop` = 1 LIMIT 1
499 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2826 AND id_shop=1 LIMIT 1
499 ms 1 /classes/Product.php:6766
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` = 87) LIMIT 1
498 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2249 AND `id_group` = 1 LIMIT 1
498 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
498 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 121 AND `id_shop` = 1
498 ms 1 /src/Adapter/EntityMapper.php:84
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` = 381) LIMIT 1
497 ms 1 /src/Adapter/EntityMapper.php:76
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` = 385) LIMIT 1
497 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 250 AND `id_shop` = 1
497 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "iqitcontactpage" LIMIT 1
497 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 335 AND `id_shop` = 1
497 ms 1 /src/Adapter/EntityMapper.php:84
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` = 157) LIMIT 1
497 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 = 79 LIMIT 1
497 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
497 ms 1 /classes/Product.php:5629
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` = 446) LIMIT 1
497 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1844 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 = 63 LIMIT 1
496 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
496 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 96 AND `id_shop` = 1
496 ms 1 /src/Adapter/EntityMapper.php:84
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` = 86) LIMIT 1
496 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "ps_accounts" LIMIT 1
496 ms 1 /src/Adapter/Module/ModuleDataProvider.php:198
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2673
496 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 = 91 LIMIT 1
496 ms 1 /classes/Product.php:5629
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` = 425) LIMIT 1
496 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1933 AND id_shop=1 LIMIT 1
495 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 422 AND `id_shop` = 1
495 ms 1 /src/Adapter/EntityMapper.php:84
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` = 131) LIMIT 1
495 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2203 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` = 2118 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` = 2669 AND id_shop=1 LIMIT 1
495 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
494 ms 1 /classes/Product.php:6766
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` = 265) LIMIT 1
494 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 412 AND `id_shop` = 1
493 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2785 AND `id_group` = 1 LIMIT 1
493 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
493 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2035 AND id_shop=1 LIMIT 1
493 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2821
493 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 411 AND `id_shop` = 1
492 ms 1 /src/Adapter/EntityMapper.php:84
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
492 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1819 AND `id_group` = 1 LIMIT 1
492 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1860
492 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 317 AND `id_shop` = 1
492 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 418 AND `id_shop` = 1
491 ms 1 /src/Adapter/EntityMapper.php:84
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` = 445) LIMIT 1
491 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2618 AND id_shop=1 LIMIT 1
491 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
491 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1941 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 *
FROM `tm_category_lang`
WHERE `id_category` = 457 AND `id_shop` = 1
491 ms 1 /src/Adapter/EntityMapper.php:84
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` = 476) LIMIT 1
491 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 247 AND `id_shop` = 1
490 ms 1 /src/Adapter/EntityMapper.php:84
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` = 231) LIMIT 1
490 ms 1 /src/Adapter/EntityMapper.php:76
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
490 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
490 ms 1 /classes/Product.php:5629
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` = 422) LIMIT 1
490 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2698 AND `id_group` = 1 LIMIT 1
490 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 = 91 LIMIT 1
489 ms 1 /classes/Product.php:5629
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
489 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 = 70 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 = 84 LIMIT 1
488 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 321 AND `id_shop` = 1
487 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2423 AND `id_group` = 1 LIMIT 1
487 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2031 AND id_shop=1 LIMIT 1
487 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1992 AND id_shop=1 LIMIT 1
487 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
486 ms 1 /classes/Product.php:5629
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` = 272) LIMIT 1
485 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1859 AND `id_group` = 1 LIMIT 1
485 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2770 AND id_shop=1 LIMIT 1
485 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
485 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2267
485 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2727 AND id_shop=1 LIMIT 1
485 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2584 AND id_shop=1 LIMIT 1
485 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
485 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2796
485 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 448 AND `id_shop` = 1
485 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 284 AND `id_shop` = 1
484 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2798 AND `id_group` = 1 LIMIT 1
484 ms 0 /classes/GroupReduction.php:156
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` = 159) LIMIT 1
484 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2557
484 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1994 AND id_shop=1 LIMIT 1
484 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 463 AND `id_shop` = 1
484 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 69 AND `id_shop` = 1 LIMIT 1
483 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1883 AND id_shop=1 LIMIT 1
483 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
483 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2206 AND `id_group` = 1 LIMIT 1
483 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 = 84 LIMIT 1
483 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
483 ms 1 /classes/Product.php:5629
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
483 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
482 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
482 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2924 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 = 79 LIMIT 1
482 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2056 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 = 77 LIMIT 1
481 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 454 AND `id_shop` = 1
481 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2926 AND id_shop=1 LIMIT 1
481 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2999 AND id_shop=1 LIMIT 1
481 ms 1 /classes/Product.php:6766
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` = 434) LIMIT 1
481 ms 1 /src/Adapter/EntityMapper.php:76
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` = 433) LIMIT 1
481 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 = 74 LIMIT 1
481 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 97 AND `id_shop` = 1
480 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2722 AND `id_group` = 1 LIMIT 1
480 ms 0 /classes/GroupReduction.php:156
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` = 451) LIMIT 1
480 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
480 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2893 AND id_shop=1 LIMIT 1
480 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 305 AND `id_shop` = 1
480 ms 1 /src/Adapter/EntityMapper.php:84
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` = 156) LIMIT 1
479 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1989 AND `id_group` = 1 LIMIT 1
479 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 98 AND `id_shop` = 1
479 ms 1 /src/Adapter/EntityMapper.php:84
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` = 95) LIMIT 1
479 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 = 79 LIMIT 1
479 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1934 AND id_shop=1 LIMIT 1
479 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2746 AND id_shop=1 LIMIT 1
478 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2612 AND id_shop=1 LIMIT 1
478 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1846 AND `id_group` = 1 LIMIT 1
478 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 61 AND `id_shop` = 1 LIMIT 1
478 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1869 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 = 2268) 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 *
FROM `tm_category_lang`
WHERE `id_category` = 452 AND `id_shop` = 1
477 ms 1 /src/Adapter/EntityMapper.php:84
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
477 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2186 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` = 1880 AND id_shop=1 LIMIT 1
476 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2522 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` = 2668 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` = 2676 AND id_shop=1 LIMIT 1
475 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 155 AND `id_shop` = 1
475 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1841
475 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2072
475 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2611 AND id_shop=1 LIMIT 1
475 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1
474 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1844
474 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2725 AND `id_group` = 1 LIMIT 1
474 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2522 AND id_shop=1 LIMIT 1
474 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2263 AND `id_group` = 1 LIMIT 1
474 ms 0 /classes/GroupReduction.php:156
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` = 456) LIMIT 1
473 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2661
472 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
472 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2591 AND id_shop=1 LIMIT 1
472 ms 1 /classes/Product.php:6766
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` = 62) LIMIT 1
472 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 = 86 LIMIT 1
472 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE id_shop
FROM `tm_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
471 ms 1 /classes/ObjectModel.php:1647
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1995 AND id_shop=1 LIMIT 1
471 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 476 AND `id_shop` = 1
471 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 436 AND `id_shop` = 1
471 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 318 LIMIT 1
471 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 477 AND `id_shop` = 1
470 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2241 AND id_shop=1 LIMIT 1
470 ms 1 /classes/Product.php:6766
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` = 96) LIMIT 1
469 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 = 94 LIMIT 1
469 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2557 AND id_shop=1 LIMIT 1
469 ms 1 /classes/Product.php:6766
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` = 285) LIMIT 1
469 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 = 86 LIMIT 1
469 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2915 AND id_shop=1 LIMIT 1
468 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` = 63 LIMIT 1
468 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2058 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 = 77 LIMIT 1
467 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` = 432 LIMIT 1
467 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1841 AND `id_group` = 1 LIMIT 1
467 ms 0 /classes/GroupReduction.php:156
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` = 284) LIMIT 1
466 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1938 AND `id_group` = 1 LIMIT 1
466 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 = 62 LIMIT 1
465 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
465 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 90 AND `id_shop` = 1
465 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2126 AND id_shop=1 LIMIT 1
465 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1862 AND id_shop=1 LIMIT 1
465 ms 1 /classes/Product.php:6766
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
464 ms 1 /classes/stock/StockAvailable.php:453
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` = 460) LIMIT 1
464 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1955 AND id_shop=1 LIMIT 1
463 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2207 AND `id_group` = 1 LIMIT 1
463 ms 0 /classes/GroupReduction.php:156
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
463 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2816 AND id_shop=1 LIMIT 1
463 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2178 AND id_shop=1 LIMIT 1
462 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2992 AND id_shop=1 LIMIT 1
462 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 = 137 LIMIT 1
462 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2030 AND id_shop=1 LIMIT 1
462 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2625 AND id_shop=1 LIMIT 1
461 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1997
461 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2665 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 = 1938) 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 = 99 LIMIT 1
461 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2675 AND id_shop=1 LIMIT 1
460 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
459 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE *
FROM `tm_iqit_link_block` a
WHERE (a.`id_iqit_link_block` = 2) LIMIT 1
459 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 461 AND `id_shop` = 1
458 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2912 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` = 2851 AND id_shop=1 LIMIT 1
458 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 153 AND `id_shop` = 1
458 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2047 AND id_shop=1 LIMIT 1
457 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
457 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2949 AND id_shop=1 LIMIT 1
457 ms 1 /classes/Product.php:6766
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` = 461) LIMIT 1
457 ms 1 /src/Adapter/EntityMapper.php:76
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` = 154) LIMIT 1
457 ms 1 /src/Adapter/EntityMapper.php:76
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
456 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
456 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 435 AND `id_shop` = 1
456 ms 1 /src/Adapter/EntityMapper.php:84
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
456 ms 1 /classes/Category.php:1377
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` = 278) LIMIT 1
455 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1954 AND id_shop=1 LIMIT 1
455 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1954
454 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2657 AND id_shop=1 LIMIT 1
454 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
454 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2666 AND id_shop=1 LIMIT 1
454 ms 1 /classes/Product.php:6766
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` = 152) LIMIT 1
454 ms 1 /src/Adapter/EntityMapper.php:76
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` = 64 LIMIT 1
454 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1843 AND id_shop=1 LIMIT 1
454 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 68 AND `id_shop` = 1
453 ms 1 /src/Adapter/EntityMapper.php:84
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` = 459) LIMIT 1
453 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1845 AND `id_group` = 1 LIMIT 1
453 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 = 62 LIMIT 1
453 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
453 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 = 65 LIMIT 1
452 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2897 AND id_shop=1 LIMIT 1
452 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2672 AND id_shop=1 LIMIT 1
452 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 455 AND `id_shop` = 1
452 ms 1 /src/Adapter/EntityMapper.php:84
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
452 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 285 AND `id_shop` = 1
451 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 158 AND `id_shop` = 1
451 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1991 AND `id_group` = 1 LIMIT 1
451 ms 0 /classes/GroupReduction.php:156
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` = 424) LIMIT 1
450 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 = 291 LIMIT 1
450 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2151 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` = 2406 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` = 2949 AND `id_group` = 1 LIMIT 1
450 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` = 101 LIMIT 1
450 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2056 AND id_shop=1 LIMIT 1
450 ms 1 /classes/Product.php:6766
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` = 454) LIMIT 1
450 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2940 AND id_shop=1 LIMIT 1
449 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 434 AND `id_shop` = 1
449 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 65 LIMIT 1
449 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2268
448 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2133 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` = 2700 AND id_shop=1 LIMIT 1
448 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2949
448 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2204 AND `id_group` = 1 LIMIT 1
448 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 460 AND `id_shop` = 1
447 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 72 LIMIT 1
447 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
446 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1909 AND id_shop=1 LIMIT 1
446 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 = 100 LIMIT 1
446 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
445 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1979 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` = 1884 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` = 1991 AND id_shop=1 LIMIT 1
445 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
445 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 453 AND `id_shop` = 1
445 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2914 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` = 2094 AND id_shop=1 LIMIT 1
444 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
444 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 = 149 LIMIT 1
444 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 = 62 LIMIT 1
444 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
444 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2656 AND id_shop=1 LIMIT 1
444 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
444 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
443 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
443 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 154 AND `id_shop` = 1
443 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 86 LIMIT 1
443 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
442 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2267 AND id_shop=1 LIMIT 1
442 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 425 AND `id_shop` = 1
442 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1941 AND id_shop=1 LIMIT 1
441 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 465 AND `id_shop` = 1
441 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 83 LIMIT 1
441 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 = 432 LIMIT 1
440 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 = 412 LIMIT 1
440 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1897 AND id_shop=1 LIMIT 1
440 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2673) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
439 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 = 74 LIMIT 1
439 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1904 AND `id_group` = 1 LIMIT 1
439 ms 0 /classes/GroupReduction.php:156
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 `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2774 AND id_shop=1 LIMIT 1
439 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1842 AND `id_group` = 1 LIMIT 1
438 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2694 AND id_shop=1 LIMIT 1
438 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
438 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
438 ms 1 /classes/Product.php:5629
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
438 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1987 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` = 2586 AND id_shop=1 LIMIT 1
438 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 = 65 LIMIT 1
437 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2420 AND id_shop=1 LIMIT 1
437 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE *
FROM `tm_iqit_link_block_lang`
WHERE `id_iqit_link_block` = 3
437 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1938 AND id_shop=1 LIMIT 1
437 ms 1 /classes/Product.php:6766
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` = 98) LIMIT 1
436 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 = 77 LIMIT 1
436 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1993 AND id_shop=1 LIMIT 1
436 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2917 AND id_shop=1 LIMIT 1
436 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
435 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
435 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1841 AND id_shop=1 LIMIT 1
434 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 159 AND `id_shop` = 1
434 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
434 ms 1 /classes/Product.php:5629
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` = 462) LIMIT 1
434 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 = 79 LIMIT 1
433 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1953 AND id_shop=1 LIMIT 1
433 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2120 AND id_shop=1 LIMIT 1
433 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
433 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 99 AND `id_shop` = 1
433 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2775 AND id_shop=1 LIMIT 1
432 ms 1 /classes/Product.php:6766
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
432 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2223 AND id_shop=1 LIMIT 1
432 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2259 AND id_shop=1 LIMIT 1
431 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
431 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
431 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 464 AND `id_shop` = 1
431 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2590 AND id_shop=1 LIMIT 1
431 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2075 AND id_shop=1 LIMIT 1
431 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
431 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
431 ms 1 /classes/Product.php:6766
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
431 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 152 AND `id_shop` = 1
430 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2268 AND id_shop=1 LIMIT 1
430 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
430 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2921 AND id_shop=1 LIMIT 1
430 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
430 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 424 AND `id_shop` = 1
430 ms 1 /src/Adapter/EntityMapper.php:84
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
430 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 62 AND `id_shop` = 1
429 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2005 AND id_shop=1 LIMIT 1
429 ms 1 /classes/Product.php:6766
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` = 455) LIMIT 1
429 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 156 AND `id_shop` = 1
428 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1977 AND id_shop=1 LIMIT 1
428 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2614 AND id_shop=1 LIMIT 1
428 ms 1 /classes/Product.php:6766
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` = 153) LIMIT 1
428 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2658 AND id_shop=1 LIMIT 1
427 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
427 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2415
427 ms 1 /classes/Product.php:2885
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` = 457) LIMIT 1
427 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2214 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` = 2025 AND id_shop=1 LIMIT 1
427 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
426 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 = 97 LIMIT 1
425 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2115 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` = 2148 AND id_shop=1 LIMIT 1
425 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1941
425 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_iqit_link_block` a
WHERE (a.`id_iqit_link_block` = 1) LIMIT 1
425 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 160 AND `id_shop` = 1
425 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2662 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` = 2421 AND id_shop=1 LIMIT 1
424 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 77 AND `id_shop` = 1 LIMIT 1
423 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2673 AND id_shop=1 LIMIT 1
423 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 462 AND `id_shop` = 1
423 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2583 AND id_shop=1 LIMIT 1
423 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
423 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2060 AND id_shop=1 LIMIT 1
422 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2734 AND id_shop=1 LIMIT 1
422 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
421 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
421 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2032 AND id_shop=1 LIMIT 1
421 ms 1 /classes/Product.php:6766
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` = 463) LIMIT 1
421 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1978 AND id_shop=1 LIMIT 1
421 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE id_shop
FROM `tm_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
421 ms 1 /classes/ObjectModel.php:1647
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2710 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 = 92 LIMIT 1
420 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1988 AND id_shop=1 LIMIT 1
419 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2004 AND id_shop=1 LIMIT 1
419 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
419 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2786 AND id_shop=1 LIMIT 1
419 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE *
FROM `tm_iqit_link_block_lang`
WHERE `id_iqit_link_block` = 1
418 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `need_identification_number`
FROM `tm_country`
WHERE `id_country` = 8 LIMIT 1
418 ms 1 /classes/Country.php:401
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2721 AND id_shop=1 LIMIT 1
418 ms 1 /classes/Product.php:6766
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` = 452) LIMIT 1
417 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2093 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` = 1860 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` = 1948 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` = 1859 AND id_shop=1 LIMIT 1
415 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1822 AND id_shop=1 LIMIT 1
414 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 459 AND `id_shop` = 1
414 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2784 AND id_shop=1 LIMIT 1
413 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2671 AND id_shop=1 LIMIT 1
413 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2730 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 = 66 LIMIT 1
413 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2691 AND id_shop=1 LIMIT 1
412 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 = 66 LIMIT 1
412 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
412 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
412 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2422 AND id_shop=1 LIMIT 1
411 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2896 AND id_shop=1 LIMIT 1
411 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2725 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` = 2251 AND id_shop=1 LIMIT 1
410 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
410 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2664 AND id_shop=1 LIMIT 1
409 ms 1 /classes/Product.php:6766
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` = 99) LIMIT 1
409 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1903 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` = 2066 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` = 2922 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` = 2231 AND id_shop=1 LIMIT 1
406 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
406 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2798 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` = 2699 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` = 2559 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 = 63 LIMIT 1
405 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2916 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` = 2263 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` = 2592 AND id_shop=1 LIMIT 1
403 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2415 AND id_shop=1 LIMIT 1
402 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
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 = 73 LIMIT 1
401 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 = 64 LIMIT 1
401 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 = 76 LIMIT 1
400 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2127 AND id_shop=1 LIMIT 1
400 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
400 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2266 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` = 2186 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 = 90 LIMIT 1
399 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2796 AND id_shop=1 LIMIT 1
398 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
398 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
398 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2670 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` = 2660 AND id_shop=1 LIMIT 1
395 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1819 AND id_shop=1 LIMIT 1
393 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2582 AND id_shop=1 LIMIT 1
393 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2147 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` = 2663 AND id_shop=1 LIMIT 1
389 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1904 AND id_shop=1 LIMIT 1
389 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2563 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` = 2249 AND id_shop=1 LIMIT 1
386 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 = 66 LIMIT 1
385 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2072 AND id_shop=1 LIMIT 1
385 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
385 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 17 AND `id_shop` = 1 LIMIT 1
385 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1907 AND id_shop=1 LIMIT 1
384 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE *
FROM `tm_iqit_link_block` a
WHERE (a.`id_iqit_link_block` = 3) LIMIT 1
383 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 = 65 LIMIT 1
381 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2661 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` = 2722 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` = 2726 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` = 1979 AND id_shop=1 LIMIT 1
374 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 = 75 LIMIT 1
374 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1996 AND id_shop=1 LIMIT 1
373 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2206 AND id_shop=1 LIMIT 1
371 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2925 AND id_shop=1 LIMIT 1
370 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
369 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1844 AND id_shop=1 LIMIT 1
368 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
367 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1989 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` = 2207 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` = 2711 AND id_shop=1 LIMIT 1
363 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
362 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2002 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` = 1845 AND id_shop=1 LIMIT 1
357 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2785 AND id_shop=1 LIMIT 1
356 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2697 AND id_shop=1 LIMIT 1
355 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 = 418 LIMIT 1
342 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
337 ms 1 /classes/Product.php:5629

Doubles

469 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>
396 queries
SELECT *
FROM `tm_category` a
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>) LIMIT <span style="color:blue">XX</span>
396 queries
SELECT *
							FROM `tm_category_lang`
							WHERE `id_category` = <span style="color:blue">XX</span> AND `id_shop` = <span style="color:blue">XX</span>
240 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>
239 queries
SELECT `id_product_attribute`
            FROM `tm_product_attribute`
            WHERE `id_product` = <span style="color:blue">XX</span>
239 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>
239 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>
239 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>
239 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>
239 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
239 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`
239 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;
239 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>)
239 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>
239 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>
239 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>
45 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>
16 queries
				SELECT c.*, cl.*
				FROM `tm_category` c
				 INNER JOIN tm_category_shop category_shop
        ON (category_shop.id_category = c.id_category AND category_shop.id_shop = <span style="color:blue">XX</span>)
				LEFT JOIN `tm_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = <span style="color:blue">XX</span> 
				LEFT JOIN `tm_category_group` cg ON c.`id_category` = cg.`id_category`
				RIGHT JOIN `tm_category` c<span style="color:blue">XX</span> ON c<span style="color:blue">XX</span>.`id_category` = <span style="color:blue">XX</span> AND c.`nleft` >= c<span style="color:blue">XX</span>.`nleft` AND c.`nright` <= c<span style="color:blue">XX</span>.`nright`
				WHERE <span style="color:blue">XX</span>  AND `id_lang` = <span style="color:blue">XX</span>
				 AND c.`active` = <span style="color:blue">XX</span>
				 AND cg.`id_group` IN (<span style="color:blue">XX</span>)
				 GROUP BY c.`id_category`
				 ORDER BY c.`level_depth` ASC
				, category_shop.`position` ASC
				
12 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>
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>
8 queries
SELECT l.id_iqitmenulinks, l.new_window, s.name, ll.link, ll.label
				FROM tm_iqitmenulinks l
				LEFT JOIN tm_iqitmenulinks_lang ll ON (l.id_iqitmenulinks = ll.id_iqitmenulinks AND ll.id_lang = <span style="color:blue">XX</span> AND ll.id_shop=<span style="color:blue">XX</span>)
				LEFT JOIN tm_shop s ON l.id_shop = s.id_shop
				WHERE <span style="color:blue">XX</span>  AND l.id_iqitmenulinks = "<span style="color:blue">XX</span>"
				AND l.id_shop IN (<span style="color:blue">XX</span>, <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>
6 queries
		SELECT c.id_cms, cl.link_rewrite, cl.meta_title
		FROM tm_cms c
		LEFT JOIN tm_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = <span style="color:blue">XX</span> AND cl.id_shop = <span style="color:blue">XX</span>)
		 INNER JOIN tm_cms_shop cms_shop
        ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = <span style="color:blue">XX</span>)
		WHERE <span style="color:blue">XX</span>
		 AND c.id_cms IN (<span style="color:blue">XX</span>) AND c.`active` = <span style="color:blue">XX</span> GROUP BY c.id_cms
		ORDER BY c.`position`
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
3 queries
SELECT *
							FROM `tm_iqit_link_block_lang`
							WHERE `id_iqit_link_block` = <span style="color:blue">XX</span>
3 queries
SELECT *
FROM `tm_iqit_link_block` a
WHERE (a.`id_iqit_link_block` = <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
3 queries
SELECT *
							FROM `tm_cms_lang`
							WHERE `id_cms` = <span style="color:blue">XX</span> AND `id_shop` = <span style="color:blue">XX</span>
3 queries
SELECT *
FROM `tm_cms` a
LEFT JOIN `tm_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = <span style="color:blue">XX</span>
WHERE (a.`id_cms` = <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
2 queries
SELECT *
FROM `tm_hook` a
WHERE (a.`id_hook` = <span style="color:blue">XX</span>) LIMIT <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 cb.`id_iqit_link_block`
                    FROM tm_iqit_link_block cb
                    INNER JOIN tm_iqit_link_block_shop cs ON (cb.`id_iqit_link_block` = cs.`id_iqit_link_block`)
                    WHERE `id_hook` = <span style="color:blue">XX</span>
                    AND cs.`id_shop` = <span style="color:blue">XX</span>
                    ORDER BY cb.position ASC
                
2 queries
SELECT `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
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 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 * FROM `tm_hook_module_exceptions`
                WHERE `id_shop` IN (<span style="color:blue">XX</span>)
2 queries
SELECT name, alias FROM `tm_hook_alias`
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 *
							FROM `tm_tax_lang`
							WHERE `id_tax` = <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 `id_lang` FROM `tm_lang`
                    WHERE `locale` = 'fr-fr'
                    OR `language_code` = 'fr-fr' LIMIT <span style="color:blue">XX</span>

Tables stress

1190 product_shop
1189 product
710 category_lang
708 product_lang
480 product_attribute
480 stock_available
479 cart_product
478 product_attribute_shop
478 image_shop
478 image
444 category
425 category_shop
241 product_attribute_combination
240 feature
240 feature_shop
240 feature_lang
239 attribute_lang
239 pack
239 feature_product
239 attribute_group
239 image_lang
239 feature_value_lang
239 product_group_reduction_cache
239 orders
239 attribute
21 category_group
19 module_shop
19 module
14 hook
12 shop
9 cms
9 cms_lang
9 cms_shop
8 iqitmenulinks_lang
8 iqitmenulinks
7 manufacturer
6 hook_alias
6 currency
5 currency_shop
5 iqit_link_block
5 lang
5 country
4 lang_shop
4 tax_rules_group
4 tax_rule
4 shop_url
3 ets_ctf_contact_lang
3 iqit_link_block_lang
3 category_product
3 ets_ctf_contact_shop
3 ets_ctf_contact
3 country_lang
3 hook_module
3 group_shop
3 country_shop
2 tax_lang
2 shop_group
2 configuration
2 iqit_link_block_shop
2 pscheckout_funding_source
2 tax
2 currency_lang
2 module_group
2 psgdpr_consent
2 product_sale
2 hook_module_exceptions
2 group
2 image_type
1 iqitmegamenu_tabs_shop
1 iqitmegamenu_tabs
1 iqitmegamenu_tabs_lang
1 page_type
1 connections
1 cms_category_lang
1 psgdpr_consent_lang
1 layered_indexable_feature_lang_value
1 cms_category_shop
1 address_format
1 configuration_lang
1 meta
1 meta_lang
1 group_lang
1 zone
1 state
1 required_field
1 cms_category
1 revslider_sliders
1 layered_category
1 manufacturer_shop
1 manufacturer_lang
1 layered_indexable_feature
1 layered_filter_block
1 iqit_elementor_category
1 page

ObjectModel instances

Name Instances Source
Product 717 /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]
/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]
/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]
Category 495 /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]
/modules/iqitmegamenu/iqitmegamenu.php [3275]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3275]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/modules/iqitmegamenu/iqitmegamenu.php [3484]
/classes/Link.php [403]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php [62]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php [62]
Combination 239 /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]
/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]
CMS 5 /modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php [78]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php [78]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php [78]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php [78]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php [78]
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 4 /config/config.inc.php [158]
/classes/controller/FrontController.php [374]
/classes/AddressFormat.php [404]
/classes/controller/FrontController.php [1677]
Hook 3 /modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php [33]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php [33]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php [33]
IqitLinkBlock 3 /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php [178]
/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php [178]
/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php [178]
Tax 2 /classes/tax/TaxRulesTaxManager.php [116]
/classes/tax/TaxRulesTaxManager.php [116]
Language 2 /config/config.inc.php [223]
/classes/Tools.php [581]
CMSCategory 2 /modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php [93]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php [93]
Currency 2 /src/Adapter/Currency/CurrencyDataProvider.php [101]
/classes/Tools.php [704]
Shop 1 /config/config.inc.php [129]
Guest 1 /modules/statsdata/statsdata.php [77]
IqitElementorCategory 1 /modules/iqitelementor/iqitelementor.php [774]
AddressFormat 1 /classes/controller/FrontController.php [1671]
State 1 /classes/controller/FrontController.php [1676]
Risk 1 /classes/controller/FrontController.php [1609]
Gender 1 /classes/controller/FrontController.php [1606]
Group 1 /classes/Cart.php [248]
Cart 1 /classes/controller/FrontController.php [443]
Customer 1 /config/config.inc.php [272]
ShopGroup 1 /classes/shop/Shop.php [557]
Connection 1 /modules/statsdata/statsdata.php [111]

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