Hidratantes Corporales

Filtros activos

Load Time 1615 ms
Querying Time 866 ms
Queries 4274
Memory Peak Usage 92.8 Mb
Included Files 1153 files - 13.88 Mb
PrestaShop Cache - Mb
Global vars 1.22 Mb
PrestaShop Version 9.0.2
PHP Version 8.3.30
MySQL Version 11.4.10-MariaDB-deb12
Memory Limit 256M
Max Execution Time 60s
Smarty Cache enabled
Smarty Compilation never recompile
  Time Cumulated Time Memory Usage Memory Peak Usage
config 26.664 ms 26.664 ms 3.63 Mb 3.6 Mb
__construct 6.441 ms 33.105 ms 1.57 Mb 6.7 Mb
init 10.662 ms 43.767 ms 0.53 Mb 6.7 Mb
checkAccess 0.002 ms 43.769 ms - Mb 6.7 Mb
setMedia 3.085 ms 46.854 ms 0.11 Mb 6.7 Mb
postProcess 0.001 ms 46.855 ms - Mb 6.7 Mb
initHeader 0.001 ms 46.856 ms - Mb 6.7 Mb
initContent 838 ms 885 ms 31.58 Mb 37.5 Mb
initFooter 0.002 ms 885 ms - Mb 37.5 Mb
display 730.321 ms 1615 ms 54.79 Mb 92.8 Mb
Hook Time Memory Usage
ActionProductPriceCalculation 523.700 ms 26.19 Mb
DisplayProductPriceBlock 279.139 ms 27.23 Mb
DisplayBeforeBodyClosingTag 245.670 ms 18.44 Mb
displayProductListReviews 64.694 ms 0.36 Mb
displayProductListWishlist 48.808 ms 2.65 Mb
DisplayHeader 14.154 ms 0.59 Mb
displayLeftColumn 4.256 ms 0.23 Mb
displayNav3 1.925 ms 0.13 Mb
displayFooter 1.783 ms 0.17 Mb
DisplayAfterBodyOpeningTag 1.597 ms 0.06 Mb
displayFooterBefore 1.260 ms 0.10 Mb
ActionFrontControllerSetMedia 1.257 ms 0.02 Mb
DisplayFooter 1.140 ms 0.09 Mb
displayTopRight 0.992 ms 0.09 Mb
displayNavFullWidth 0.931 ms 0.10 Mb
displayFooterAfter 0.930 ms 0.12 Mb
Header 0.908 ms 0.03 Mb
displayLogoHeader 0.806 ms 0.05 Mb
ActionFrontControllerInitAfter 0.747 ms 0.05 Mb
DisplayLeftColumn 0.680 ms 0.04 Mb
ModuleRoutes 0.665 ms 0.04 Mb
displayNav1 0.587 ms 0.06 Mb
displayCopyrightContainer 0.556 ms 0.04 Mb
displayTopLeft 0.529 ms 0.04 Mb
ActionPresentCart 0.497 ms 0.03 Mb
DisplayWrapperBottom 0.476 ms 0.02 Mb
DisplayTop 0.470 ms 0.03 Mb
DisplayNav2 0.457 ms 0.03 Mb
ActionDispatcher 0.434 ms - Mb
DisplayBanner 0.371 ms 0.02 Mb
DisplayNav1 0.346 ms 0.03 Mb
displayNav2 0.330 ms 0.04 Mb
DisplayNavFullWidth 0.314 ms 0.02 Mb
ActionOutputHTMLBefore 0.283 ms 0.02 Mb
ProductSearchProvider 0.194 ms - Mb
DisplayFooterAfter 0.002 ms - Mb
36 hook(s) 1202 ms 77.16 Mb
Module Time Memory Usage
advancedemailguard 2.435 ms 0.09 Mb
onepagecheckoutps 4.803 ms 0.37 Mb
cookiesplus 6.552 ms 0.58 Mb
ps_socialfollow 1.595 ms 0.18 Mb
ps_emailalerts 0.173 ms 0.01 Mb
rcpgtagmanager 243.350 ms 17.96 Mb
ps_shoppingcart 1.174 ms 0.10 Mb
ps_searchbar 1.002 ms 0.06 Mb
productcomments 65.022 ms 0.39 Mb
anscrolltop 0.392 ms 0.03 Mb
anmegamenu 0.672 ms 0.06 Mb
an_productattributes 233.716 ms 23.38 Mb
an_wishlist 50.619 ms 2.77 Mb
an_hurry_up 0.205 ms 0.01 Mb
an_logo 1.015 ms 0.06 Mb
an_homeproducts 0.326 ms 0.01 Mb
an_advantages 0.197 ms 0.01 Mb
an_banners 0.193 ms 0.01 Mb
an_theme 1.720 ms 0.13 Mb
groupinc 572.964 ms 30.63 Mb
whatsappchat 7.595 ms 0.41 Mb
redsys 0.945 ms 0.15 Mb
glsshipping 0.538 ms 0.04 Mb
gmerchantcenterpro 27.063 ms 1.32 Mb
paypal 2.422 ms 0.28 Mb
ps_facetedsearch 0.861 ms 0.04 Mb
ps_currencyselector 0.689 ms 0.07 Mb
ps_languageselector 0.405 ms 0.04 Mb
ps_customersignin 0.721 ms 0.06 Mb
an_simple_contact 0.627 ms 0.05 Mb
pagesnotfound 0.132 ms 0.01 Mb
ps_categorytree 4.338 ms 0.24 Mb
ps_customtext 1.364 ms 0.10 Mb
ps_linklist 1.173 ms 0.10 Mb
ps_customeraccountlinks 0.935 ms 0.09 Mb
an_copyright 0.661 ms 0.05 Mb
statsdata 3.914 ms 0.14 Mb
37 module(s) 1243 ms 80.02 Mb

Stopwatch SQL - 4274 queries

# Query Time (ms) Rows Filesort Group By Location
222
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-02-16 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM rm_product p
LEFT JOIN rm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN rm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN rm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (20938,17556,21095,19623,16948,21681,21686,12694,12842,21863,17557,15716,12553,19355,16060,17384,20747,18141,16171,17570,22353,22316,21956,20082,16723,21864,17461,17004,16568,22325,22241,21749,21743,19298,22326,22168,21802,21718,19299,18126,16121,13264,12989,22334,21476,21343,19807,17437,16459,16448,14745,21861,21231,20943,20896,20815,19959,19608,19607,18628,18265,18261,17396,16822,16574,15003,21756,21744,21703,17244)
3.248 ms 70 /classes/ProductAssembler.php:101
220
SELECT SQL_NO_CACHE p.id_product, sa.out_of_stock FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM rm_product p LEFT JOIN rm_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN rm_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN rm_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 rm_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN rm_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN rm_category_product cp ON (p.id_product = cp.id_product) INNER JOIN rm_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN rm_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=50 AND c.nright<=51 GROUP BY p.id_product) p LEFT JOIN rm_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN rm_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN rm_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 ) GROUP BY p.id_product ORDER BY IFNULL(p.quantity, 0) <= 0, IFNULL(p.quantity, 0) <= 0 AND FIELD(sa.out_of_stock, 1) DESC, p.quantity DESC, p.id_product DESC
2.764 ms 86430402 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
2
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 `rm_configuration` c
LEFT JOIN `rm_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
2.288 ms 1460 /classes/Configuration.php:182
227
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `rm_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `rm_hook_alias` ha
INNER JOIN `rm_hook` h ON ha.name = h.name
1.591 ms 0 /classes/Hook.php:1568
14
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `rm_module` m
INNER JOIN rm_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1)
INNER JOIN `rm_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `rm_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `rm_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`
1.417 ms 355 Yes Yes /classes/Hook.php:1500
85
SHOW TABLES LIKE "rm_gmcp_1800"
1.315 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:88
228
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 `rm_hook_module` hm
STRAIGHT_JOIN `rm_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `rm_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
1.085 ms 460 /classes/Hook.php:495
2590
SELECT SQL_NO_CACHE c.*, cl.*
FROM `rm_category` c
INNER JOIN rm_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `rm_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `rm_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `rm_category` c2 ON c2.`id_category` = 1598 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
1.084 ms 18 Yes Yes /classes/Category.php:815
128
SELECT SQL_NO_CACHE *
FROM `rm_gmcp_feeds` ff
WHERE (ff.id_shop=1)
ORDER BY ff.feed_is_default ASC
0.955 ms 370 Yes /modules/gmerchantcenterpro/models/Feeds.php:61
92
SHOW TABLES LIKE "rm_gmcp_1900"
0.927 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:88
64
SELECT SQL_NO_CACHE *
FROM `rm_category` a0
LEFT JOIN `rm_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 50) AND (a0.`nright` > 51) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc
0.847 ms 18 Yes /classes/PrestaShopCollection.php:381
3560
INSERT INTO `rm_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', 'en', '0')
0.830 ms 1 /classes/ObjectModel.php:535
2586
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `rm_category` c
INNER JOIN rm_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `rm_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1599  AND cl.id_shop = 1 )
LEFT JOIN `rm_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 1599
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.733 ms 1 Yes Yes /classes/Category.php:946
45
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `rm_category` c
INNER JOIN rm_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `rm_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1  AND cl.id_shop = 1 )
LEFT JOIN `rm_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 1599
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.678 ms 1 Yes Yes /classes/Category.php:946
1569
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12989 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12989 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.655 ms 0 /classes/Cart.php:1449
2555
SELECT SQL_NO_CACHE * FROM `rm_whatsappchatblock` LEFT JOIN `rm_whatsappchatblock_lang` ON (`rm_whatsappchatblock`.`id_whatsappchatblock` = `rm_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "topWidth" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC;
0.640 ms 1 Yes /modules/whatsappchat/classes/WhatsappChatBlock.php:135
13
SELECT SQL_NO_CACHE lower(name) as name
FROM `rm_hook` h
WHERE (h.active = 1)
0.637 ms 1209 /classes/Hook.php:1608
123
SHOW COLUMNS FROM rm_gmcp_feeds LIKE "feed_is_default"
0.611 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:128
815
SELECT SQL_NO_CACHE *
FROM `rm_product_supplier` a0
WHERE (a0.`id_product` = 16171)
GROUP BY a0.`id_supplier`
0.607 ms 1 Yes Yes /classes/PrestaShopCollection.php:381
764
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 20747 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 20747 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.585 ms 0 /classes/Cart.php:1449
1778
SELECT SQL_NO_CACHE *
FROM `rm_product_supplier` a0
WHERE (a0.`id_product` = 16448)
GROUP BY a0.`id_supplier`
0.583 ms 1 Yes Yes /classes/PrestaShopCollection.php:381
2468
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 22325) AND (b.`id_shop` = 1) LIMIT 1
0.583 ms 1 /src/Adapter/EntityMapper.php:73
1878
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 21231 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 21231 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.574 ms 0 /classes/Cart.php:1449
733
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 17384 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 17384 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.572 ms 0 /classes/Cart.php:1449
795
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 18141 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 18141 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.572 ms 0 /classes/Cart.php:1449
1785
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16448 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 16448 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.568 ms 0 /classes/Cart.php:1449
129
SELECT SQL_NO_CACHE *
FROM `rm_gmcp_feeds` ff
WHERE (ff.iso_lang="es") AND (ff.id_shop=1)
ORDER BY ff.feed_is_default ASC
0.563 ms 370 Yes /modules/gmerchantcenterpro/models/Feeds.php:71
1599
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 22334 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 22334 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.562 ms 0 /classes/Cart.php:1449
3565
INSERT INTO `rm_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('617694', '', 'farmaroma.com/hidratantes-corporales-1599', '', '2026-02-16 09:17:27')
0.562 ms 1 /classes/ObjectModel.php:535
2500
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 21343) AND (b.`id_shop` = 1) LIMIT 1
0.555 ms 1 /src/Adapter/EntityMapper.php:73
1754
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16459 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 16459 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.550 ms 0 /classes/Cart.php:1449
16
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `rm_hook`
0.548 ms 1209 /classes/Hook.php:1568
857
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 17570 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 17570 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.544 ms 0 /classes/Cart.php:1449
1475
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 18126 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 18126 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.544 ms 0 /classes/Cart.php:1449
1816
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14745 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14745 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.539 ms 0 /classes/Cart.php:1449
1692
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 19807 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 19807 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.537 ms 0 /classes/Cart.php:1449
3734
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (20747) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.533 ms 1 Yes /classes/Product.php:4278
1847
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 21861 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 21861 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.530 ms 0 /classes/Cart.php:1449
1912
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.526 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1630
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 21476 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 21476 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.523 ms 0 /classes/Cart.php:1449
1940
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 20896 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 20896 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.522 ms 0 /classes/Cart.php:1449
2126
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 18265 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 18265 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.519 ms 0 /classes/Cart.php:1449
888
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 22353 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 22353 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.517 ms 0 /classes/Cart.php:1449
1909
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 20943 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 20943 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.517 ms 0 /classes/Cart.php:1449
1444
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 19299 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 19299 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.516 ms 0 /classes/Cart.php:1449
1893
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.516 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2095
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 18628 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 18628 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.515 ms 0 /classes/Cart.php:1449
1538
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 13264 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 13264 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.513 ms 0 /classes/Cart.php:1449
950
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 21956 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 21956 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.512 ms 0 /classes/Cart.php:1449
1850
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.510 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3574
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (20938) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.504 ms 1 Yes /classes/Product.php:4278
3905
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (19298) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.502 ms 1 Yes /classes/Product.php:4278
3744
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (18141) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.501 ms 1 Yes /classes/Product.php:4278
1723
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 17437 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 17437 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.500 ms 0 /classes/Cart.php:1449
2444
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 18141) AND (b.`id_shop` = 1) LIMIT 1
0.498 ms 1 /src/Adapter/EntityMapper.php:73
3874
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (22241) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.496 ms 1 Yes /classes/Product.php:4278
779
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.496 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3885
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (21749) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.493 ms 1 Yes /classes/Product.php:4278
4165
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (18628) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.492 ms 1 Yes /classes/Product.php:4278
1507
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16121 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 16121 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.491 ms 0 /classes/Cart.php:1449
3935
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (21802) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.488 ms 1 Yes /classes/Product.php:4278
4085
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (21861) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.487 ms 1 Yes /classes/Product.php:4278
1661
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 21343 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 21343 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.485 ms 0 /classes/Cart.php:1449
1042
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 21864 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 21864 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.485 ms 0 /classes/Cart.php:1449
4035
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (19807) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.483 ms 1 Yes /classes/Product.php:4278
919
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 22316 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 22316 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.481 ms 0 /classes/Cart.php:1449
3895
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (21743) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.480 ms 1 Yes /classes/Product.php:4278
59
SELECT SQL_NO_CACHE *
FROM `rm_module_shop` m
WHERE (m.id_module = 100) AND (m.enable_device & 1) AND (m.id_shop = 1)
0.477 ms 1 /modules/onepagecheckoutps/src/Service/PresTeamShop/PresTeamShopService.php:156
1971
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 20815 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 20815 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.477 ms 0 /classes/Cart.php:1449
1581
SELECT SQL_NO_CACHE ps.product_supplier_price_te
FROM `rm_product_supplier` ps
WHERE (ps.id_product = 22334
AND ps.id_product_attribute = 0
AND ps.id_supplier = 0) LIMIT 1
0.475 ms 0 /classes/ProductSupplier.php:142
2340
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 21744 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 21744 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.474 ms 0 /classes/Cart.php:1449
2629
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `rm_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 17556 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-02-16 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-02-16 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.474 ms 1 Yes /classes/SpecificPrice.php:573
4245
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (21744) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.473 ms 1 Yes /classes/Product.php:4278
850
SELECT SQL_NO_CACHE *
FROM `rm_product_supplier` a0
WHERE (a0.`id_product` = 17570)
GROUP BY a0.`id_supplier`
0.472 ms 1 Yes Yes /classes/PrestaShopCollection.php:381
1459
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.471 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
4045
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (17437) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.471 ms 1 Yes /classes/Product.php:4278
3077
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.469 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2609
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.468 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2931
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.468 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3915
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (22326) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.467 ms 1 Yes /classes/Product.php:4278
826
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16171 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 16171 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.465 ms 0 /classes/Cart.php:1449
264
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 20938 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 20938 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.465 ms 0 /classes/Cart.php:1449
2694
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.465 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3925
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (22168) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.465 ms 1 Yes /classes/Product.php:4278
4195
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (17396) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.464 ms 1 Yes /classes/Product.php:4278
2064
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 19607 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 19607 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.462 ms 0 /classes/Cart.php:1449
2552
SELECT SQL_NO_CACHE 1 FROM rm_cart_product cp INNER JOIN rm_product p
ON (p.id_product = cp.id_product) INNER JOIN rm_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1
0.462 ms 1 /classes/Cart.php:4067
3584
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (17556) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.461 ms 1 Yes /classes/Product.php:4278
4265
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (17244) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.460 ms 1 Yes /classes/Product.php:4278
2280
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15003 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 15003 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.458 ms 0 /classes/Cart.php:1449
3614
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (16948) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.458 ms 1 Yes /classes/Product.php:4278
3774
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (22353) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.458 ms 1 Yes /classes/Product.php:4278
3784
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (22316) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.458 ms 1 Yes /classes/Product.php:4278
3794
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (21956) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.458 ms 1 Yes /classes/Product.php:4278
2480
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 22168) AND (b.`id_shop` = 1) LIMIT 1
0.457 ms 1 /src/Adapter/EntityMapper.php:73
3624
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (21681) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.457 ms 1 Yes /classes/Product.php:4278
4025
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (21343) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.457 ms 1 Yes /classes/Product.php:4278
3945
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (21718) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.456 ms 1 Yes /classes/Product.php:4278
3674
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (17557) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.456 ms 1 Yes /classes/Product.php:4278
3804
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (20082) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.456 ms 1 Yes /classes/Product.php:4278
1584
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.455 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1788
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.455 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2002
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 19959 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 19959 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.455 ms 0 /classes/Cart.php:1449
2482
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 21802) AND (b.`id_shop` = 1) LIMIT 1
0.455 ms 1 /src/Adapter/EntityMapper.php:73
3814
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (16723) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.455 ms 1 Yes /classes/Product.php:4278
4055
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (16459) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.455 ms 1 Yes /classes/Product.php:4278
3764
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (17570) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.453 ms 1 Yes /classes/Product.php:4278
872
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.452 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3965
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (18126) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.452 ms 1 Yes /classes/Product.php:4278
2033
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 19608 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 19608 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.451 ms 0 /classes/Cart.php:1449
3080
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.451 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
4065
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (16448) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.451 ms 1 Yes /classes/Product.php:4278
4175
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (18265) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.451 ms 1 Yes /classes/Product.php:4278
3644
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (12694) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.450 ms 1 Yes /classes/Product.php:4278
736
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.449 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3824
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (21864) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.449 ms 1 Yes /classes/Product.php:4278
748
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.448 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2502
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 19807) AND (b.`id_shop` = 1) LIMIT 1
0.448 ms 1 /src/Adapter/EntityMapper.php:73
3834
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (17461) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.448 ms 1 Yes /classes/Product.php:4278
4235
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (21756) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.448 ms 1 Yes /classes/Product.php:4278
798
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.446 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3594
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (21095) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.446 ms 1 Yes /classes/Product.php:4278
3955
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (19299) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.446 ms 1 Yes /classes/Product.php:4278
4075
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (14745) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.446 ms 1 Yes /classes/Product.php:4278
4215
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (16574) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.446 ms 1 Yes /classes/Product.php:4278
4225
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (15003) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.446 ms 1 Yes /classes/Product.php:4278
3493
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.446 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3854
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (16568) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.446 ms 1 Yes /classes/Product.php:4278
453
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 21686 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 21686 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.445 ms 0 /classes/Cart.php:1449
1862
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.445 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3754
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (16171) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.444 ms 1 Yes /classes/Product.php:4278
4255
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (21703) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.444 ms 1 Yes /classes/Product.php:4278
1800
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.443 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3995
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (12989) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.443 ms 1 Yes /classes/Product.php:4278
3975
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (16121) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.442 ms 1 Yes /classes/Product.php:4278
304
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.441 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
546
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 21863 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 21863 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.441 ms 0 /classes/Cart.php:1449
3654
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (12842) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.441 ms 1 Yes /classes/Product.php:4278
1602
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.440 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
717
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.439 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1572
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.439 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3040
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.438 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
4185
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (18261) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.438 ms 1 Yes /classes/Product.php:4278
1478
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.437 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
810
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.436 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3664
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (21863) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.435 ms 1 Yes /classes/Product.php:4278
3864
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (22325) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.435 ms 1 Yes /classes/Product.php:4278
1553
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.434 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3604
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (19623) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.434 ms 1 Yes /classes/Product.php:4278
4205
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (16822) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.434 ms 1 Yes /classes/Product.php:4278
3714
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (16060) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.433 ms 1 Yes /classes/Product.php:4278
3724
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (17384) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.433 ms 1 Yes /classes/Product.php:4278
1769
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.432 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3158
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.432 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
4015
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (21476) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.432 ms 1 Yes /classes/Product.php:4278
3282
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.431 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
301
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 17556 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 17556 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.430 ms 0 /classes/Cart.php:1449
1738
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.429 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
767
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.428 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1831
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.427 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3634
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (21686) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.426 ms 1 Yes /classes/Product.php:4278
125
SHOW COLUMNS FROM rm_gmcp_tags LIKE "custom_label_set_postion"
0.425 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:128
4155
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (19607) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.424 ms 1 Yes /classes/Product.php:4278
1819
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.424 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
708
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.422 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1881
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.422 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
4005
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (22334) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.422 ms 1 Yes /classes/Product.php:4278
891
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.421 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1614
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.421 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1924
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.421 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3985
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (13264) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.421 ms 1 Yes /classes/Product.php:4278
0
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM rm_shop_url su
LEFT JOIN rm_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'farmaroma.com' OR su.domain_ssl = 'farmaroma.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.420 ms 1 Yes /classes/shop/Shop.php:1392
2470
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 22241) AND (b.`id_shop` = 1) LIMIT 1
0.420 ms 1 /src/Adapter/EntityMapper.php:73
2458
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16723) AND (b.`id_shop` = 1) LIMIT 1
0.419 ms 1 /src/Adapter/EntityMapper.php:73
829
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.419 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1490
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.419 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
4095
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (21231) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.418 ms 1 Yes /classes/Product.php:4278
3694
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (12553) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.417 ms 1 Yes /classes/Product.php:4278
3704
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (19355) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.417 ms 1 Yes /classes/Product.php:4278
3684
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (15716) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.416 ms 1 Yes /classes/Product.php:4278
4115
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (20896) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.416 ms 1 Yes /classes/Product.php:4278
3564
INSERT INTO `rm_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('790140', '83', '308350554', '', '1', '1', '2026-02-16 09:17:27')
0.415 ms 1 /classes/ObjectModel.php:535
1757
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.414 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1045
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.412 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2469
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `rm_image` i
INNER JOIN rm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `rm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 22325
ORDER BY `position`
0.412 ms 1 Yes /classes/Product.php:3285
1510
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.411 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1605
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.411 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2512
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 21861) AND (b.`id_shop` = 1) LIMIT 1
0.410 ms 1 /src/Adapter/EntityMapper.php:73
1633
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.410 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3844
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (17004) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.409 ms 1 Yes /classes/Product.php:4278
2110
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.408 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2678
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.408 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
456
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.407 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
392
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16948 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 16948 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.406 ms 0 /classes/Cart.php:1449
1695
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.406 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2430
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 17557) AND (b.`id_shop` = 1) LIMIT 1
0.406 ms 1 /src/Adapter/EntityMapper.php:73
2675
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `rm_image` i
INNER JOIN rm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `rm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 21681
ORDER BY `position`
0.406 ms 1 Yes /classes/Product.php:3285
2478
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 22326) AND (b.`id_shop` = 1) LIMIT 1
0.406 ms 1 /src/Adapter/EntityMapper.php:73
1707
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.405 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
124
SHOW COLUMNS FROM rm_gmcp_discount_association LIKE "channel"
0.404 ms 1 /modules/gmerchantcenterpro/lib/moduleUpdate.php:128
1676
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.403 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1955
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.402 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2464
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 17004) AND (b.`id_shop` = 1) LIMIT 1
0.402 ms 1 /src/Adapter/EntityMapper.php:73
4135
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (19959) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.402 ms 1 Yes /classes/Product.php:4278
1698
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.401 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2602
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `rm_image` i
INNER JOIN rm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `rm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 20938
ORDER BY `position`
0.401 ms 1 Yes /classes/Product.php:3285
2855
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.401 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1645
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.400 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2017
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.400 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1413
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 21718 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 21718 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.399 ms 0 /classes/Cart.php:1449
1196
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 22241 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 22241 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.399 ms 0 /classes/Cart.php:1449
1226
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 21749 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 21749 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.399 ms 0 /classes/Cart.php:1449
1522
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.398 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1853
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.398 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
981
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 20082 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 20082 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.397 ms 0 /classes/Cart.php:1449
2426
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12842) AND (b.`id_shop` = 1) LIMIT 1
0.397 ms 1 /src/Adapter/EntityMapper.php:73
2542
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 21756) AND (b.`id_shop` = 1) LIMIT 1
0.396 ms 1 /src/Adapter/EntityMapper.php:73
1726
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.395 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2079
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.395 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2548
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 17244) AND (b.`id_shop` = 1) LIMIT 1
0.395 ms 1 /src/Adapter/EntityMapper.php:73
3334
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.395 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
4125
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (20815) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.394 ms 1 Yes /classes/Product.php:4278
770
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.394 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1822
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.394 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2156
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 18261 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 18261 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.393 ms 0 /classes/Cart.php:1449
4145
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (19608) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.393 ms 1 Yes /classes/Product.php:4278
672
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 19355 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 19355 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.393 ms 0 /classes/Cart.php:1449
1986
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.393 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
801
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.391 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
841
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.391 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2612
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.391 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2664
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.391 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
362
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 19623 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 19623 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.390 ms 0 /classes/Cart.php:1449
739
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.390 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2428
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 21863) AND (b.`id_shop` = 1) LIMIT 1
0.390 ms 1 /src/Adapter/EntityMapper.php:73
4105
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `rm_product_attribute` pa
INNER JOIN rm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN rm_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `rm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `rm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `rm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `rm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (20943) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.390 ms 1 Yes /classes/Product.php:4278
331
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 21095 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 21095 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.389 ms 0 /classes/Cart.php:1449
1541
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.389 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2129
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.388 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2422
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 21686) AND (b.`id_shop` = 1) LIMIT 1
0.388 ms 1 /src/Adapter/EntityMapper.php:73
3161
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.388 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
30
SELECT SQL_NO_CACHE *
FROM `rm_category` a
LEFT JOIN `rm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `rm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1599) AND (b.`id_shop` = 1) LIMIT 1
0.387 ms 1 /src/Adapter/EntityMapper.php:73
863
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.387 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1791
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.387 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2445
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `rm_image` i
INNER JOIN rm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `rm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 18141
ORDER BY `position`
0.387 ms 1 Yes /classes/Product.php:3285
2462
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 17461) AND (b.`id_shop` = 1) LIMIT 1
0.387 ms 1 /src/Adapter/EntityMapper.php:73
484
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12694 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12694 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.386 ms 0 /classes/Cart.php:1449
934
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.386 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
965
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.386 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1011
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16723 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 16723 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.386 ms 0 /classes/Cart.php:1449
1382
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 21802 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 21802 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.386 ms 0 /classes/Cart.php:1449
1943
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.386 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3446
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1
0.385 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:2685
953
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.385 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
515
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12842 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12842 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.384 ms 0 /classes/Cart.php:1449
2466
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16568) AND (b.`id_shop` = 1) LIMIT 1
0.384 ms 1 /src/Adapter/EntityMapper.php:73
705
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.383 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2141
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.383 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1258
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 21743 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 21743 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.383 ms 0 /classes/Cart.php:1449
2048
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.383 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
608
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15716 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 15716 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.382 ms 0 /classes/Cart.php:1449
1447
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.382 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1575
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.382 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
423
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 21681 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 21681 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.381 ms 0 /classes/Cart.php:1449
2600
SELECT SQL_NO_CACHE out_of_stock
FROM `rm_stock_available`
WHERE (id_product = 20938) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.381 ms 1 /classes/stock/StockAvailable.php:578
3042
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1
0.381 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:2685
860
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.378 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1351
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 22168 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 22168 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.378 ms 0 /classes/Cart.php:1449
639
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12553 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12553 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.375 ms 0 /classes/Cart.php:1449
1135
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16568 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 16568 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.375 ms 0 /classes/Cart.php:1449
2474
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 21743) AND (b.`id_shop` = 1) LIMIT 1
0.375 ms 1 /src/Adapter/EntityMapper.php:73
1481
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.374 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3184
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.374 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3104
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.373 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
702
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16060 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 16060 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.372 ms 0 /classes/Cart.php:1449
1884
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.372 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
903
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.371 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1915
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.371 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2498
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 21476) AND (b.`id_shop` = 1) LIMIT 1
0.371 ms 1 /src/Adapter/EntityMapper.php:73
346
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.370 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1289
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 19298 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 19298 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.370 ms 0 /classes/Cart.php:1449
1760
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.370 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2434
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12553) AND (b.`id_shop` = 1) LIMIT 1
0.370 ms 1 /src/Adapter/EntityMapper.php:73
1513
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.369 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
267
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.368 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1729
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.368 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2442
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 20747) AND (b.`id_shop` = 1) LIMIT 1
0.368 ms 1 /src/Adapter/EntityMapper.php:73
2460
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 21864) AND (b.`id_shop` = 1) LIMIT 1
0.368 ms 1 /src/Adapter/EntityMapper.php:73
549
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.367 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2628
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1
0.367 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:2685
2661
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `rm_image` i
INNER JOIN rm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `rm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 16948
ORDER BY `position`
0.367 ms 1 Yes /classes/Product.php:3285
3292
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.367 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
17
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `rm_module` m
LEFT JOIN `rm_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.366 ms 87 /classes/module/Module.php:342
2098
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.366 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2471
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `rm_image` i
INNER JOIN rm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `rm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 22241
ORDER BY `position`
0.366 ms 1 Yes /classes/Product.php:3285
2987
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.366 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
656
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.365 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3000
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.365 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
277
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `rm_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 17556 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-02-16 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-02-16 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.364 ms 1 Yes /classes/SpecificPrice.php:573
3506
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.363 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2343
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.363 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2456
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 20082) AND (b.`id_shop` = 1) LIMIT 1
0.363 ms 1 /src/Adapter/EntityMapper.php:73
2476
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 19298) AND (b.`id_shop` = 1) LIMIT 1
0.362 ms 1 /src/Adapter/EntityMapper.php:73
2648
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `rm_image` i
INNER JOIN rm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `rm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 19623
ORDER BY `position`
0.362 ms 1 Yes /classes/Product.php:3285
922
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.362 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2039
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.362 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1450
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.361 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1825
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 21861) LIMIT 1
0.361 ms 1 /src/Adapter/EntityMapper.php:73
2637
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.360 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
71
SELECT SQL_NO_CACHE * FROM `rm_whatsappchatblock` LEFT JOIN `rm_whatsappchatblock_lang` ON (`rm_whatsappchatblock`.`id_whatsappchatblock` = `rm_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "hookDisplayHeader" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC;
0.359 ms 1 Yes /modules/whatsappchat/classes/WhatsappChatBlock.php:135
1875
SELECT SQL_NO_CACHE *
FROM `rm_product_supplier` a0
WHERE (a0.`id_product` = 21231)
GROUP BY a0.`id_supplier`
0.359 ms 1 Yes Yes /classes/PrestaShopCollection.php:381
2490
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16121) AND (b.`id_shop` = 1) LIMIT 1
0.359 ms 1 /src/Adapter/EntityMapper.php:73
2516
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 20943) AND (b.`id_shop` = 1) LIMIT 1
0.359 ms 1 /src/Adapter/EntityMapper.php:73
2371
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 21703 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 21703 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.358 ms 0 /classes/Cart.php:1449
2970
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.358 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3197
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.358 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2424
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12694) AND (b.`id_shop` = 1) LIMIT 1
0.358 ms 1 /src/Adapter/EntityMapper.php:73
3309
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.358 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
242
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.357 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2427
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `rm_image` i
INNER JOIN rm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `rm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 12842
ORDER BY `position`
0.357 ms 1 Yes /classes/Product.php:3285
1073
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 17461 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 17461 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.357 ms 0 /classes/Cart.php:1449
1165
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 22325 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 22325 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.357 ms 0 /classes/Cart.php:1449
3142
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `rm_image` i
INNER JOIN rm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `rm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 16121
ORDER BY `position`
0.357 ms 1 Yes /classes/Product.php:3285
3540
SELECT SQL_NO_CACHE * FROM `rm_whatsappchatblock` LEFT JOIN `rm_whatsappchatblock_lang` ON (`rm_whatsappchatblock`.`id_whatsappchatblock` = `rm_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "hookDisplayWrapperBottom" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC;
0.357 ms 1 Yes /modules/whatsappchat/classes/WhatsappChatBlock.php:135
2412
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 17556) AND (b.`id_shop` = 1) LIMIT 1
0.356 ms 1 /src/Adapter/EntityMapper.php:73
1667
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.355 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2005
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.355 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2538
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16574) AND (b.`id_shop` = 1) LIMIT 1
0.355 ms 1 /src/Adapter/EntityMapper.php:73
2546
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 21703) AND (b.`id_shop` = 1) LIMIT 1
0.355 ms 1 /src/Adapter/EntityMapper.php:73
3037
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.354 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3265
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.354 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3171
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.354 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2008
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.353 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1974
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.352 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
285
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.352 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3194
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `rm_image` i
INNER JOIN rm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `rm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 21476
ORDER BY `position`
0.351 ms 1 Yes /classes/Product.php:3285
3472
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1
0.351 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:2685
3490
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `rm_image` i
INNER JOIN rm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `rm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 21756
ORDER BY `position`
0.351 ms 1 Yes /classes/Product.php:3285
426
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.350 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2440
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 17384) AND (b.`id_shop` = 1) LIMIT 1
0.350 ms 1 /src/Adapter/EntityMapper.php:73
2452
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 22316) AND (b.`id_shop` = 1) LIMIT 1
0.350 ms 1 /src/Adapter/EntityMapper.php:73
2481
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `rm_image` i
INNER JOIN rm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `rm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 22168
ORDER BY `position`
0.350 ms 1 Yes /classes/Product.php:3285
2553
SELECT SQL_NO_CACHE 1 FROM `rm_cart_rule` WHERE ((date_to >= "2026-02-16 00:00:00" AND date_to <= "2026-02-16 23:59:59") OR (date_from >= "2026-02-16 00:00:00" AND date_from <= "2026-02-16 23:59:59") OR (date_from < "2026-02-16 00:00:00" AND date_to > "2026-02-16 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.350 ms 1 /classes/CartRule.php:359
2774
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.350 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2934
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.350 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3117
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.350 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3320
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.350 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
490
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.349 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2132
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.349 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2540
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15003) AND (b.`id_shop` = 1) LIMIT 1
0.349 ms 1 /src/Adapter/EntityMapper.php:73
2962
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1
0.349 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:2685
1636
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.348 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1664
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.348 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3496
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.348 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2070
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.348 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2518
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 20896) AND (b.`id_shop` = 1) LIMIT 1
0.347 ms 1 /src/Adapter/EntityMapper.php:73
2544
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 21744) AND (b.`id_shop` = 1) LIMIT 1
0.347 ms 1 /src/Adapter/EntityMapper.php:73
3013
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.347 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2187
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 17396 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 17396 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.347 ms 0 /classes/Cart.php:1449
2504
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 17437) AND (b.`id_shop` = 1) LIMIT 1
0.347 ms 1 /src/Adapter/EntityMapper.php:73
2651
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.347 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3323
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.347 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1104
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 17004 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 17004 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.346 ms 0 /classes/Cart.php:1449
1544
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.346 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2472
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 21749) AND (b.`id_shop` = 1) LIMIT 1
0.346 ms 1 /src/Adapter/EntityMapper.php:73
334
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.345 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3131
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.345 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1199
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.344 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2520
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 20815) AND (b.`id_shop` = 1) LIMIT 1
0.344 ms 1 /src/Adapter/EntityMapper.php:73
3279
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.344 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2420
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 21681) AND (b.`id_shop` = 1) LIMIT 1
0.343 ms 1 /src/Adapter/EntityMapper.php:73
2436
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 19355) AND (b.`id_shop` = 1) LIMIT 1
0.343 ms 1 /src/Adapter/EntityMapper.php:73
1977
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.342 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2960
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.342 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3375
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.341 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
894
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.341 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2067
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.341 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2463
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `rm_image` i
INNER JOIN rm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `rm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 17461
ORDER BY `position`
0.341 ms 1 Yes /classes/Product.php:3285
3427
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.341 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
956
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.340 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1946
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.340 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2036
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.340 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2416
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 19623) AND (b.`id_shop` = 1) LIMIT 1
0.340 ms 1 /src/Adapter/EntityMapper.php:73
3181
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `rm_image` i
INNER JOIN rm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `rm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 22334
ORDER BY `position`
0.340 ms 1 Yes /classes/Product.php:3285
644
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.339 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1848
SELECT SQL_NO_CACHE id_manufacturer FROM `rm_product` WHERE id_product = 21861 LIMIT 1
0.339 ms 1 /modules/groupinc/classes/GroupincConfiguration.php:3414
2101
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.339 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2310
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 21756 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 21756 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.339 ms 0 /classes/Cart.php:1449
3093
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.339 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3519
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.339 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1484
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16121) LIMIT 1
0.338 ms 1 /src/Adapter/EntityMapper.php:73
2249
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16574 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 16574 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.338 ms 0 /classes/Cart.php:1449
3066
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.338 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3107
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.338 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2218
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16822 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 16822 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.338 ms 0 /classes/Cart.php:1449
2295
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.338 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3043
SELECT SQL_NO_CACHE `id_wishlist`
FROM `rm_an_wishlist`
WHERE `id_customer` = 11153245
AND `is_guest` = 1
AND `id_shop` = 1 LIMIT 1
0.338 ms 351 /modules/an_wishlist/classes/an_wish.php:72
2432
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15716) AND (b.`id_shop` = 1) LIMIT 1
0.337 ms 1 /src/Adapter/EntityMapper.php:73
3414
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.337 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
742
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 20747) LIMIT 1
0.337 ms 1 /src/Adapter/EntityMapper.php:73
3225
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.337 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3347
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.337 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
468
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.336 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
925
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.336 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2691
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.335 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
996
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.334 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3187
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.333 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3068
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1
0.332 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:2685
3222
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `rm_image` i
INNER JOIN rm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `rm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 19807
ORDER BY `position`
0.332 ms 1 Yes /classes/Product.php:3285
577
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 17557 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 17557 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.331 ms 0 /classes/Cart.php:1449
1261
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.331 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2438
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16060) AND (b.`id_shop` = 1) LIMIT 1
0.331 ms 1 /src/Adapter/EntityMapper.php:73
1670
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 19807) LIMIT 1
0.330 ms 1 /src/Adapter/EntityMapper.php:73
1794
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 14745) LIMIT 1
0.330 ms 1 /src/Adapter/EntityMapper.php:73
2825
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.330 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
365
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.329 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
518
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.329 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2681
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.329 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3480
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.329 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2984
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.328 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
438
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.328 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1326
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.327 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
47
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `rm_module` m
LEFT JOIN `rm_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.326 ms 87 /classes/module/Module.php:342
687
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.326 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1419
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.326 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3284
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1
0.326 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:2685
3311
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1
0.326 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:2685
2705
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.325 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2852
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.325 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3498
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1
0.325 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:2685
1701
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 17437) LIMIT 1
0.324 ms 1 /src/Adapter/EntityMapper.php:73
2496
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 22334) AND (b.`id_shop` = 1) LIMIT 1
0.324 ms 1 /src/Adapter/EntityMapper.php:73
3128
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `rm_image` i
INNER JOIN rm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `rm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 18126
ORDER BY `position`
0.324 ms 1 Yes /classes/Product.php:3285
711
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 17384) LIMIT 1
0.323 ms 1 /src/Adapter/EntityMapper.php:73
3378
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.323 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
675
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.323 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1119
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.323 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2506
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16459) AND (b.`id_shop` = 1) LIMIT 1
0.322 ms 1 /src/Adapter/EntityMapper.php:73
2514
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 21231) AND (b.`id_shop` = 1) LIMIT 1
0.322 ms 1 /src/Adapter/EntityMapper.php:73
3200
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.322 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2418
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16948) AND (b.`id_shop` = 1) LIMIT 1
0.322 ms 1 /src/Adapter/EntityMapper.php:73
3074
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `rm_image` i
INNER JOIN rm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `rm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 22168
ORDER BY `position`
0.322 ms 1 Yes /classes/Product.php:3285
2450
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 22353) AND (b.`id_shop` = 1) LIMIT 1
0.321 ms 1 /src/Adapter/EntityMapper.php:73
775
SELECT SQL_NO_CACHE *
FROM `rm_product_supplier` a0
WHERE (a0.`id_product` = 18141)
GROUP BY a0.`id_supplier`
0.320 ms 1 Yes Yes /classes/PrestaShopCollection.php:381
1397
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.320 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1416
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.320 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2454
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 21956) AND (b.`id_shop` = 1) LIMIT 1
0.320 ms 1 /src/Adapter/EntityMapper.php:73
2565
SELECT SQL_NO_CACHE * FROM `rm_whatsappchatblock` LEFT JOIN `rm_whatsappchatblock_lang` ON (`rm_whatsappchatblock`.`id_whatsappchatblock` = `rm_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "hookDisplayNav2" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC;
0.320 ms 1 Yes /modules/whatsappchat/classes/WhatsappChatBlock.php:135
2918
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.320 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3090
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.320 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3364
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.320 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
316
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.319 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
530
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.319 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1763
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16448) LIMIT 1
0.319 ms 1 /src/Adapter/EntityMapper.php:73
2484
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 21718) AND (b.`id_shop` = 1) LIMIT 1
0.319 ms 1 /src/Adapter/EntityMapper.php:73
2503
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `rm_image` i
INNER JOIN rm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `rm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 19807
ORDER BY `position`
0.319 ms 1 Yes /classes/Product.php:3285
3010
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.319 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3114
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `rm_image` i
INNER JOIN rm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `rm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 19299
ORDER BY `position`
0.319 ms 1 Yes /classes/Product.php:3285
3148
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.319 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3361
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.319 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1428
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.318 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1578
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 22334) LIMIT 1
0.318 ms 1 /src/Adapter/EntityMapper.php:73
2402
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 17244 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 17244 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.318 ms 0 /classes/Cart.php:1449
2528
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 18628) AND (b.`id_shop` = 1) LIMIT 1
0.318 ms 1 /src/Adapter/EntityMapper.php:73
2745
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.318 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2839
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.318 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2957
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.318 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
647
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.318 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2522
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 19959) AND (b.`id_shop` = 1) LIMIT 1
0.318 ms 1 /src/Adapter/EntityMapper.php:73
3095
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1
0.318 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:2685
3503
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `rm_image` i
INNER JOIN rm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `rm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 21744
ORDER BY `position`
0.318 ms 1 Yes /classes/Product.php:3285
70
SELECT SQL_NO_CACHE *
FROM `rm_whatsappchatblock_agent` LEFT JOIN `rm_whatsappchatblock_agent_lang` ON (`rm_whatsappchatblock_agent`.`id_whatsappchatblock_agent` = `rm_whatsappchatblock_agent_lang`.`id_whatsappchatblock_agent` AND `id_lang` = 1) WHERE 1 = 1 AND `active` = 1 ORDER BY position
0.317 ms 1 Yes /modules/whatsappchat/classes/WhatsappChatBlockAgent.php:78
487
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.317 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
773
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 18141) LIMIT 1
0.317 ms 1 /src/Adapter/EntityMapper.php:73
1320
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `rm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 22326 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `rm_cart_product` cp JOIN `rm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `rm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 22326 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.317 ms 0 /classes/Cart.php:1449
1388
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.317 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1014
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.317 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2724
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1
0.317 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:2685
3230
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1
0.317 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:2685
3026
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.316 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3401
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.316 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1856
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 21231) LIMIT 1
0.315 ms 1 /src/Adapter/EntityMapper.php:73
2688
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `rm_image` i
INNER JOIN rm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `rm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 21686
ORDER BY `position`
0.315 ms 1 Yes /classes/Product.php:3285
1366
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.314 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2451
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `rm_image` i
INNER JOIN rm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `rm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 22353
ORDER BY `position`
0.314 ms 1 Yes /classes/Product.php:3285
2483
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `rm_image` i
INNER JOIN rm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `rm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 21802
ORDER BY `position`
0.314 ms 1 Yes /classes/Product.php:3285
2719
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.314 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
407
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.313 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2554
SELECT SQL_NO_CACHE 1 FROM `rm_cart_rule` WHERE ((date_to >= "2026-02-16 00:00:00" AND date_to <= "2026-02-16 23:59:59") OR (date_from >= "2026-02-16 00:00:00" AND date_from <= "2026-02-16 23:59:59") OR (date_from < "2026-02-16 00:00:00" AND date_to > "2026-02-16 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.313 ms 1 /classes/CartRule.php:359
2975
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1
0.313 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:2685
3255
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.313 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2494
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12989) AND (b.`id_shop` = 1) LIMIT 1
0.312 ms 1 /src/Adapter/EntityMapper.php:73
2530
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 18265) AND (b.`id_shop` = 1) LIMIT 1
0.312 ms 1 /src/Adapter/EntityMapper.php:73
3553
SELECT SQL_NO_CACHE * FROM `rm_whatsappchatblock` LEFT JOIN `rm_whatsappchatblock_lang` ON (`rm_whatsappchatblock`.`id_whatsappchatblock` = `rm_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "bottomWidth" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC;
0.312 ms 1 Yes /modules/whatsappchat/classes/WhatsappChatBlock.php:135
229
SELECT SQL_NO_CACHE tr.*
FROM `rm_tax_rule` tr
JOIN `rm_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 402)
AND ('50010' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '50010')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.312 ms 2 /classes/tax/TaxRulesTaxManager.php:97
2501
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `rm_image` i
INNER JOIN rm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `rm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 21343
ORDER BY `position`
0.312 ms 1 Yes /classes/Product.php:3285
2640
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.312 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2486
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 19299) AND (b.`id_shop` = 1) LIMIT 1
0.311 ms 1 /src/Adapter/EntityMapper.php:73
2667
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.311 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1453
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 18126) LIMIT 1
0.311 ms 1 /src/Adapter/EntityMapper.php:73
2446
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16171) AND (b.`id_shop` = 1) LIMIT 1
0.311 ms 1 /src/Adapter/EntityMapper.php:73
2923
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1
0.311 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:2685
1780
SELECT SQL_NO_CACHE *
FROM `rm_product_supplier` a0
WHERE (a0.`id_product` = 16448)
GROUP BY a0.`id_supplier`
0.310 ms 1 Yes Yes /classes/PrestaShopCollection.php:381
2532
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 18261) AND (b.`id_shop` = 1) LIMIT 1
0.310 ms 1 /src/Adapter/EntityMapper.php:73
1
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 rm_shop_group gs
LEFT JOIN rm_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN rm_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name
0.310 ms 1 Yes /classes/shop/Shop.php:716
984
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.310 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1608
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 21476) LIMIT 1
0.310 ms 1 /src/Adapter/EntityMapper.php:73
1732
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16459) LIMIT 1
0.310 ms 1 /src/Adapter/EntityMapper.php:73
2508
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16448) AND (b.`id_shop` = 1) LIMIT 1
0.310 ms 1 /src/Adapter/EntityMapper.php:73
2811
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.310 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3325
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1
0.310 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:2685
377
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.309 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2536
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16822) AND (b.`id_shop` = 1) LIMIT 1
0.309 ms 1 /src/Adapter/EntityMapper.php:73
623
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.309 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
804
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16171) LIMIT 1
0.309 ms 1 /src/Adapter/EntityMapper.php:73
1918
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 20896) LIMIT 1
0.309 ms 1 /src/Adapter/EntityMapper.php:73
2492
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 13264) AND (b.`id_shop` = 1) LIMIT 1
0.309 ms 1 /src/Adapter/EntityMapper.php:73
2905
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.309 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3457
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.309 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2626
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.308 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3163
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1
0.308 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:2685
3417
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.308 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1292
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.307 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3174
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.307 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3532
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.307 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2981
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `rm_image` i
INNER JOIN rm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `rm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 16568
ORDER BY `position`
0.306 ms 1 Yes /classes/Product.php:3285
3252
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.306 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
395
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.306 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1273
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.306 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2524
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 19608) AND (b.`id_shop` = 1) LIMIT 1
0.306 ms 1 /src/Adapter/EntityMapper.php:73
3473
SELECT SQL_NO_CACHE `id_wishlist`
FROM `rm_an_wishlist`
WHERE `id_customer` = 11153245
AND `is_guest` = 1
AND `id_shop` = 1 LIMIT 1
0.306 ms 351 /modules/an_wishlist/classes/an_wish.php:72
499
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.305 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
592
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.305 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2488
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 18126) AND (b.`id_shop` = 1) LIMIT 1
0.305 ms 1 /src/Adapter/EntityMapper.php:73
611
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.305 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3467
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.305 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2073
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 18628) LIMIT 1
0.304 ms 1 /src/Adapter/EntityMapper.php:73
2623
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.304 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3306
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.304 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3529
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `rm_image` i
INNER JOIN rm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `rm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 17244
ORDER BY `position`
0.304 ms 1 Yes /classes/Product.php:3285
28
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `rm_meta` m
LEFT JOIN `rm_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
0.303 ms 36 Yes /classes/Dispatcher.php:636
1241
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.303 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1264
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.303 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1639
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 21343) LIMIT 1
0.303 ms 1 /src/Adapter/EntityMapper.php:73
2104
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 18265) LIMIT 1
0.303 ms 1 /src/Adapter/EntityMapper.php:73
2595
SELECT SQL_NO_CACHE `name`
FROM `rm_manufacturer`
WHERE `id_manufacturer` = 9
AND `active` = 1 LIMIT 1
0.303 ms 1 /classes/Manufacturer.php:306
2866
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.303 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2910
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1
0.303 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:2685
2814
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.302 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3228
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.302 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1138
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.302 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2534
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 17396) AND (b.`id_shop` = 1) LIMIT 1
0.302 ms 1 /src/Adapter/EntityMapper.php:73
78
SELECT SQL_NO_CACHE c.*, cl.*  FROM `rm_category` c
LEFT JOIN `rm_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 50 AND c.`nright` >= 51 AND c.`nleft` >= 2 AND c.`nright` <= 213 ORDER BY `nleft` DESC
0.301 ms 107 Yes /classes/Category.php:1617
307
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.301 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
521
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.301 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
459
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.301 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1026
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.301 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2549
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `rm_image` i
INNER JOIN rm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `rm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 17244
ORDER BY `position`
0.301 ms 1 Yes /classes/Product.php:3285
3002
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1
0.301 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:2685
3317
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `rm_image` i
INNER JOIN rm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `rm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 20943
ORDER BY `position`
0.301 ms 1 Yes /classes/Product.php:3285
337
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.300 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2526
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 19607) AND (b.`id_shop` = 1) LIMIT 1
0.300 ms 1 /src/Adapter/EntityMapper.php:73
3454
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.300 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1385
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.300 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2510
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 14745) AND (b.`id_shop` = 1) LIMIT 1
0.300 ms 1 /src/Adapter/EntityMapper.php:73
2614
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1
0.300 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:2685
368
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND product_qty > 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.299 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
1335
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0 OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.299 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2539
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `rm_image` i
INNER JOIN rm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `rm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 16574
ORDER BY `position`
0.299 ms 1 Yes /classes/Product.php:3285
2683
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1
0.299 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:2685
2857
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1
0.299 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:2685
3441
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.299 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
959
SELECT SQL_NO_CACHE *
FROM `rm_product` a
LEFT JOIN `rm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 20082) LIMIT 1
0.298 ms 1 /src/Adapter/EntityMapper.php:73
2879
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.298 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
2944
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:26" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:26" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1  AND show_on_sale = 1  AND (gi.groups = ""  OR FIND_IN_SET(1, REPLACE(gi.groups, ";", ",")) > 0) AND (gi.suppliers = "" ) AND (gi.currencies = "" OR FIND_IN_SET(1, REPLACE(gi.currencies, ";", ",")) > 0) AND (gi.languages = "" OR FIND_IN_SET(1, REPLACE(gi.languages, ";", ",")) > 0)
0.298 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:503
3087
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `rm_image` i
INNER JOIN rm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `rm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 21802
ORDER BY `position`
0.298 ms 1 Yes /classes/Product.php:3285
3136
SELECT SQL_NO_CACHE gi.* FROM `rm_groupinc_configuration` gi  WHERE (date_from <= "2026-02-16 09:17:27" OR date_from = "0000-00-00 00:00:00" OR `date_from` = "1970-01-01 01:00:00") AND (date_to >= "2026-02-16 09:17:27" OR date_to = "0000-00-00 00:00:00" OR `date_to` = "1970-01-01 01:00:00") AND gi.`id_shop` = 1 AND gi.`active` = 1
0.298 ms 6 /modules/groupinc/classes/GroupincConfiguration.php:2685
3749
SELECT SQL_NO_CACHE *
FROM `rm_product_supplier` a0
WHERE (a0.`id_product` = 18141)
GROUP BY a0.`id_supplier`
0.298 ms 1 Yes Yes /classes/PrestaShopCollection.php:381