Categorii Blog

Categorii Blog

Filtre active

  • Producator: Four Horsemen Toy Design
  • Producator: Joy Toy (CN)
  • Producator: Kotobukiya
  • Producator: Revell
  • Producator: Sentinel
Load Time 1854 ms
Querying Time 508 ms
Queries 1601
Memory Peak Usage 64.0 Mb
Included Files 1004 files - 10.58 Mb
PrestaShop Cache - Mb
Global vars 0.27 Mb
PrestaShop Version 1.7.8.9
PHP Version 7.4.33
MySQL Version 10.6.27-MariaDB
Memory Limit -1
Max Execution Time 0s
Smarty Cache disabled
Smarty Compilation force compile
  Time Cumulated Time Memory Usage Memory Peak Usage
config 3 ms 3 ms 4.67 Mb 6.1 Mb
__construct 0 ms 3 ms - Mb 6.1 Mb
init 34 ms 37 ms 1.16 Mb 6.1 Mb
checkAccess 0 ms 37 ms - Mb 6.1 Mb
setMedia 10 ms 47 ms 1.59 Mb 7.4 Mb
postProcess 0 ms 47 ms - Mb 7.4 Mb
initHeader 0 ms 47 ms - Mb 7.4 Mb
initContent 625 ms 672 ms 19.52 Mb 27.1 Mb
initFooter 0 ms 672 ms - Mb 27.1 Mb
display 1181 ms 1854 ms 36.39 Mb 64.0 Mb
Hook Time Memory Usage
DisplayProductSticker 367 ms 22.30 Mb
DisplayProductListReviews 272 ms 2.56 Mb
DisplayCzHoverImage 111 ms 1.78 Mb
displayProductListReviews 106 ms 1.17 Mb
displayNavFullWidth 35 ms 0.13 Mb
displayFooter 33 ms 1.17 Mb
ActionProductFlagsModifier 17 ms 1.35 Mb
displayTop 15 ms 0.16 Mb
displayLeftColumn 13 ms 0.35 Mb
displayNav2 8 ms 0.23 Mb
DisplayHeader 8 ms 0.92 Mb
LeftColumn 7 ms 0.30 Mb
ActionFrontControllerSetMedia 4 ms 0.89 Mb
displayNav1 4 ms 0.18 Mb
DisplayBeforeBodyClosingTag 4 ms 0.17 Mb
displayFooterAfter 3 ms 0.09 Mb
DisplayFooter 3 ms 0.02 Mb
DisplayCzCookie 3 ms 0.07 Mb
displayFooterBefore 2 ms 0.01 Mb
DisplayLeftColumn 2 ms 0.04 Mb
ProductSearchProvider 2 ms 0.42 Mb
DisplayBanner 1 ms 0.05 Mb
DisplayProductPriceBlock 1 ms 0.08 Mb
Header 0 ms 0.07 Mb
DisplayOverrideTemplate 0 ms - Mb
ModuleRoutes 0 ms - Mb
DisplayMyAccountBlock 0 ms - Mb
27 hook(s) 1021 ms 34.52 Mb
Module Time Memory Usage
psblog 28 ms 2.34 Mb
ps_socialfollow 7 ms 0.27 Mb
wkwishlist 278 ms 2.86 Mb
ps_emailalerts 0 ms 0.08 Mb
preorder 24 ms 2.09 Mb
notifyme 1 ms 0.25 Mb
productcomments 107 ms 1.37 Mb
ps_searchbar 5 ms 0.38 Mb
ps_shoppingcart 12 ms 0.17 Mb
cz_imageslider 1 ms 0.21 Mb
cz_blockpaymentlogo 4 ms 0.11 Mb
imgstickers 368 ms 22.34 Mb
plationline 1 ms 0.13 Mb
cz_verticalmenu 9 ms 0.27 Mb
migrationpro 1 ms 0.16 Mb
ps_facetedsearch 6 ms 0.50 Mb
ps_languageselector 1 ms 0.07 Mb
ps_currencyselector 1 ms 0.06 Mb
ps_customersignin 4 ms 0.08 Mb
cz_toplink 5 ms 0.25 Mb
ps_mainmenu 36 ms 0.16 Mb
cz_blocklink 5 ms 0.19 Mb
cz_imagehover 111 ms 1.81 Mb
cz_footercmsblock 4 ms 0.10 Mb
ps_linklist 21 ms 0.95 Mb
ps_customeraccountlinks 4 ms 0.10 Mb
ps_contactinfo 6 ms 0.11 Mb
tawkto 0 ms 0.02 Mb
czuecookie 3 ms 0.09 Mb
statsdata 5 ms 0.19 Mb
30 module(s) 1056 ms 37.72 Mb

Stopwatch SQL - 1601 queries

Query Time (ms) Rows Filesort Group By Location
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.date_upd FROM snsps_product p LEFT JOIN snsps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN snsps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN snsps_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 snsps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN snsps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN snsps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN snsps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN snsps_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 p.id_manufacturer IN (27, 32, 7, 21, 24) AND cp.id_category='57' GROUP BY p.id_product) p INNER JOIN snsps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=4)) GROUP BY fp.id_feature_value
7976 ms 2982 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.date_upd FROM snsps_product p LEFT JOIN snsps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN snsps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN snsps_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 snsps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN snsps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN snsps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN snsps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN snsps_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 p.id_manufacturer IN (27, 32, 7, 21, 24) AND cp.id_category='57' GROUP BY p.id_product) p INNER JOIN snsps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=7)) GROUP BY fp.id_feature_value
4644 ms 158174640 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3742)
4214 ms 1 /classes/Product.php:3829
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.date_upd FROM snsps_product p LEFT JOIN snsps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN snsps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN snsps_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 snsps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN snsps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN snsps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN snsps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN snsps_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 p.id_manufacturer IN (27, 32, 7, 21, 24) AND cp.id_category='57' GROUP BY p.id_product) p LEFT JOIN snsps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN snsps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN snsps_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.date_upd DESC, p.id_product DESC LIMIT 0, 100
3702 ms 44997264 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1079) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
3597 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.date_upd FROM snsps_product p LEFT JOIN snsps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN snsps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN snsps_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 snsps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN snsps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN snsps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN snsps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN snsps_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 p.id_manufacturer IN (27, 32, 7, 21, 24) AND cp.id_category='57' GROUP BY p.id_product) p
3168 ms 44997264 /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE p.id_manufacturer, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.date_upd FROM snsps_product p LEFT JOIN snsps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN snsps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN snsps_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 snsps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN snsps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN snsps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN snsps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN snsps_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 cp.id_category='57' GROUP BY p.id_product) p GROUP BY p.id_manufacturer
3100 ms 44997264 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.date_upd FROM snsps_product p LEFT JOIN snsps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN snsps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN snsps_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 snsps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN snsps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN snsps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN snsps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN snsps_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 p.id_manufacturer IN (27, 32, 7, 21, 24) AND cp.id_category='57' GROUP BY p.id_product) p LEFT JOIN snsps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN snsps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN snsps_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 snsps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1  AND sa_1.id_shop_group = 0 ) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)))
2911 ms 44997264 /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 4159
LIMIT 1
2892 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.date_upd FROM snsps_product p LEFT JOIN snsps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN snsps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN snsps_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 snsps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN snsps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN snsps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN snsps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN snsps_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 p.id_manufacturer IN (27, 32, 7, 21, 24) AND cp.id_category='57' GROUP BY p.id_product) p LEFT JOIN snsps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN snsps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN snsps_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 ) WHERE ((sa.out_of_stock=1) OR (sa.quantity>0))
2777 ms 44997264 /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.date_upd FROM snsps_product p LEFT JOIN snsps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN snsps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN snsps_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 snsps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN snsps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN snsps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN snsps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN snsps_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 p.id_manufacturer IN (27, 32, 7, 21, 24) AND cp.id_category='57' GROUP BY p.id_product) p LEFT JOIN snsps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN snsps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN snsps_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 ) WHERE ((sa.quantity>0))
2672 ms 44997264 /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.date_upd FROM snsps_product p LEFT JOIN snsps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN snsps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN snsps_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 snsps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN snsps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN snsps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN snsps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN snsps_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 p.id_manufacturer IN (27, 32, 7, 21, 24) AND cp.id_category='57' GROUP BY p.id_product) p INNER JOIN snsps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=3)) GROUP BY fp.id_feature_value
2524 ms 44997264 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 3515
LIMIT 1
2465 ms 1 /classes/ProductAssembler.php:106
(SELECT 1 FROM `snsps_cart_rule` WHERE date_to >= "2026-06-08 00:00:00" AND date_to <= "2026-06-08 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `snsps_cart_rule` WHERE date_from >= "2026-06-08 00:00:00" AND date_from <= "2026-06-08 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `snsps_cart_rule` WHERE date_from < "2026-06-08 00:00:00" AND date_to > "2026-06-08 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1
1846 ms 1 /classes/CartRule.php:383
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 `snsps_configuration` c
LEFT JOIN `snsps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
1816 ms 722 /classes/Configuration.php:160
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `snsps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `snsps_hook_alias` ha
INNER JOIN `snsps_hook` h ON ha.name = h.name
1809 ms 0 /classes/Hook.php:1243
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 `snsps_hook_module` hm
STRAIGHT_JOIN `snsps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `snsps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
1675 ms 364 /classes/Hook.php:504
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `snsps_module` m
INNER JOIN snsps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `snsps_module_shop` `ms` ON ms.`id_module` = m.`id_module`
INNER JOIN `snsps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `snsps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `snsps_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`
1577 ms 77 Yes Yes /classes/Hook.php:1183
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `snsps_feature_value` v LEFT JOIN `snsps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `snsps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 4 ORDER BY vl.`value` ASC
1534 ms 165 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (995) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1469 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 3515) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1371 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 4160
LIMIT 1
1302 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE c.*, l.*, l.meta_title as title, blc.link_rewrite as category_link_rewrite , blc.title as category_title
FROM  snsps_psblog_blog c
LEFT JOIN snsps_psblog_blog_lang l ON (c.id_psblog_blog = l.id_psblog_blog) and  l.id_lang=1 LEFT JOIN snsps_psblog_blog_shop s ON  (c.id_psblog_blog = s.id_psblog_blog)  LEFT JOIN snsps_psblogcat bc ON  bc.id_psblogcat = c.id_psblogcat  LEFT JOIN snsps_psblogcat_lang blc ON blc.id_psblogcat=bc.id_psblogcat and blc.id_lang=1 
WHERE l.id_lang = 1 AND s.id_shop=1
GROUP BY c.id_psblog_blog
ORDER BY c.date_add DESC LIMIT 0, 10
1222 ms 3 Yes Yes /modules/psblog/classes/blog.php:256
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3728
ORDER BY `position`
1217 ms 10 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3440
ORDER BY `position`
1201 ms 13 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1290
ORDER BY `position`
1177 ms 22 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3726 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `snsps_cart_product` cp JOIN `snsps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `snsps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3726 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1155 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3500
ORDER BY f.position ASC
1078 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1236) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1075 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3726
ORDER BY f.position ASC
1072 ms 6 Yes /classes/Product.php:5905
SHOW TABLES LIKE '%psblog_blog%'
1039 ms 1 /modules/psblog/psblog.php:60
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3512) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1015 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `snsps_category` c
INNER JOIN snsps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `snsps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1  AND cl.id_shop = 1 )
LEFT JOIN `snsps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 57
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
999 ms 1 Yes Yes /classes/Category.php:919
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1231) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
995 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3830) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
985 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE cp.id_category, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.date_upd FROM snsps_product p LEFT JOIN snsps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN snsps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN snsps_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 snsps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN snsps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN snsps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN snsps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN snsps_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 p.id_manufacturer IN (27, 32, 7, 21, 24) GROUP BY p.id_product) p INNER JOIN snsps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN snsps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN snsps_category_group cg ON (cg.id_category = c.id_category) WHERE cg.id_group='1' AND c.level_depth<=5 AND c.nleft>117 AND c.nright<118 GROUP BY cp.id_category
967 ms 316 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `snsps_manufacturer` m INNER JOIN snsps_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `snsps_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC
962 ms 66 Yes /classes/Manufacturer.php:207
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3726) AND (b.`id_shop` = 1) LIMIT 1
951 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3825 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `snsps_cart_product` cp JOIN `snsps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `snsps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3825 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
946 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1079
LIMIT 1
918 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1079
ORDER BY f.position ASC
912 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `snsps_manufacturer` m INNER JOIN snsps_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `snsps_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC
905 ms 66 Yes /classes/Manufacturer.php:207
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1231
ORDER BY `position`
900 ms 19 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3726
ORDER BY `position`
897 ms 10 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1079 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `snsps_cart_product` cp JOIN `snsps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `snsps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1079 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
893 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3726) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
889 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3612) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
877 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1397)
860 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1290 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `snsps_cart_product` cp JOIN `snsps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `snsps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1290 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
858 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3825
ORDER BY f.position ASC
841 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1197
LIMIT 1
836 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1290
ORDER BY f.position ASC
830 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `snsps_hook`
817 ms 803 /classes/Hook.php:1243
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 3416
LIMIT 1
793 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3515
AND image_shop.`cover` = 1 LIMIT 1
791 ms 11 /classes/Product.php:3542
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1290
ORDER BY `position`
784 ms 22 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3440) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
781 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3726
ORDER BY `position`
776 ms 10 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1395
LIMIT 1
758 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3742
ORDER BY `position`
755 ms 11 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 995
LIMIT 1
747 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3612
ORDER BY `position`
742 ms 10 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4160)
738 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE lower(name) as name
FROM `snsps_hook` h
WHERE (h.active = 1)
736 ms 803 /classes/Hook.php:1283
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1290) AND (b.`id_shop` = 1) LIMIT 1
734 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3440
ORDER BY `position`
722 ms 13 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3500) AND (b.`id_shop` = 1) LIMIT 1
715 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 995
ORDER BY `position`
712 ms 22 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3825) AND (b.`id_shop` = 1) LIMIT 1
708 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4160
AND wkp.`attribute_id` = 0 LIMIT 1
707 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4255) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
706 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4160
AND wkp.`attribute_id` = 0 LIMIT 1
701 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1079) AND (b.`id_shop` = 1) LIMIT 1
700 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
695 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3500
ORDER BY `position`
694 ms 14 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3726
AND wkp.`attribute_id` = 0 LIMIT 1
683 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3440) AND (b.`id_shop` = 1) LIMIT 1
673 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE "thumb" FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA = "snsmodelkits_101modelkitspsdb" AND TABLE_NAME = "snsps_psblog_blog" AND COLUMN_NAME = "thumb"
664 ms 0 /modules/psblog/psblog.php:60
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3436
ORDER BY `position`
659 ms 20 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3612
AND wkp.`attribute_id` = 0 LIMIT 1
648 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3416) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
643 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1231
LIMIT 1
637 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1197
ORDER BY `position`
633 ms 17 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4160
AND image_shop.`cover` = 1 LIMIT 1
629 ms 9 /classes/Product.php:3542
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1290
AND wkp.`attribute_id` = 0 LIMIT 1
626 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3825
ORDER BY `position`
625 ms 6 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 3825
LIMIT 1
624 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3515
AND wkp.`attribute_id` = 0 LIMIT 1
621 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 995 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `snsps_cart_product` cp JOIN `snsps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `snsps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 995 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
619 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 3440
LIMIT 1
618 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3512
ORDER BY f.position ASC
611 ms 18 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
609 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 3436
LIMIT 1
607 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `snsps_module` m
LEFT JOIN `snsps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
606 ms 99 /classes/module/Module.php:340
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4159
ORDER BY f.position ASC
600 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1236
ORDER BY `position`
600 ms 20 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1231
AND wkp.`attribute_id` = 0 LIMIT 1
597 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
597 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (21) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
596 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
595 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3726
AND wkp.`attribute_id` = 0 LIMIT 1
591 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3830
AND wkp.`attribute_id` = 0 LIMIT 1
591 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4160
AND wkp.`attribute_id` = 0 LIMIT 1
585 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
584 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3515) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
584 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4159 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `snsps_cart_product` cp JOIN `snsps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `snsps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4159 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
583 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `snsps_feature_value` v LEFT JOIN `snsps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `snsps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 7 ORDER BY vl.`value` ASC
581 ms 44 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3742 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `snsps_cart_product` cp JOIN `snsps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `snsps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3742 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
578 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3743
ORDER BY `position`
578 ms 11 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3742) AND (b.`id_shop` = 1) LIMIT 1
572 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3416) AND (b.`id_shop` = 1) LIMIT 1
570 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 3500
LIMIT 1
570 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3500
ORDER BY `position`
567 ms 14 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3416
ORDER BY f.position ASC
567 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3500 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `snsps_cart_product` cp JOIN `snsps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `snsps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3500 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
563 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 4257
LIMIT 1
561 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
556 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3436) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
551 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3416 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `snsps_cart_product` cp JOIN `snsps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `snsps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3416 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
549 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1197) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
548 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 21
ORDER BY f.position ASC
548 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 4259
LIMIT 1
548 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 21 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `snsps_cart_product` cp JOIN `snsps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `snsps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 21 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
547 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1079
AND wkp.`attribute_id` = 0 LIMIT 1
547 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1231
AND wkp.`attribute_id` = 0 LIMIT 1
546 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1236
LIMIT 1
546 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3816) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
544 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE *
FROM `snsps_category_lang`
WHERE `id_category` = 57 AND `id_shop` = 1
544 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "blocklanguages" LIMIT 1
543 ms 0 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1290
LIMIT 1
543 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 3726
LIMIT 1
541 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 3602
LIMIT 1
541 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 3830
LIMIT 1
540 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 3512
LIMIT 1
539 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1396
LIMIT 1
537 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1) WHERE wkp.`is_preorder` = 1
537 ms 16 /modules/preorder/classes/PreorderProduct.php:281
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 3612
LIMIT 1
537 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1231
ORDER BY `position`
534 ms 19 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4159
ORDER BY `position`
533 ms 7 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
532 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
531 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product_customer` wkpc INNER JOIN snsps_wk_preorder_product_customer_shop wk_preorder_product_customer_shop
ON (wk_preorder_product_customer_shop.id_wk_preorder_product_customer = wkpc.id_wk_preorder_product_customer AND wk_preorder_product_customer_shop.id_shop = 1)
WHERE wkpc.`product_id`  = 4157
AND wkpc.`attribute_id`= 0
AND wkpc.`disallow_order` = 0
531 ms 5 /modules/preorder/classes/PreorderProductCustomer.php:344
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1397
LIMIT 1
531 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3825
AND wkp.`attribute_id` = 0 LIMIT 1
529 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 995) AND (b.`id_shop` = 1) LIMIT 1
529 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 21
ORDER BY `position`
528 ms 12 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 3728
LIMIT 1
527 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 21
LIMIT 1
523 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 3816
LIMIT 1
518 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4160 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `snsps_cart_product` cp JOIN `snsps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `snsps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4160 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
518 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 21) AND (b.`id_shop` = 1) LIMIT 1
516 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3515)
513 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3512
AND wkp.`attribute_id` = 0 LIMIT 1
511 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 4160 LIMIT 1
510 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3742
AND wkp.`attribute_id` = 0 LIMIT 1
510 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 4255
LIMIT 1
506 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3726
506 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 3744
LIMIT 1
505 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3726 LIMIT 1
504 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1231 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `snsps_cart_product` cp JOIN `snsps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `snsps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1231 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
502 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4159
AND wkp.`attribute_id` = 0 LIMIT 1
499 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 3743
LIMIT 1
498 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4159
AND wkp.`attribute_id` = 0 LIMIT 1
496 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3726
AND wkp.`attribute_id` = 0 LIMIT 1
494 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
492 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 3742
LIMIT 1
492 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3612
AND wkp.`attribute_id` = 0 LIMIT 1
492 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3416
ORDER BY `position`
491 ms 13 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
490 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3742
ORDER BY `position`
489 ms 11 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1236) AND (b.`id_shop` = 1) LIMIT 1
488 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `snsps_meta` m
LEFT JOIN `snsps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
487 ms 63 Yes /classes/Dispatcher.php:650
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3742
ORDER BY f.position ASC
486 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1236
AND wkp.`attribute_id` = 0 LIMIT 1
485 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3726
AND wkp.`attribute_id` = 0 LIMIT 1
484 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1079)
481 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
479 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product_customer` wkpc INNER JOIN snsps_wk_preorder_product_customer_shop wk_preorder_product_customer_shop
ON (wk_preorder_product_customer_shop.id_wk_preorder_product_customer = wkpc.id_wk_preorder_product_customer AND wk_preorder_product_customer_shop.id_shop = 1)
WHERE wkpc.`product_id`  = 3821
AND wkpc.`attribute_id`= 0
AND wkpc.`disallow_order` = 0
479 ms 5 /modules/preorder/classes/PreorderProductCustomer.php:344
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 995
AND image_shop.`cover` = 1 LIMIT 1
479 ms 22 /classes/Product.php:3542
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3830) AND (b.`id_shop` = 1) LIMIT 1
478 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3512) AND (b.`id_shop` = 1) LIMIT 1
478 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 4256
LIMIT 1
477 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 3726) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
477 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1231
ORDER BY f.position ASC
476 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3416 LIMIT 1
476 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
476 ms 0 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3515
ORDER BY `position`
475 ms 11 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4259) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
474 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 3729
LIMIT 1
473 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3416
ORDER BY `position`
472 ms 13 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `snsps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 36 LIMIT 1
471 ms 1 /classes/Category.php:1371
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3512
ORDER BY `position`
470 ms 12 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3825
AND wkp.`attribute_id` = 0 LIMIT 1
469 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1396
ORDER BY f.position ASC
468 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1395
ORDER BY f.position ASC
465 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3728) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
464 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1397
ORDER BY f.position ASC
464 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3515
464 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `snsps_feature` f  INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `snsps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `snsps_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `snsps_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
464 ms 36 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
463 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3830
ORDER BY `position`
462 ms 6 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
461 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
458 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3440 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `snsps_cart_product` cp JOIN `snsps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `snsps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3440 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
458 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3440
ORDER BY f.position ASC
457 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3602
ORDER BY `position`
457 ms 12 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1395) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
456 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1397) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
455 ms 1 Yes Yes /classes/Product.php:4487
REPLACE INTO snsps_layered_filter_block (hash, data) VALUES ("49560ad4caf4ba95a4f80a91f90f89d9", "a:1:{s:7:\"filters\";a:6:{i:0;a:7:{s:9:\"type_lite\";s:8:\"category\";s:4:\"type\";s:8:\"category\";s:6:\"id_key\";i:0;s:4:\"name\";s:9:\"Categorii\";s:6:\"values\";a:0:{}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:1;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"3\";s:6:\"values\";a:2:{i:217;a:4:{s:3:\"nbr\";s:2:\"19\";s:4:\"name\";s:19:\"Figurine articulate\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:65;a:4:{s:3:\"nbr\";s:1:\"9\";s:4:\"name\";s:10:\"Model kits\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:10:\"Tip produs\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:2;a:7:{s:9:\"type_lite\";s:12:\"manufacturer\";s:4:\"type\";s:12:\"manufacturer\";s:6:\"id_key\";i:0;s:4:\"name\";s:10:\"Producator\";s:6:\"values\";a:14:{i:5;a:2:{s:4:\"name\";s:14:\"Bandai Spirits\";s:3:\"nbr\";s:2:\"14\";}i:7;a:3:{s:4:\"name\";s:10:\"Kotobukiya\";s:3:\"nbr\";s:1:\"7\";s:7:\"checked\";b:1;}i:8;a:2:{s:4:\"name\";s:18:\"Good Smile Company\";s:3:\"nbr\";s:1:\"1\";}i:13;a:2:{s:4:\"name\";s:11:\"Max Factory\";s:3:\"nbr\";s:1:\"1\";}i:21;a:3:{s:4:\"name\";s:6:\"Revell\";s:3:\"nbr\";s:1:\"2\";s:7:\"checked\";b:1;}i:24;a:3:{s:4:\"name\";s:8:\"Sentinel\";s:3:\"nbr\";s:1:\"1\";s:7:\"checked\";b:1;}i:25;a:2:{s:4:\"name\";s:8:\"Yolopark\";s:3:\"nbr\";s:1:\"1\";}i:26;a:2:{s:4:\"name\";s:7:\"Blokees\";s:3:\"nbr\";s:1:\"2\";}i:27;a:3:{s:4:\"name\";s:24:\"Four Horsemen Toy Design\";s:3:\"nbr\";s:1:\"1\";s:7:\"checked\";b:1;}i:32;a:3:{s:4:\"name\";s:12:\"Joy Toy (CN)\";s:3:\"nbr\";s:2:\"22\";s:7:\"checked\";b:1;}i:59;a:2:{s:4:\"name\";s:17:\"Boss Fight Studio\";s:3:\"nbr\";s:1:\"3\";}i:64;a:2:{s:4:\"name\";s:7:\"Bburago\";s:3:\"nbr\";s:1:\"6\";}i:66;a:2:{s:4:\"name\";s:11:\"MADNESSTOYS\";s:3:\"nbr\";s:1:\"4\";}i:67;a:2:{s:4:\"name\";s:8:\"ROBOTIME\";s:3:\"nbr\";s:1:\"2\";}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:3;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"4\";s:6:\"values\";a:1:{i:44558;a:4:{s:3:\"nbr\";s:2:\"12\";s:4:\"name\";s:9:\"Warhammer\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:5:\"Serie\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:4;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"7\";s:6:\"values\";a:3:{i:49266;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:10:\"15.05.2026\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:98;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:9:\"IN CURAND\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:97;a:4:{s:3:\"nbr\";s:2:\"20\";s:4:\"name\";s:10:\"LA COMANDA\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:14:\"Accesibilitate\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:5;a:7:{s:9:\"type_lite\";s:12:\"availability\";s:4:\"type\";s:12:\"availability\";s:6:\"id_key\";i:0;s:4:\"name\";s:15:\"Disponibilitate\";s:6:\"values\";a:3:{i:2;a:2:{s:4:\"name\";s:7:\"In stoc\";s:3:\"nbr\";i:11;}i:1;a:2:{s:4:\"name\";s:25:\"Disponibil pentru comanda\";s:3:\"nbr\";i:31;}i:0;a:2:{s:4:\"name\";s:12:\"Indisponibil\";s:3:\"nbr\";i:2;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}}}")
454 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:208
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3602) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
454 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4257) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
454 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3743) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
453 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4256
ORDER BY `position`
452 ms 10 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 995
ORDER BY `position`
452 ms 22 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3440
AND wkp.`attribute_id` = 0 LIMIT 1
450 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1396) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
449 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3830
ORDER BY f.position ASC
449 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
447 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3830 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `snsps_cart_product` cp JOIN `snsps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `snsps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3830 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
446 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3440
AND wkp.`attribute_id` = 0 LIMIT 1
446 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 3612
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
446 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3728 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `snsps_cart_product` cp JOIN `snsps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `snsps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3728 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
446 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3825
AND wkp.`attribute_id` = 0 LIMIT 1
445 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`
FROM `snsps_category` c
INNER JOIN snsps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `snsps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
ORDER BY c.nleft, c.position
444 ms 63 Yes /classes/Category.php:718
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1231) AND (b.`id_shop` = 1) LIMIT 1
443 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4160
ORDER BY f.position ASC
443 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3744) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
443 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3728
ORDER BY f.position ASC
443 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1397 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `snsps_cart_product` cp JOIN `snsps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `snsps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1397 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
442 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1290) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
442 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1396 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `snsps_cart_product` cp JOIN `snsps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `snsps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1396 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
442 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1197 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `snsps_cart_product` cp JOIN `snsps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `snsps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1197 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
442 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
441 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3500) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
441 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
441 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1395 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `snsps_cart_product` cp JOIN `snsps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `snsps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1395 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
440 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1290
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
440 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
440 ms 0 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3729 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `snsps_cart_product` cp JOIN `snsps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `snsps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3729 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
440 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `snsps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 38 LIMIT 1
440 ms 1 /classes/Category.php:1371
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
439 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1236
ORDER BY f.position ASC
439 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3729
ORDER BY f.position ASC
439 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1236
ORDER BY `position`
438 ms 20 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3515 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `snsps_cart_product` cp JOIN `snsps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `snsps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3515 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
438 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
437 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4256) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
437 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1236 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `snsps_cart_product` cp JOIN `snsps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `snsps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1236 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
436 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 3726) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
435 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
435 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1079
ORDER BY `position`
435 ms 11 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3612
AND wkp.`attribute_id` = 0 LIMIT 1
435 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 4160 AND id_shop=1 LIMIT 1
434 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3515 LIMIT 1
434 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3816
ORDER BY `position`
434 ms 8 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_searchbar" LIMIT 1
434 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3729) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
433 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1197
ORDER BY f.position ASC
433 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4159) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
431 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 995
ORDER BY f.position ASC
431 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3729
ORDER BY `position`
430 ms 12 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3612 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `snsps_cart_product` cp JOIN `snsps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `snsps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3612 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
430 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
430 ms 4 /modules/imgstickers/models/StickersImg.php:176
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 snsps_shop_group gs
LEFT JOIN snsps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN snsps_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
429 ms 1 Yes /classes/shop/Shop.php:711
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3612
ORDER BY f.position ASC
429 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3825) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
429 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1079
AND wkp.`attribute_id` = 0 LIMIT 1
429 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
429 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3816 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `snsps_cart_product` cp JOIN `snsps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `snsps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3816 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
428 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3602
ORDER BY f.position ASC
428 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3515
ORDER BY f.position ASC
428 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
427 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3436 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `snsps_cart_product` cp JOIN `snsps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `snsps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3436 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
427 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 995
AND wkp.`attribute_id` = 0 LIMIT 1
427 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3744
AND wkp.`attribute_id` = 0 LIMIT 1
427 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
427 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 3515) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
427 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3612 LIMIT 1
424 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1079
AND wkp.`attribute_id` = 0 LIMIT 1
424 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 3726) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
424 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3436
ORDER BY `position`
422 ms 20 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
422 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 3726) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
421 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3743 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `snsps_cart_product` cp JOIN `snsps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `snsps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3743 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
421 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3512 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `snsps_cart_product` cp JOIN `snsps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `snsps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3512 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
420 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1290
420 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3729) AND (b.`id_shop` = 1) LIMIT 1
419 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `snsps_feature_value` v LEFT JOIN `snsps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `snsps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 3 ORDER BY vl.`value` ASC
419 ms 15 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
418 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3825
AND wkp.`attribute_id` = 0 LIMIT 1
418 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3825
AND wkp.`attribute_id` = 0 LIMIT 1
417 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 4160 AND `id_group` = 1 LIMIT 1
417 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4159) AND (b.`id_shop` = 1) LIMIT 1
417 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1397) AND (b.`id_shop` = 1) LIMIT 1
416 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3726
416 ms 4 /classes/Product.php:3395
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3500
AND wkp.`attribute_id` = 0 LIMIT 1
416 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3436
AND wkp.`attribute_id` = 0 LIMIT 1
415 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1197
ORDER BY `position`
415 ms 17 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4255
ORDER BY `position`
415 ms 11 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3602 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `snsps_cart_product` cp JOIN `snsps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `snsps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3602 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
414 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
413 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1395) AND (b.`id_shop` = 1) LIMIT 1
413 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3726
411 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
411 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3515
AND wkp.`attribute_id` = 0 LIMIT 1
411 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `snsps_module` m
LEFT JOIN `snsps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
410 ms 99 /classes/module/Module.php:340
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3515 LIMIT 1
410 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3744 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `snsps_cart_product` cp JOIN `snsps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `snsps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3744 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
410 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1395
ORDER BY `position`
410 ms 9 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 3744
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
410 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3512
AND wkp.`attribute_id` = 0 LIMIT 1
409 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3742) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
409 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1290 LIMIT 1
409 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4160
ORDER BY `position`
408 ms 9 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1397
ORDER BY `position`
408 ms 9 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 3515
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
407 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
407 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product_customer` wkpc INNER JOIN snsps_wk_preorder_product_customer_shop wk_preorder_product_customer_shop
ON (wk_preorder_product_customer_shop.id_wk_preorder_product_customer = wkpc.id_wk_preorder_product_customer AND wk_preorder_product_customer_shop.id_shop = 1)
WHERE wkpc.`product_id`  = 3434
AND wkpc.`attribute_id`= 0
AND wkpc.`disallow_order` = 0
407 ms 5 /modules/preorder/classes/PreorderProductCustomer.php:344
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4259) AND (b.`id_shop` = 1) LIMIT 1
406 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3512
ORDER BY `position`
406 ms 12 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3436
AND wkp.`attribute_id` = 0 LIMIT 1
406 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1079
AND wkp.`attribute_id` = 0 LIMIT 1
405 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3602
ORDER BY `position`
405 ms 12 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4160) AND (b.`id_shop` = 1) LIMIT 1
405 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 3440
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
402 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3436
ORDER BY f.position ASC
402 ms 18 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
402 ms 1 /modules/imgstickers/models/StickersImg.php:140
(SELECT 1 FROM `snsps_cart_rule` WHERE date_to >= "2026-06-08 00:00:00" AND date_to <= "2026-06-08 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `snsps_cart_rule` WHERE date_from >= "2026-06-08 00:00:00" AND date_from <= "2026-06-08 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `snsps_cart_rule` WHERE date_from < "2026-06-08 00:00:00" AND date_to > "2026-06-08 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1
401 ms 1 /classes/CartRule.php:383
INSERT INTO `snsps_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0')
401 ms 1 /classes/ObjectModel.php:578
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1396
ORDER BY `position`
401 ms 9 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
400 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3742 AND `id_group` = 1 LIMIT 1
399 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4257
ORDER BY `position`
398 ms 9 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3728) AND (b.`id_shop` = 1) LIMIT 1
398 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3602) AND (b.`id_shop` = 1) LIMIT 1
397 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1079
AND wkp.`attribute_id` = 0 LIMIT 1
397 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1079
ORDER BY `position`
396 ms 11 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1079
AND wkp.`attribute_id` = 0 LIMIT 1
395 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3825
AND wkp.`attribute_id` = 0 LIMIT 1
395 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1197) AND (b.`id_shop` = 1) LIMIT 1
394 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3416
AND wkp.`attribute_id` = 0 LIMIT 1
393 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3729
ORDER BY `position`
393 ms 12 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4256
ORDER BY `position`
392 ms 10 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4259 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `snsps_cart_product` cp JOIN `snsps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `snsps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4259 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
391 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 3436
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
390 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3816) AND (b.`id_shop` = 1) LIMIT 1
389 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3728
AND wkp.`attribute_id` = 0 LIMIT 1
389 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3515) AND (b.`id_shop` = 1) LIMIT 1
387 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1396) AND (b.`id_shop` = 1) LIMIT 1
387 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4256 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `snsps_cart_product` cp JOIN `snsps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `snsps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4256 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
387 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4256
ORDER BY f.position ASC
385 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3743) AND (b.`id_shop` = 1) LIMIT 1
384 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3612
382 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4259
ORDER BY `position`
382 ms 10 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3436) AND (b.`id_shop` = 1) LIMIT 1
382 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3830
ORDER BY `position`
381 ms 6 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1197
AND wkp.`attribute_id` = 0 LIMIT 1
381 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1079
AND image_shop.`cover` = 1 LIMIT 1
380 ms 11 /classes/Product.php:3542
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3728
ORDER BY `position`
380 ms 10 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3515
ORDER BY `position`
380 ms 11 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3744
ORDER BY `position`
379 ms 11 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3744) AND (b.`id_shop` = 1) LIMIT 1
379 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4255 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `snsps_cart_product` cp JOIN `snsps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `snsps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4255 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
379 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4160) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
378 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3825
ORDER BY `position`
378 ms 6 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 3825
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
378 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3612
ORDER BY `position`
378 ms 10 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
378 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4255
ORDER BY f.position ASC
377 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3744
ORDER BY `position`
377 ms 11 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 3515) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
376 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1079
AND wkp.`attribute_id` = 0 LIMIT 1
375 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3612) AND (b.`id_shop` = 1) LIMIT 1
375 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1395
AND image_shop.`cover` = 1 LIMIT 1
374 ms 9 /classes/Product.php:3542
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1395
ORDER BY `position`
372 ms 9 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4257
ORDER BY f.position ASC
371 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4256) AND (b.`id_shop` = 1) LIMIT 1
369 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 3612) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
369 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3612
368 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3440 LIMIT 1
368 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
367 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4159
AND image_shop.`cover` = 1 LIMIT 1
367 ms 7 /classes/Product.php:3542
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4257 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `snsps_cart_product` cp JOIN `snsps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `snsps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4257 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
367 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4259
ORDER BY `position`
367 ms 10 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4159
ORDER BY `position`
366 ms 7 Yes /classes/Product.php:3517
INSERT INTO `snsps_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('14132702', '344', '3628718307', '', '1', '1', '2026-06-08 12:56:43')
364 ms 1 /classes/ObjectModel.php:578
SELECT SQL_NO_CACHE *
FROM `snsps_cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1
364 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4160
ORDER BY `position`
364 ms 9 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 1290) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
363 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3743
ORDER BY f.position ASC
362 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1231 LIMIT 1
362 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3515 LIMIT 1
361 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3440
AND wkp.`attribute_id` = 0 LIMIT 1
359 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE tr.*
FROM `snsps_tax_rule` tr
JOIN `snsps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 36
AND tr.`id_tax_rules_group` = 7
AND tr.`id_state` IN (0, 369)
AND ('130018' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '130018')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
359 ms 1 /classes/tax/TaxRulesTaxManager.php:109
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3816
ORDER BY f.position ASC
359 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1397
ORDER BY `position`
358 ms 9 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3743
ORDER BY `position`
358 ms 11 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1396
ORDER BY `position`
357 ms 9 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 1290) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
356 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3830
AND wkp.`attribute_id` = 0 LIMIT 1
355 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
355 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3512
355 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3744 LIMIT 1
354 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 21
ORDER BY `position`
351 ms 12 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4159)
350 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE m.*, md.*
FROM snsps_psblogcat m
LEFT JOIN snsps_psblogcat_lang md ON m.id_psblogcat = md.id_psblogcat AND md.id_lang = 1 JOIN snsps_psblogcat_shop bs ON m.id_psblogcat = bs.id_psblogcat AND bs.id_shop = 1 ORDER BY `position`
349 ms 2 Yes /modules/psblog/classes/psblogcat.php:328
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3742
AND wkp.`attribute_id` = 0 LIMIT 1
346 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM snsps_layered_category
WHERE controller = 'category'
AND id_category = 57
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
346 ms 6 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4159
AND wkp.`attribute_id` = 0 LIMIT 1
346 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 1290
346 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3816
ORDER BY `position`
345 ms 8 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 51 LIMIT 1
344 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
343 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3816
AND wkp.`attribute_id` = 0 LIMIT 1
343 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4159
AND wkp.`attribute_id` = 0 LIMIT 1
342 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3436 LIMIT 1
342 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3436
341 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3416
AND wkp.`attribute_id` = 0 LIMIT 1
341 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 3726
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
341 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3825 AND `id_group` = 1 LIMIT 1
340 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4257) AND (b.`id_shop` = 1) LIMIT 1
339 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3744
ORDER BY f.position ASC
339 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4159
AND wkp.`attribute_id` = 0 LIMIT 1
338 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4255) AND (b.`id_shop` = 1) LIMIT 1
337 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3416)
335 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 3512
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
334 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 1079 LIMIT 1
334 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
334 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1396
AND wkp.`attribute_id` = 0 LIMIT 1
333 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3744
333 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3515
AND wkp.`attribute_id` = 0 LIMIT 1
332 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 3512) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
332 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
332 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3416
AND image_shop.`cover` = 1 LIMIT 1
332 ms 13 /classes/Product.php:3542
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM snsps_shop_url su
LEFT JOIN snsps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = '101modelkits.ro' OR su.domain_ssl = '101modelkits.ro')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
332 ms 1 Yes /classes/shop/Shop.php:1350
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
331 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
331 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3742
AND wkp.`attribute_id` = 0 LIMIT 1
330 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3416
AND wkp.`attribute_id` = 0 LIMIT 1
330 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3416
AND wkp.`attribute_id` = 0 LIMIT 1
330 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
330 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4255
ORDER BY `position`
329 ms 11 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3825
AND wkp.`attribute_id` = 0 LIMIT 1
329 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
329 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 3512) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
329 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4259
ORDER BY f.position ASC
328 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 21
AND wkp.`attribute_id` = 0 LIMIT 1
328 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
328 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3830
AND image_shop.`cover` = 1 LIMIT 1
327 ms 6 /classes/Product.php:3542
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
326 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4159
AND wkp.`attribute_id` = 0 LIMIT 1
326 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3416
AND wkp.`attribute_id` = 0 LIMIT 1
325 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
325 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3816
AND wkp.`attribute_id` = 0 LIMIT 1
325 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1197
AND image_shop.`cover` = 1 LIMIT 1
325 ms 17 /classes/Product.php:3542
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
324 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`payment_type` != 1 AND wkp.`is_preorder` = 0
324 ms 16 /modules/preorder/classes/PreorderProduct.php:264
SELECT SQL_NO_CACHE *
FROM `snsps_category` a0
LEFT JOIN `snsps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 117) AND (a0.`nright` > 118) AND (a1.`id_lang` = 1)
ORDER BY a0.`nleft` asc
324 ms 5 Yes /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3500
AND wkp.`attribute_id` = 0 LIMIT 1
324 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
324 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4159
AND wkp.`attribute_id` = 0 LIMIT 1
323 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3742
AND wkp.`attribute_id` = 0 LIMIT 1
323 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3440
322 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 3500) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
321 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
321 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
321 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4160
AND wkp.`attribute_id` = 0 LIMIT 1
320 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1395
AND wkp.`attribute_id` = 0 LIMIT 1
320 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
319 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3436
AND wkp.`attribute_id` = 0 LIMIT 1
319 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
319 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3515
317 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3729
AND wkp.`attribute_id` = 0 LIMIT 1
317 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_category` a
LEFT JOIN `snsps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `snsps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 57) AND (b.`id_shop` = 1) LIMIT 1
316 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
315 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3602 LIMIT 1
315 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1236
AND wkp.`attribute_id` = 0 LIMIT 1
315 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4160
AND wkp.`attribute_id` = 0 LIMIT 1
315 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4255
AND wkp.`attribute_id` = 0 LIMIT 1
314 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
314 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3416
AND wkp.`attribute_id` = 0 LIMIT 1
313 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3742
AND wkp.`attribute_id` = 0 LIMIT 1
312 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
312 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3742
AND wkp.`attribute_id` = 0 LIMIT 1
312 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3436
AND image_shop.`cover` = 1 LIMIT 1
311 ms 20 /classes/Product.php:3542
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3728
AND wkp.`attribute_id` = 0 LIMIT 1
311 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3436
AND wkp.`attribute_id` = 0 LIMIT 1
311 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3742
AND wkp.`attribute_id` = 0 LIMIT 1
309 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4257
ORDER BY `position`
309 ms 9 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3512
AND wkp.`attribute_id` = 0 LIMIT 1
309 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3436
AND wkp.`attribute_id` = 0 LIMIT 1
307 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
307 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 995
AND wkp.`attribute_id` = 0 LIMIT 1
307 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 1290
306 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4255
AND wkp.`attribute_id` = 0 LIMIT 1
306 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_cms_lang`
WHERE `id_cms` = 11 AND `id_shop` = 1
306 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3602
AND wkp.`attribute_id` = 0 LIMIT 1
306 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3744
AND wkp.`attribute_id` = 0 LIMIT 1
305 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 21
AND wkp.`attribute_id` = 0 LIMIT 1
304 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3515
AND wkp.`attribute_id` = 0 LIMIT 1
303 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3515
AND wkp.`attribute_id` = 0 LIMIT 1
303 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1
302 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3816
AND wkp.`attribute_id` = 0 LIMIT 1
302 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 29 AND `id_shop` = 1 LIMIT 1
302 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 3612) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
301 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1397
AND wkp.`attribute_id` = 0 LIMIT 1
301 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4256
AND wkp.`attribute_id` = 0 LIMIT 1
300 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1290
AND wkp.`attribute_id` = 0 LIMIT 1
300 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4160
AND wkp.`attribute_id` = 0 LIMIT 1
300 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3436)
300 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
300 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
299 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
298 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3515
AND wkp.`attribute_id` = 0 LIMIT 1
298 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
298 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 3825) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
298 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 3416
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
296 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 3744) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
296 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1231
AND image_shop.`cover` = 1 LIMIT 1
296 ms 19 /classes/Product.php:3542
SELECT SQL_NO_CACHE * FROM `snsps_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
296 ms 9 Yes /classes/ImageType.php:109
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4160
AND wkp.`attribute_id` = 0 LIMIT 1
295 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3744
AND wkp.`attribute_id` = 0 LIMIT 1
295 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 995
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
295 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
295 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3743
AND wkp.`attribute_id` = 0 LIMIT 1
294 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3436
AND wkp.`attribute_id` = 0 LIMIT 1
293 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
293 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1396
AND wkp.`attribute_id` = 0 LIMIT 1
292 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 1079) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
292 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 1290) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
292 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3515
AND wkp.`attribute_id` = 0 LIMIT 1
291 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 1290) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
291 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4256
AND wkp.`attribute_id` = 0 LIMIT 1
291 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
290 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3515
AND wkp.`attribute_id` = 0 LIMIT 1
290 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4259
AND wkp.`attribute_id` = 0 LIMIT 1
289 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3436
AND wkp.`attribute_id` = 0 LIMIT 1
288 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
288 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3612
288 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3440
AND wkp.`attribute_id` = 0 LIMIT 1
287 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4257
AND wkp.`attribute_id` = 0 LIMIT 1
286 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4259
AND wkp.`attribute_id` = 0 LIMIT 1
286 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1079
AND wkp.`attribute_id` = 0 LIMIT 1
286 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3744
286 ms 4 /classes/Product.php:3395
SELECT SQL_NO_CACHE 1 FROM snsps_cart_product cp INNER JOIN snsps_product p
ON (p.id_product = cp.id_product) INNER JOIN snsps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1
285 ms 1 /classes/Cart.php:4218
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3436
AND wkp.`attribute_id` = 0 LIMIT 1
285 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 3436) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
285 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4257
AND wkp.`attribute_id` = 0 LIMIT 1
285 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE tr.*
FROM `snsps_tax_rule` tr
JOIN `snsps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 36
AND tr.`id_tax_rules_group` = 7
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
285 ms 1 /classes/tax/TaxRulesTaxManager.php:109
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3515
AND wkp.`attribute_id` = 0 LIMIT 1
285 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3500
284 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1197
AND wkp.`attribute_id` = 0 LIMIT 1
284 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
284 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
284 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `name`
FROM `snsps_hook`
WHERE `id_hook` = 749 LIMIT 1
283 ms 1 /classes/Hook.php:239
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
282 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3728
AND image_shop.`cover` = 1 LIMIT 1
282 ms 10 /classes/Product.php:3542
SELECT SQL_NO_CACHE `id_guest`
FROM `snsps_connections`
WHERE `id_guest` = 14132702
AND `date_add` > '2026-06-08 12:26:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
282 ms 1 Yes /classes/Connection.php:154
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 3744) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
282 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3436
AND wkp.`attribute_id` = 0 LIMIT 1
282 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
282 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
282 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM snsps_link_block lb
INNER JOIN snsps_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 41 AND lbs.`id_shop` = 1
ORDER by lbs.`position`
282 ms 4 Yes /modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
282 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
281 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
281 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 3744) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
280 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1396)
280 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3729)
280 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1395)
279 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3500)
278 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
278 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `snsps_lang` l
JOIN snsps_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1
277 ms 1 /classes/Language.php:1198
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4159
AND wkp.`attribute_id` = 0 LIMIT 1
276 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3500
AND image_shop.`cover` = 1 LIMIT 1
276 ms 14 /classes/Product.php:3542
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
275 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3500
AND wkp.`attribute_id` = 0 LIMIT 1
275 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
275 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1236
AND image_shop.`cover` = 1 LIMIT 1
274 ms 20 /classes/Product.php:3542
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1290
AND wkp.`attribute_id` = 0 LIMIT 1
274 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3602
AND wkp.`attribute_id` = 0 LIMIT 1
273 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3726
AND image_shop.`cover` = 1 LIMIT 1
273 ms 10 /classes/Product.php:3542
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
273 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4259)
273 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
273 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 995)
272 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE *
FROM `snsps_country` a
LEFT JOIN `snsps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `snsps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 36) LIMIT 1
271 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4259
AND wkp.`attribute_id` = 0 LIMIT 1
271 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3830
AND wkp.`attribute_id` = 0 LIMIT 1
271 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3416
AND wkp.`attribute_id` = 0 LIMIT 1
271 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 3440) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
271 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1397
AND wkp.`attribute_id` = 0 LIMIT 1
270 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4259
AND image_shop.`cover` = 1 LIMIT 1
270 ms 10 /classes/Product.php:3542
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
270 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4257)
270 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3602
AND image_shop.`cover` = 1 LIMIT 1
270 ms 12 /classes/Product.php:3542
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3500
270 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1396
AND wkp.`attribute_id` = 0 LIMIT 1
269 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
269 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1397
AND wkp.`attribute_id` = 0 LIMIT 1
269 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product_customer` wkpc INNER JOIN snsps_wk_preorder_product_customer_shop wk_preorder_product_customer_shop
ON (wk_preorder_product_customer_shop.id_wk_preorder_product_customer = wkpc.id_wk_preorder_product_customer AND wk_preorder_product_customer_shop.id_shop = 1)
WHERE wkpc.`product_id`  = 3368
AND wkpc.`attribute_id`= 0
AND wkpc.`disallow_order` = 0
268 ms 5 /modules/preorder/classes/PreorderProductCustomer.php:344
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3500
AND wkp.`attribute_id` = 0 LIMIT 1
268 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3825
AND wkp.`attribute_id` = 0 LIMIT 1
268 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1395
AND wkp.`attribute_id` = 0 LIMIT 1
268 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3743
AND wkp.`attribute_id` = 0 LIMIT 1
267 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
267 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3742
AND wkp.`attribute_id` = 0 LIMIT 1
267 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3825
AND wkp.`attribute_id` = 0 LIMIT 1
267 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
267 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3728
AND wkp.`attribute_id` = 0 LIMIT 1
267 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 3436) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
267 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1231
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
267 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4257
AND wkp.`attribute_id` = 0 LIMIT 1
267 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 1079 AND id_shop=1 LIMIT 1
267 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3602
AND wkp.`attribute_id` = 0 LIMIT 1
267 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_employee` a
LEFT JOIN `snsps_employee_shop` `c` ON a.`id_employee` = c.`id_employee` AND c.`id_shop` = 1
WHERE (a.`id_employee` = 7) LIMIT 1
267 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 1395 LIMIT 1
267 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
267 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 1290 LIMIT 1
266 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3726 LIMIT 1
266 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 4255
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
265 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1231)
265 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 995 LIMIT 1
265 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 3500) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
265 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3830)
265 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 995
AND wkp.`attribute_id` = 0 LIMIT 1
265 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3729
AND wkp.`attribute_id` = 0 LIMIT 1
264 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `name`
FROM `snsps_manufacturer`
WHERE `id_manufacturer` = 7
AND `active` = 1 LIMIT 1
264 ms 1 /classes/Manufacturer.php:312
SELECT SQL_NO_CACHE *
FROM `snsps_cms` a
LEFT JOIN `snsps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `snsps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 5) AND (b.`id_shop` = 1) LIMIT 1
264 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1397
AND wkp.`attribute_id` = 0 LIMIT 1
263 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1197)
263 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 21)
263 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4256
AND wkp.`attribute_id` = 0 LIMIT 1
262 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3728)
261 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3743
AND wkp.`attribute_id` = 0 LIMIT 1
261 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3825
261 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1231
AND wkp.`attribute_id` = 0 LIMIT 1
261 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4257
AND image_shop.`cover` = 1 LIMIT 1
261 ms 9 /classes/Product.php:3542
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
261 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3512)
260 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
260 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1
260 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3728
AND wkp.`attribute_id` = 0 LIMIT 1
260 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1236
AND wkp.`attribute_id` = 0 LIMIT 1
260 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 995
AND wkp.`attribute_id` = 0 LIMIT 1
260 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4257
AND wkp.`attribute_id` = 0 LIMIT 1
260 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1397
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
260 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 3830
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
260 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3742
AND image_shop.`cover` = 1 LIMIT 1
259 ms 11 /classes/Product.php:3542
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3602)
259 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3726)
259 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3612)
259 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 3612) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
259 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1396
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
258 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 995
AND wkp.`attribute_id` = 0 LIMIT 1
258 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1236)
258 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
258 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3726
AND wkp.`attribute_id` = 0 LIMIT 1
258 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM snsps_meta m
LEFT JOIN snsps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "stores"
OR m.page = "stores"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
257 ms 1 /classes/Meta.php:190
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3744)
257 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1397
AND image_shop.`cover` = 1 LIMIT 1
257 ms 9 /classes/Product.php:3542
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1395
AND wkp.`attribute_id` = 0 LIMIT 1
257 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3612
AND image_shop.`cover` = 1 LIMIT 1
256 ms 10 /classes/Product.php:3542
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3440
AND image_shop.`cover` = 1 LIMIT 1
256 ms 13 /classes/Product.php:3542
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 4257 LIMIT 1
256 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3612
AND wkp.`attribute_id` = 0 LIMIT 1
256 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3728
AND wkp.`attribute_id` = 0 LIMIT 1
256 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1290)
256 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1395
AND wkp.`attribute_id` = 0 LIMIT 1
255 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3512
AND image_shop.`cover` = 1 LIMIT 1
255 ms 12 /classes/Product.php:3542
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3500
AND wkp.`attribute_id` = 0 LIMIT 1
255 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1397
AND wkp.`attribute_id` = 0 LIMIT 1
255 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3729
AND wkp.`attribute_id` = 0 LIMIT 1
254 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3744
AND wkp.`attribute_id` = 0 LIMIT 1
254 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1396
AND image_shop.`cover` = 1 LIMIT 1
254 ms 9 /classes/Product.php:3542
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4259
AND wkp.`attribute_id` = 0 LIMIT 1
254 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1290
AND image_shop.`cover` = 1 LIMIT 1
254 ms 22 /classes/Product.php:3542
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
254 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1197
AND wkp.`attribute_id` = 0 LIMIT 1
254 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 3440) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
254 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3436
254 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3728
AND wkp.`attribute_id` = 0 LIMIT 1
253 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
253 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1197
AND wkp.`attribute_id` = 0 LIMIT 1
253 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3830
AND wkp.`attribute_id` = 0 LIMIT 1
253 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4259
AND wkp.`attribute_id` = 0 LIMIT 1
253 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 21
AND image_shop.`cover` = 1 LIMIT 1
253 ms 12 /classes/Product.php:3542
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `snsps_lang` l
LEFT JOIN `snsps_lang_shop` ls ON (l.id_lang = ls.id_lang)
253 ms 1 /classes/Language.php:1049
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3440
253 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 995
AND wkp.`attribute_id` = 0 LIMIT 1
253 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3440
AND wkp.`attribute_id` = 0 LIMIT 1
253 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3816)
252 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
252 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3440)
252 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3743
AND image_shop.`cover` = 1 LIMIT 1
252 ms 11 /classes/Product.php:3542
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 3729
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
252 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3743)
252 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
252 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product_customer` wkpc INNER JOIN snsps_wk_preorder_product_customer_shop wk_preorder_product_customer_shop
ON (wk_preorder_product_customer_shop.id_wk_preorder_product_customer = wkpc.id_wk_preorder_product_customer AND wk_preorder_product_customer_shop.id_shop = 1)
WHERE wkpc.`product_id`  = 3438
AND wkpc.`attribute_id`= 0
AND wkpc.`disallow_order` = 0
252 ms 5 /modules/preorder/classes/PreorderProductCustomer.php:344
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3816
AND wkp.`attribute_id` = 0 LIMIT 1
252 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4160
AND wkp.`attribute_id` = 0 LIMIT 1
252 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 21
AND wkp.`attribute_id` = 0 LIMIT 1
252 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 3728
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
252 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3830
AND wkp.`attribute_id` = 0 LIMIT 1
251 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3816
AND image_shop.`cover` = 1 LIMIT 1
251 ms 8 /classes/Product.php:3542
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3612
AND wkp.`attribute_id` = 0 LIMIT 1
251 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1395
AND wkp.`attribute_id` = 0 LIMIT 1
251 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3744
AND wkp.`attribute_id` = 0 LIMIT 1
251 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3830
AND wkp.`attribute_id` = 0 LIMIT 1
251 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
251 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3726
AND wkp.`attribute_id` = 0 LIMIT 1
251 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3816
AND wkp.`attribute_id` = 0 LIMIT 1
250 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
250 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3742
AND wkp.`attribute_id` = 0 LIMIT 1
250 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3816
AND wkp.`attribute_id` = 0 LIMIT 1
250 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
250 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4257
AND wkp.`attribute_id` = 0 LIMIT 1
250 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4255
AND wkp.`attribute_id` = 0 LIMIT 1
250 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3602
AND wkp.`attribute_id` = 0 LIMIT 1
249 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 995
AND wkp.`attribute_id` = 0 LIMIT 1
249 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3728
AND wkp.`attribute_id` = 0 LIMIT 1
249 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 21
AND wkp.`attribute_id` = 0 LIMIT 1
249 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3602
AND wkp.`attribute_id` = 0 LIMIT 1
249 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1231
AND wkp.`attribute_id` = 0 LIMIT 1
249 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 995
AND wkp.`attribute_id` = 0 LIMIT 1
249 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 3816
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
249 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1236
AND wkp.`attribute_id` = 0 LIMIT 1
249 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1197
AND wkp.`attribute_id` = 0 LIMIT 1
248 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1197
AND wkp.`attribute_id` = 0 LIMIT 1
248 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3729
AND wkp.`attribute_id` = 0 LIMIT 1
248 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3743
AND wkp.`attribute_id` = 0 LIMIT 1
248 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3729
AND wkp.`attribute_id` = 0 LIMIT 1
248 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3729
AND wkp.`attribute_id` = 0 LIMIT 1
248 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_currency` a
LEFT JOIN `snsps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `snsps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
248 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
248 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1236
AND wkp.`attribute_id` = 0 LIMIT 1
248 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
248 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1396
AND wkp.`attribute_id` = 0 LIMIT 1
248 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1197
AND wkp.`attribute_id` = 0 LIMIT 1
248 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3440
AND wkp.`attribute_id` = 0 LIMIT 1
248 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3726
AND wkp.`attribute_id` = 0 LIMIT 1
248 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 995
AND wkp.`attribute_id` = 0 LIMIT 1
247 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3512
AND wkp.`attribute_id` = 0 LIMIT 1
247 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 3742
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
247 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3744
AND image_shop.`cover` = 1 LIMIT 1
247 ms 11 /classes/Product.php:3542
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1197
AND wkp.`attribute_id` = 0 LIMIT 1
247 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3742
247 ms 4 /classes/Product.php:3395
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3742 AND id_shop=1 LIMIT 1
247 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3500
AND wkp.`attribute_id` = 0 LIMIT 1
246 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3744
AND wkp.`attribute_id` = 0 LIMIT 1
246 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_page`
FROM `snsps_page`
WHERE `id_page_type` = 4 AND `id_object` = 57 LIMIT 1
246 ms 1 /classes/Page.php:83
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 3743
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
246 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3440
AND wkp.`attribute_id` = 0 LIMIT 1
246 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3500
AND wkp.`attribute_id` = 0 LIMIT 1
246 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4160
AND wkp.`attribute_id` = 0 LIMIT 1
245 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1396
AND wkp.`attribute_id` = 0 LIMIT 1
245 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 21
AND wkp.`attribute_id` = 0 LIMIT 1
245 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1396
AND wkp.`attribute_id` = 0 LIMIT 1
245 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3726
AND wkp.`attribute_id` = 0 LIMIT 1
245 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3830
AND wkp.`attribute_id` = 0 LIMIT 1
245 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3602
AND wkp.`attribute_id` = 0 LIMIT 1
245 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
245 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 21
AND wkp.`attribute_id` = 0 LIMIT 1
245 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3728
AND wkp.`attribute_id` = 0 LIMIT 1
245 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3729
AND wkp.`attribute_id` = 0 LIMIT 1
245 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3440
AND wkp.`attribute_id` = 0 LIMIT 1
245 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3512
AND wkp.`attribute_id` = 0 LIMIT 1
245 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1396
AND wkp.`attribute_id` = 0 LIMIT 1
245 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1395
AND wkp.`attribute_id` = 0 LIMIT 1
244 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3816
AND wkp.`attribute_id` = 0 LIMIT 1
244 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1236
AND wkp.`attribute_id` = 0 LIMIT 1
244 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1231
244 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3612
AND wkp.`attribute_id` = 0 LIMIT 1
244 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1236
AND wkp.`attribute_id` = 0 LIMIT 1
244 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3729
AND wkp.`attribute_id` = 0 LIMIT 1
244 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1290
AND wkp.`attribute_id` = 0 LIMIT 1
244 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3500
AND wkp.`attribute_id` = 0 LIMIT 1
244 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3416
AND wkp.`attribute_id` = 0 LIMIT 1
243 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3726
AND wkp.`attribute_id` = 0 LIMIT 1
243 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3743
AND wkp.`attribute_id` = 0 LIMIT 1
243 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 3602
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
243 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 4159 LIMIT 1
243 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4259
AND wkp.`attribute_id` = 0 LIMIT 1
243 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4259
AND wkp.`attribute_id` = 0 LIMIT 1
243 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE data FROM snsps_layered_filter_block WHERE hash="49560ad4caf4ba95a4f80a91f90f89d9" LIMIT 1
243 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:183
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1396
AND wkp.`attribute_id` = 0 LIMIT 1
242 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE name, alias FROM `snsps_hook_alias`
242 ms 88 /classes/Hook.php:353
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1197
AND wkp.`attribute_id` = 0 LIMIT 1
242 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3512
AND wkp.`attribute_id` = 0 LIMIT 1
242 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3602
AND wkp.`attribute_id` = 0 LIMIT 1
242 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1397
AND wkp.`attribute_id` = 0 LIMIT 1
242 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1395
AND wkp.`attribute_id` = 0 LIMIT 1
242 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1290
AND wkp.`attribute_id` = 0 LIMIT 1
242 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1290
AND wkp.`attribute_id` = 0 LIMIT 1
242 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1397
AND wkp.`attribute_id` = 0 LIMIT 1
242 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 4)
242 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
241 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1290
AND wkp.`attribute_id` = 0 LIMIT 1
241 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE tr.*
FROM `snsps_tax_rule` tr
JOIN `snsps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 36
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 369)
AND ('130018' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '130018')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
241 ms 0 /classes/tax/TaxRulesTaxManager.php:109
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3744 LIMIT 1
241 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1396
AND wkp.`attribute_id` = 0 LIMIT 1
241 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1236
AND wkp.`attribute_id` = 0 LIMIT 1
241 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3743
AND wkp.`attribute_id` = 0 LIMIT 1
241 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3728
AND wkp.`attribute_id` = 0 LIMIT 1
241 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3816
AND wkp.`attribute_id` = 0 LIMIT 1
241 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3602
AND wkp.`attribute_id` = 0 LIMIT 1
240 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3744
AND wkp.`attribute_id` = 0 LIMIT 1
240 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1290
AND wkp.`attribute_id` = 0 LIMIT 1
240 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3743
AND wkp.`attribute_id` = 0 LIMIT 1
240 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
240 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3612
AND wkp.`attribute_id` = 0 LIMIT 1
240 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 4257
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
240 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3743
AND wkp.`attribute_id` = 0 LIMIT 1
240 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
240 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 4256
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
239 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3744
AND wkp.`attribute_id` = 0 LIMIT 1
239 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3500
AND wkp.`attribute_id` = 0 LIMIT 1
239 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1395
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
239 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3612
AND wkp.`attribute_id` = 0 LIMIT 1
239 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3612
AND wkp.`attribute_id` = 0 LIMIT 1
239 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3440
AND wkp.`attribute_id` = 0 LIMIT 1
238 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_currency` c ORDER BY `iso_code` ASC
238 ms 1 Yes /classes/Currency.php:709
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3830
AND wkp.`attribute_id` = 0 LIMIT 1
238 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 21
AND wkp.`attribute_id` = 0 LIMIT 1
238 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3825
AND image_shop.`cover` = 1 LIMIT 1
238 ms 6 /classes/Product.php:3542
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3816
AND wkp.`attribute_id` = 0 LIMIT 1
238 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 38 LIMIT 1
238 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 995) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
237 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3729
AND wkp.`attribute_id` = 0 LIMIT 1
237 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3515 AND id_shop=1 LIMIT 1
237 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3512
AND wkp.`attribute_id` = 0 LIMIT 1
237 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3744
AND wkp.`attribute_id` = 0 LIMIT 1
237 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1397
AND wkp.`attribute_id` = 0 LIMIT 1
237 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3602
AND wkp.`attribute_id` = 0 LIMIT 1
237 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3416
AND wkp.`attribute_id` = 0 LIMIT 1
236 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3743
AND wkp.`attribute_id` = 0 LIMIT 1
236 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM snsps_meta m
LEFT JOIN snsps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "contact"
OR m.page = "contact"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
236 ms 1 /classes/Meta.php:190
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 4159) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
236 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1395
AND wkp.`attribute_id` = 0 LIMIT 1
236 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
236 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1197
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
236 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3512
AND wkp.`attribute_id` = 0 LIMIT 1
236 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3729
AND image_shop.`cover` = 1 LIMIT 1
236 ms 12 /classes/Product.php:3542
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1
235 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3512
AND wkp.`attribute_id` = 0 LIMIT 1
235 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3612 LIMIT 1
235 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1236
AND wkp.`attribute_id` = 0 LIMIT 1
235 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
235 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_lang` a
LEFT JOIN `snsps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1
234 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1397
AND wkp.`attribute_id` = 0 LIMIT 1
234 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
234 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `snsps_category` a
LEFT JOIN `snsps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 57) LIMIT 1
234 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1236
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
233 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
233 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1290
AND wkp.`attribute_id` = 0 LIMIT 1
232 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3825 LIMIT 1
232 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
231 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 3440) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
230 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
230 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3742
230 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4259
AND wkp.`attribute_id` = 0 LIMIT 1
230 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
229 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_currency` a
LEFT JOIN `snsps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
229 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 3500
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
229 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 3436) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
229 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
228 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=995
228 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
228 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "cz_verticalmenu" LIMIT 1
228 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM snsps_shop s
LEFT JOIN snsps_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1
228 ms 1 /classes/shop/Shop.php:205
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3825)
227 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
226 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 3742) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
226 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 4160
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
226 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1231
AND wkp.`attribute_id` = 0 LIMIT 1
226 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 3515) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
225 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
225 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
225 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 69 AND `id_shop` = 1 LIMIT 1
225 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3416 LIMIT 1
224 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4255)
224 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3512 LIMIT 1
224 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3743
224 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
224 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4256
AND image_shop.`cover` = 1 LIMIT 1
224 ms 10 /classes/Product.php:3542
SELECT SQL_NO_CACHE *
FROM `snsps_country` a
LEFT JOIN `snsps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 36) LIMIT 1
224 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 3512) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
224 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `snsps_cms` a
LEFT JOIN `snsps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) LIMIT 1
223 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 4259
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
223 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE *
FROM `snsps_group` a
LEFT JOIN `snsps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
222 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 3416) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
222 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 4160 LIMIT 1
222 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
221 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3742 LIMIT 1
220 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
220 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
219 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 4256
219 ms 5 /classes/Product.php:3395
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1231
AND wkp.`attribute_id` = 0 LIMIT 1
219 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
219 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3515 AND `id_group` = 1 LIMIT 1
219 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 4259 LIMIT 1
219 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE `name`, `alias` FROM `snsps_hook_alias`
219 ms 88 /classes/Hook.php:301
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
219 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3728
218 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1197 LIMIT 1
217 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3816
217 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1397
217 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE *
FROM `snsps_cms` a
LEFT JOIN `snsps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 6) LIMIT 1
216 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 21
AND wkp.`attribute_id` = 0 LIMIT 1
216 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4257
AND wkp.`attribute_id` = 0 LIMIT 1
216 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_cms` a
LEFT JOIN `snsps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 10) LIMIT 1
216 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
216 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3416
216 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 4160) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
216 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
216 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3729 LIMIT 1
216 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=4259
216 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1396
215 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 4255 LIMIT 1
215 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE *
FROM `snsps_cms_lang`
WHERE `id_cms` = 10 AND `id_shop` = 1
215 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 21
AND wkp.`attribute_id` = 0 LIMIT 1
214 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3728 LIMIT 1
214 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3602 LIMIT 1
214 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 4159
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
213 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE domain, domain_ssl
FROM snsps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
212 ms 1 /classes/shop/ShopUrl.php:182
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=4255
212 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
212 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
212 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3743 LIMIT 1
212 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1231
AND wkp.`attribute_id` = 0 LIMIT 1
212 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3440
211 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "cz_footercmsblock" LIMIT 1
211 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3816 LIMIT 1
211 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1396 LIMIT 1
211 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 3602) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
211 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3742
210 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_contactinfo" LIMIT 1
210 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
210 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
210 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE *
FROM `snsps_link_block` a
LEFT JOIN `snsps_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 1) LIMIT 1
210 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 1079 AND `id_group` = 1 LIMIT 1
210 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
210 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
210 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
210 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 4256 LIMIT 1
209 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3742 LIMIT 1
209 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1231
AND wkp.`attribute_id` = 0 LIMIT 1
209 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3602
209 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1236 LIMIT 1
209 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 4159 AND id_shop=1 LIMIT 1
209 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
209 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4256)
209 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4259
AND wkp.`attribute_id` = 0 LIMIT 1
208 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
207 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
207 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4257
AND wkp.`attribute_id` = 0 LIMIT 1
207 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 3743) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
206 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4256
AND wkp.`attribute_id` = 0 LIMIT 1
206 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3825
206 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE `name`
FROM `snsps_manufacturer`
WHERE `id_manufacturer` = 32
AND `active` = 1 LIMIT 1
206 ms 1 /classes/Manufacturer.php:312
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3436 LIMIT 1
206 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `snsps_state` a
WHERE (a.`id_state` = 369) LIMIT 1
206 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=4160
204 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4255
AND image_shop.`cover` = 1 LIMIT 1
204 ms 11 /classes/Product.php:3542
SELECT SQL_NO_CACHE *
FROM `snsps_cms` a
LEFT JOIN `snsps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 4) LIMIT 1
204 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1395
AND wkp.`attribute_id` = 0 LIMIT 1
203 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3500
203 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1397 LIMIT 1
203 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3500 LIMIT 1
203 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE id_page_type
FROM snsps_page_type
WHERE name = 'category' LIMIT 1
203 ms 1 /classes/Page.php:104
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `snsps_currency` c
LEFT JOIN snsps_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 LIMIT 1
203 ms 1 /classes/Currency.php:1126
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 3742) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
203 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1231
AND wkp.`attribute_id` = 0 LIMIT 1
203 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 995
203 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 3436) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
203 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
202 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 21
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
202 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1395 LIMIT 1
202 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3416
201 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3830
AND wkp.`attribute_id` = 0 LIMIT 1
201 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
201 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1
201 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_cms_lang`
WHERE `id_cms` = 6 AND `id_shop` = 1
201 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE * FROM `snsps_hook_module_exceptions`
WHERE `id_shop` IN (1)
201 ms 7 /classes/module/Module.php:2237
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3743
200 ms 4 /classes/Product.php:3395
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=4256
200 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 3500) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
200 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
200 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3729
200 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3729 LIMIT 1
199 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
198 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3500 LIMIT 1
198 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 0 LIMIT 1
198 ms 1 /classes/SpecificPrice.php:411
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3436 LIMIT 1
198 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
198 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `iso_code`
FROM `snsps_country`
WHERE `id_country` = 36 LIMIT 1
198 ms 1 /classes/Country.php:274
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
197 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1079
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
197 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
197 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3440 LIMIT 1
197 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE *
FROM `snsps_cms_lang`
WHERE `id_cms` = 4 AND `id_shop` = 1
197 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
197 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_cms` a
LEFT JOIN `snsps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 15) LIMIT 1
197 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
197 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE * FROM `snsps_czfootercmsblockinfo_lang`
WHERE `id_lang` = 1 AND  `id_shop` = 1 LIMIT 1
197 ms 1 /modules/cz_footercmsblock/cz_footercmsblock.php:290
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
197 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 1236
196 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
196 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
196 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=4257
196 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3830 LIMIT 1
195 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
195 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4255
AND wkp.`attribute_id` = 0 LIMIT 1
195 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
195 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "preorder" LIMIT 1
194 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 4257) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
194 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE *
FROM `snsps_cms` a
LEFT JOIN `snsps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 12) LIMIT 1
194 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
194 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 3830) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
194 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 4256
194 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4256
AND wkp.`attribute_id` = 0 LIMIT 1
193 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
193 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 995) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
193 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 1236 LIMIT 1
193 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
193 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
193 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
192 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1
192 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE format
FROM `snsps_address_format`
WHERE `id_country` = 36 LIMIT 1
192 ms 1 /classes/AddressFormat.php:672
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `snsps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 26 LIMIT 1
192 ms 1 /classes/Category.php:1371
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
192 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
192 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
191 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
191 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
190 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 995) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
190 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
190 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4159
AND wkp.`attribute_id` = 0 LIMIT 1
190 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
190 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `snsps_cms` a
LEFT JOIN `snsps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 11) LIMIT 1
190 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3512 LIMIT 1
189 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
189 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `name`
FROM `snsps_hook`
WHERE `id_hook` = 767 LIMIT 1
189 ms 1 /classes/Hook.php:239
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4255
AND wkp.`attribute_id` = 0 LIMIT 1
189 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 4257 LIMIT 1
189 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
189 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "cz_blocklink" LIMIT 1
189 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1079
AND wkp.`attribute_id` = 0 LIMIT 1
188 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
188 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 18 AND `id_shop` = 1 LIMIT 1
188 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3602 LIMIT 1
188 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 3416) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
188 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE *
FROM `snsps_link_block` a
LEFT JOIN `snsps_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 2) LIMIT 1
188 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
188 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `snsps_cms_lang`
WHERE `id_cms` = 15 AND `id_shop` = 1
188 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 3825) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
187 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
187 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `snsps_cms` a
LEFT JOIN `snsps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 13) LIMIT 1
187 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 4159 AND `id_group` = 1 LIMIT 1
187 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 1197 LIMIT 1
187 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 995 LIMIT 1
187 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3830 LIMIT 1
187 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
186 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_cms` a
LEFT JOIN `snsps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 14) LIMIT 1
186 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_lang` FROM `snsps_lang`
WHERE `locale` = 'ro-ro'
OR `language_code` = 'ro-ro' LIMIT 1
186 ms 1 /classes/Language.php:853
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 1397) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
185 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
185 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
185 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `snsps_cms_lang`
WHERE `id_cms` = 12 AND `id_shop` = 1
185 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
184 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 15 AND `id_shop` = 1 LIMIT 1
184 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 4259
184 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
184 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 995) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
184 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3500 AND id_shop=1 LIMIT 1
183 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4256
AND wkp.`attribute_id` = 0 LIMIT 1
183 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
183 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 3728) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
183 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
183 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `name`
FROM `snsps_manufacturer`
WHERE `id_manufacturer` = 21
AND `active` = 1 LIMIT 1
183 ms 1 /classes/Manufacturer.php:312
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_linklist" LIMIT 1
183 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3726 LIMIT 1
183 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE value FROM `snsps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
183 ms 1 /classes/shop/Shop.php:1171
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 4255
183 ms 5 /classes/Product.php:3395
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 3744) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
183 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 1397) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
182 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3512
182 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE *
FROM `snsps_cms_lang`
WHERE `id_cms` = 13 AND `id_shop` = 1
182 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_lang`, `text`
FROM snsps_cztoplink_lang
WHERE `id_cztoplink`=6
182 ms 1 /modules/cz_toplink/cz_toplink.php:179
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
182 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3436 AND id_shop=1 LIMIT 1
182 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3742 LIMIT 1
182 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE ctg.`id_group`
FROM snsps_category_group ctg
WHERE ctg.`id_category` = 57 AND ctg.`id_group` = 1 LIMIT 1
182 ms 1 /classes/Category.php:1730
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
182 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
182 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
182 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "cz_blockpaymentlogo" LIMIT 1
181 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
181 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
181 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4255
AND wkp.`attribute_id` = 0 LIMIT 1
181 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3416
181 ms 4 /classes/Product.php:3395
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 1397
181 ms 4 /classes/Product.php:3395
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
180 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 30 AND `id_shop` = 1 LIMIT 1
180 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_shoppingcart" LIMIT 1
180 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3602
180 ms 4 /classes/Product.php:3395
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 3602) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
180 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
180 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
180 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3728
180 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 4259 AND id_shop=1 LIMIT 1
180 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 1197) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
180 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1
180 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3436
180 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 4159 LIMIT 1
180 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE *
FROM `snsps_link_block_lang`
WHERE `id_link_block` = 2
180 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_languageselector" LIMIT 1
180 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 1231 LIMIT 1
180 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 1236) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
180 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
180 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
180 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3512
180 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 1396 LIMIT 1
180 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `name`
FROM `snsps_manufacturer`
WHERE `id_manufacturer` = 24
AND `active` = 1 LIMIT 1
180 ms 1 /classes/Manufacturer.php:312
SELECT SQL_NO_CACHE *
FROM `snsps_link_block_lang`
WHERE `id_link_block` = 1
180 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 1231) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
179 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3743 LIMIT 1
179 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 3602) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
179 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE *
FROM `snsps_cms_lang`
WHERE `id_cms` = 14 AND `id_shop` = 1
179 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `need_identification_number`
FROM `snsps_country`
WHERE `id_country` = 36 LIMIT 1
179 ms 1 /classes/Country.php:401
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4257
AND wkp.`attribute_id` = 0 LIMIT 1
179 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1197
179 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1236
179 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
179 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 1290 LIMIT 1
179 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 3825) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
178 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
178 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
178 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 4)
178 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3440 LIMIT 1
178 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 1397 LIMIT 1
178 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_mainmenu" LIMIT 1
178 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 4259 LIMIT 1
178 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 1231 LIMIT 1
178 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
178 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4255
AND wkp.`attribute_id` = 0 LIMIT 1
178 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
178 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 1397) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
178 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 1395) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
178 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 995
177 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE *
FROM `snsps_currency_lang`
WHERE `id_currency` = 1
177 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 4159
177 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 4256) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
177 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 21 LIMIT 1
177 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `snsps_country_lang`
WHERE `id_country` = 36
177 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
177 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 1397) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
176 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3612 LIMIT 1
176 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 3728) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
176 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 3729) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
176 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
176 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
176 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3500 AND `id_group` = 1 LIMIT 1
176 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
176 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 3512) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
176 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
176 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
175 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "cz_toplink" LIMIT 1
175 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
175 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3830
175 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 4255) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
175 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
175 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3744 LIMIT 1
175 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 1197
175 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
175 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
175 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
175 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3816 LIMIT 1
175 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
175 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_tax` a
WHERE (a.`id_tax` = 32) LIMIT 1
175 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 3729) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
175 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3729 AND id_shop=1 LIMIT 1
175 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
174 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 3816) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
174 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3728 LIMIT 1
174 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
174 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_lang`, `text`
FROM snsps_czblocklink_lang
WHERE `id_czblocklink`=1
174 ms 1 /modules/cz_blocklink/cz_blocklink.php:180
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 3816) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
174 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 3500) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
174 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
174 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3816
174 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 3743) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
173 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4257
AND wkp.`attribute_id` = 0 LIMIT 1
173 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 1396) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
173 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
173 ms 0 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3728
173 ms 5 /classes/Product.php:3395
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 1395
173 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
173 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 4259
173 ms 5 /classes/Product.php:3395
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 1231
173 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3743 LIMIT 1
173 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 4257
173 ms 5 /classes/Product.php:3395
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3744
173 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3729
172 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
172 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
172 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
172 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
172 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
172 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
172 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
172 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 3742) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
172 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3825
172 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4256
AND wkp.`attribute_id` = 0 LIMIT 1
172 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
172 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3602
171 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
171 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `snsps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 51 LIMIT 1
171 ms 1 /classes/Category.php:1371
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3515
171 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_customersignin" LIMIT 1
171 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE *
FROM `snsps_hook` a
WHERE (a.`id_hook` = 41) LIMIT 1
171 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
171 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
171 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_lang` FROM `snsps_lang`
WHERE `locale` = 'ro-ro'
OR `language_code` = 'ro-ro' LIMIT 1
171 ms 1 /classes/Language.php:853
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3729
170 ms 5 /classes/Product.php:3395
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 3602) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
170 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
170 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE b.`id_cztoplink`, b.`url`, b.`new_window`
FROM `snsps_cztoplink` b ORDER BY `id_cztoplink` DESC
170 ms 3 /modules/cz_toplink/cz_toplink.php:165
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
170 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 4256) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
170 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
170 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
170 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
170 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
170 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
170 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
170 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
169 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 3612) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
169 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4255
AND wkp.`attribute_id` = 0 LIMIT 1
169 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
169 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_group_lang`
WHERE `id_group` = 1
169 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 51 LIMIT 1
169 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4256
AND wkp.`attribute_id` = 0 LIMIT 1
169 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
169 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
169 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
169 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
169 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 4256) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
169 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE id_shop FROM `snsps_employee_shop` WHERE `id_employee` = 7
169 ms 1 /classes/ObjectModel.php:1715
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 4160
168 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 3728) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
168 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
168 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_tax_lang`
WHERE `id_tax` = 32
168 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
168 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
168 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3743
168 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4255
AND wkp.`attribute_id` = 0 LIMIT 1
168 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE c.id_currency
FROM `snsps_currency` c
WHERE (iso_code = 'RON') LIMIT 1
168 ms 1 /classes/Currency.php:893
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
168 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
167 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
167 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
167 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 4255) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
167 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4256
AND wkp.`attribute_id` = 0 LIMIT 1
167 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
167 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
167 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
167 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3436 AND `id_group` = 1 LIMIT 1
167 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
167 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
167 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 3728) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
167 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
167 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 3729) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
167 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 1396
167 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
167 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 1397
167 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
166 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
166 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 4259) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
166 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 3825) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
166 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 4259) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
166 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
166 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
166 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
166 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3830
166 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 4257) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
166 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3816
166 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 3742) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
166 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 3440) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
166 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 3816) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
166 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "productcomments" LIMIT 1
166 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
166 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_socialfollow" LIMIT 1
166 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `snsps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 45 LIMIT 1
165 ms 1 /classes/Category.php:1371
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 28 AND `id_shop` = 1 LIMIT 1
165 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
165 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 1079
165 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_currencyselector" LIMIT 1
165 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
165 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
165 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
165 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
165 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 4255) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
165 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
165 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 4257) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
164 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE b.`id_czblocklink`, b.`url`, b.`new_window`
FROM `snsps_czblocklink` b
164 ms 4 /modules/cz_blocklink/cz_blocklink.php:166
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 67 AND `id_shop` = 1 LIMIT 1
164 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 3729) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
164 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
164 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
164 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
164 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
164 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 995 AND id_shop=1 LIMIT 1
163 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM snsps_required_field
163 ms 1 /classes/ObjectModel.php:1510
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 4259) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
163 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 4259 AND `id_group` = 1 LIMIT 1
163 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
163 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 3816) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
163 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
162 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 1395 AND id_shop=1 LIMIT 1
162 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
162 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
162 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1
162 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 32 AND `id_shop` = 1 LIMIT 1
162 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE id_shop
FROM `snsps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
162 ms 1 /classes/ObjectModel.php:1647
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
162 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
162 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3830 AND id_shop=1 LIMIT 1
162 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1079
162 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1
161 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
161 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
161 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 4257 AND id_shop=1 LIMIT 1
161 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
161 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
161 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `name` FROM `snsps_supplier` WHERE `id_supplier` = 0 LIMIT 1
161 ms 0 /classes/Supplier.php:244
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
161 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
161 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 1397 LIMIT 1
161 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 21 LIMIT 1
160 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
160 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
160 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 21
160 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 1197 AND id_shop=1 LIMIT 1
160 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1079 LIMIT 1
160 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 1397 AND id_shop=1 LIMIT 1
160 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3726 AND id_shop=1 LIMIT 1
160 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
160 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
160 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
160 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 3416) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
160 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 56 AND `id_shop` = 1 LIMIT 1
160 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 117 AND `id_shop` = 1 LIMIT 1
160 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 4259) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
160 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 51 LIMIT 1
159 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
159 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
159 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
159 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
159 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
159 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_lang`, `text`
FROM snsps_cztoplink_lang
WHERE `id_cztoplink`=4
159 ms 1 /modules/cz_toplink/cz_toplink.php:179
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 4)
159 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
159 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 4)
159 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
159 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 21 AND id_shop=1 LIMIT 1
159 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3728 AND id_shop=1 LIMIT 1
158 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 1396 AND id_shop=1 LIMIT 1
158 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
158 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_lang`, `text`
FROM snsps_czblocklink_lang
WHERE `id_czblocklink`=2
158 ms 1 /modules/cz_blocklink/cz_blocklink.php:180
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 21) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
158 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 4)
158 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
158 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
158 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
158 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 995 LIMIT 1
158 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
158 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3744 AND `id_group` = 1 LIMIT 1
158 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
158 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
157 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
157 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
157 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 1236 AND id_shop=1 LIMIT 1
157 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
157 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE id_shop
FROM `snsps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
157 ms 1 /classes/ObjectModel.php:1647
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 68 AND `id_shop` = 1 LIMIT 1
157 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
156 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3825 LIMIT 1
156 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
156 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3825 LIMIT 1
156 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3816 AND id_shop=1 LIMIT 1
156 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 72 AND `id_shop` = 1 LIMIT 1
156 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 1197 AND `id_group` = 1 LIMIT 1
156 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
155 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1395
155 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 1290 AND id_shop=1 LIMIT 1
155 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3440 AND id_shop=1 LIMIT 1
155 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3743 AND id_shop=1 LIMIT 1
155 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 51 LIMIT 1
155 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_lang`, `text`
FROM snsps_czblocklink_lang
WHERE `id_czblocklink`=3
155 ms 1 /modules/cz_blocklink/cz_blocklink.php:180
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3612 AND id_shop=1 LIMIT 1
155 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3602 AND id_shop=1 LIMIT 1
155 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
154 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
154 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 33 AND `id_shop` = 1 LIMIT 1
154 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3744 AND id_shop=1 LIMIT 1
154 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3416 AND id_shop=1 LIMIT 1
154 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
154 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
154 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE `id_lang`, `text`
FROM snsps_czblocklink_lang
WHERE `id_czblocklink`=4
153 ms 1 /modules/cz_blocklink/cz_blocklink.php:180
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 1231
153 ms 4 /classes/Product.php:3395
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
153 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 4259 LIMIT 1
153 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
153 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
153 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE `id_lang`, `text`
FROM snsps_cztoplink_lang
WHERE `id_cztoplink`=3
153 ms 1 /modules/cz_toplink/cz_toplink.php:179
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 1231) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
153 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
153 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=4159
152 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE `need_identification_number`
FROM `snsps_country`
WHERE `id_country` = 36 LIMIT 1
152 ms 1 /classes/Country.php:401
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 11 AND `id_shop` = 1 LIMIT 1
152 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 3416) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
152 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3512 AND id_shop=1 LIMIT 1
151 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 1395 AND `id_group` = 1 LIMIT 1
151 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 4160) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
151 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 4)
151 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE id_shop
FROM `snsps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
151 ms 1 /classes/ObjectModel.php:1647
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 1197) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
151 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 27 AND `id_shop` = 1 LIMIT 1
151 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 1231) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
150 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 4255 LIMIT 1
150 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 1236) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
150 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=21
150 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 1290 AND `id_group` = 1 LIMIT 1
150 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 3743) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
150 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3512 LIMIT 1
149 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 17 AND `id_shop` = 1 LIMIT 1
149 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 1396) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
149 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 995 AND `id_group` = 1 LIMIT 1
149 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 3743) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
148 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
148 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3816 LIMIT 1
148 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 1231) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
148 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 4257 AND `id_group` = 1 LIMIT 1
148 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1
147 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3602 AND `id_group` = 1 LIMIT 1
147 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3500 LIMIT 1
146 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 1197) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
145 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3830 AND `id_group` = 1 LIMIT 1
145 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3726 AND `id_group` = 1 LIMIT 1
145 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 1397 AND `id_group` = 1 LIMIT 1
145 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 1236) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
145 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3440 AND `id_group` = 1 LIMIT 1
145 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
145 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3728 AND `id_group` = 1 LIMIT 1
145 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
144 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3612 AND `id_group` = 1 LIMIT 1
144 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
144 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3416 LIMIT 1
144 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3729 AND `id_group` = 1 LIMIT 1
143 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 4257 LIMIT 1
143 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 51 LIMIT 1
143 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
143 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 1396 AND `id_group` = 1 LIMIT 1
143 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 1236
143 ms 4 /classes/Product.php:3395
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 21 AND `id_group` = 1 LIMIT 1
143 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
142 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3728 LIMIT 1
142 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
142 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 1236 AND `id_group` = 1 LIMIT 1
142 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `name`
FROM `snsps_manufacturer`
WHERE `id_manufacturer` = 27
AND `active` = 1 LIMIT 1
142 ms 1 /classes/Manufacturer.php:312
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3743 AND `id_group` = 1 LIMIT 1
141 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_group`
WHERE `id_group` = 1 LIMIT 1
141 ms 1 /classes/Group.php:154
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
141 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
141 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3816 AND `id_group` = 1 LIMIT 1
141 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 1197
141 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3512 AND `id_group` = 1 LIMIT 1
140 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
140 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3729 LIMIT 1
140 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
139 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
138 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 4159) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
138 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
138 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3830
137 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
137 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 1231 AND id_shop=1 LIMIT 1
137 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 3830) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
136 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
136 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
135 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 4257
135 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
135 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
135 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
135 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
135 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
135 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 4257) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
134 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
134 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 4255) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
133 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 4255 LIMIT 1
130 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 4256 LIMIT 1
130 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
130 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
130 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 4255
130 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
129 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
128 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
128 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 4256) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
128 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
128 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 1079) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
128 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
127 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 1197) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
127 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
127 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3825 AND id_shop=1 LIMIT 1
127 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 4159
127 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 21) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
127 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 4256 LIMIT 1
126 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
126 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
126 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3416 AND `id_group` = 1 LIMIT 1
126 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
126 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 1395) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
125 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
125 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 21
125 ms 4 /classes/Product.php:3395
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 1236) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
124 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
124 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
124 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 4160
123 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
122 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
122 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 1396
121 ms 4 /classes/Product.php:3395
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
121 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 1079
121 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3830 LIMIT 1
120 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
120 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
120 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 1395
119 ms 4 /classes/Product.php:3395
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 4255 AND id_shop=1 LIMIT 1
119 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
118 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
118 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
118 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
117 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 1236 LIMIT 1
115 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 1231 AND `id_group` = 1 LIMIT 1
115 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 4160) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
115 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 1079) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
114 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
114 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
114 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 4159) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
114 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
114 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
114 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 3830) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
114 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
113 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 1395) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
113 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 4160) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
111 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 21) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
111 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
110 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
110 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 1395) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
110 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
110 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 1396) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
110 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
110 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 1197 LIMIT 1
110 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
109 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
109 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 4159) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
109 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
109 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
109 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 3830) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
108 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
108 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
108 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 4256 AND id_shop=1 LIMIT 1
108 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
108 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 4159 LIMIT 1
107 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 21) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
106 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
106 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
106 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
106 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 1396) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
106 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
106 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
105 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
105 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 1079) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
105 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 4160 LIMIT 1
105 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
105 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
104 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
104 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
104 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
103 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
103 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
103 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
103 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
102 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 4256 AND `id_group` = 1 LIMIT 1
102 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 1395 LIMIT 1
102 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
101 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 1396 LIMIT 1
101 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 1079 LIMIT 1
99 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
99 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 4255 AND `id_group` = 1 LIMIT 1
97 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 21 LIMIT 1
92 ms 0 /classes/ProductSale.php:259

Doubles

297 queries
SELECT * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
        ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = <span style="color:blue">XX</span>)
            WHERE wkp.`product_id` = <span style="color:blue">XX</span>
            AND wkp.`attribute_id` = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
189 queries
SELECT *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
66 queries
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `snsps_image` i
             INNER JOIN snsps_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = <span style="color:blue">XX</span>)
            LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = <span style="color:blue">XX</span>)
            WHERE i.`id_product` = <span style="color:blue">XX</span>
            ORDER BY `position`
39 queries
SELECT *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = <span style="color:blue">XX</span>)
34 queries
SELECT <span style="color:blue">XX</span> FROM `snsps_specific_price` WHERE id_product = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
33 queries
                SELECT name, value, pf.id_feature, f.position
                FROM snsps_feature_product pf
                LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = <span style="color:blue">XX</span>)
                LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = <span style="color:blue">XX</span>)
                LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = <span style="color:blue">XX</span>)
                 INNER JOIN snsps_feature_shop feature_shop
        ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = <span style="color:blue">XX</span>)
                WHERE pf.id_product = <span style="color:blue">XX</span>
                ORDER BY f.position ASC
33 queries
SELECT product_attribute_shop.id_product_attribute
                FROM snsps_product_attribute pa
                 INNER JOIN snsps_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = <span style="color:blue">XX</span>)
                WHERE pa.id_product = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
33 queries
SELECT `sale_nbr` FROM snsps_product_sale WHERE `id_product` = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
33 queries
SELECT SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = <span style="color:blue">XX</span>) AND (id_product_attribute = <span style="color:blue">XX</span>) AND (id_shop = <span style="color:blue">XX</span>) AND (id_shop_group = <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
33 queries
                SELECT `id_category` FROM `snsps_category_product`
                WHERE `id_product` = <span style="color:blue">XX</span>
33 queries
SELECT location
FROM `snsps_stock_available`
WHERE (id_product = <span style="color:blue">XX</span>) AND (id_product_attribute = <span style="color:blue">XX</span>) AND (id_shop = <span style="color:blue">XX</span>) AND (id_shop_group = <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
33 queries
SELECT depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = <span style="color:blue">XX</span>) AND (id_product_attribute = <span style="color:blue">XX</span>) AND (id_shop = <span style="color:blue">XX</span>) AND (id_shop_group = <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
33 queries
SELECT out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = <span style="color:blue">XX</span>) AND (id_product_attribute = <span style="color:blue">XX</span>) AND (id_shop = <span style="color:blue">XX</span>) AND (id_shop_group = <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
33 queries
        SELECT t.`id_lang`, t.`name`
        FROM snsps_tag t
        LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
        WHERE pt.`id_product`=<span style="color:blue">XX</span>
33 queries
SELECT COUNT(p.id_product)
            FROM `snsps_product` p
             INNER JOIN snsps_product_shop product_shop
        ON (product_shop.id_product = p.id_product AND product_shop.id_shop = <span style="color:blue">XX</span>)
            WHERE p.id_product = <span style="color:blue">XX</span>
            AND DATEDIFF("<span style="color:blue">XX</span>-<span style="color:blue">XX</span>-<span style="color:blue">XX</span> <span style="color:blue">XX</span>:<span style="color:blue">XX</span>:<span style="color:blue">XX</span>", product_shop.`date_add`) < <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
33 queries
                            SELECT `id_tax_rules_group`
                            FROM `snsps_product_shop`
                            WHERE `id_product` = <span style="color:blue">XX</span> AND id_shop=<span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
33 queries
SELECT `id_order`
            FROM `snsps_orders`
            WHERE `id_cart` = <span style="color:blue">XX</span> AND id_shop IN (<span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
33 queries
SELECT `id_product_attribute`
            FROM `snsps_product_attribute`
            WHERE `id_product` = <span style="color:blue">XX</span>
33 queries
SELECT
            COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), <span style="color:blue">XX</span>) as deep_quantity,
            COALESCE(SUM(first_level_quantity), <span style="color:blue">XX</span>) as quantity
          FROM (SELECT cp.`quantity` as first_level_quantity, <span style="color:blue">XX</span> as pack_quantity
          FROM `snsps_cart_product` cp
            WHERE cp.`id_product_attribute` = <span style="color:blue">XX</span>
            AND cp.`id_customization` = <span style="color:blue">XX</span>
            AND cp.`id_cart` = <span style="color:blue">XX</span> AND cp.`id_product` = <span style="color:blue">XX</span> UNION SELECT <span style="color:blue">XX</span> as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
          FROM `snsps_cart_product` cp JOIN `snsps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `snsps_product` pr ON p.`id_product_pack` = pr.`id_product`
            WHERE cp.`id_product_attribute` = <span style="color:blue">XX</span>
            AND cp.`id_customization` = <span style="color:blue">XX</span>
            AND cp.`id_cart` = <span style="color:blue">XX</span> AND p.`id_product_item` = <span style="color:blue">XX</span> AND (pr.`pack_stock_type` IN (<span style="color:blue">XX</span>,<span style="color:blue">XX</span>) OR (
            pr.`pack_stock_type` = <span style="color:blue">XX</span>
            AND <span style="color:blue">XX</span> = <span style="color:blue">XX</span>
        ))) as q LIMIT <span style="color:blue">XX</span>
33 queries
SELECT
                    p.*,
                    ps.*,
                    pl.*,
                    sa.out_of_stock,
                    IFNULL(sa.quantity, <span style="color:blue">XX</span>) as quantity,
                    (DATEDIFF(
                        p.`date_add`,
                        DATE_SUB(
                            '<span style="color:blue">XX</span>-<span style="color:blue">XX</span>-<span style="color:blue">XX</span> <span style="color:blue">XX</span>:<span style="color:blue">XX</span>:<span style="color:blue">XX</span>',
                            INTERVAL <span style="color:blue">XX</span> DAY
                        )
                    ) > <span style="color:blue">XX</span>) as new
                FROM snsps_product p
                LEFT JOIN snsps_product_lang pl
                    ON pl.id_product = p.id_product
                    AND pl.id_shop = <span style="color:blue">XX</span>
                    AND pl.id_lang = <span style="color:blue">XX</span>
                LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
			        AND sa.id_shop = <span style="color:blue">XX</span> LEFT JOIN snsps_product_shop ps
			        ON ps.id_product = p.id_product
			        AND ps.id_shop = <span style="color:blue">XX</span>
			    WHERE p.id_product = <span style="color:blue">XX</span>
			    LIMIT <span style="color:blue">XX</span>
33 queries
SELECT image_shop.`id_image`
                    FROM `snsps_image` i
                     INNER JOIN snsps_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = <span style="color:blue">XX</span>)
                    WHERE i.`id_product` = <span style="color:blue">XX</span>
                    AND image_shop.`cover` = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
33 queries
SELECT name FROM snsps_category_lang WHERE id_shop = <span style="color:blue">XX</span> AND id_lang = <span style="color:blue">XX</span> AND id_category = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
33 queries
SELECT *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = <span style="color:blue">XX</span>
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = <span style="color:blue">XX</span>
WHERE (a.`id_product` = <span style="color:blue">XX</span>) AND (b.`id_shop` = <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
33 queries
SELECT product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,<span style="color:blue">XX</span>) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = <span style="color:blue">XX</span>)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = <span style="color:blue">XX</span>)
WHERE (p.`id_product` = <span style="color:blue">XX</span>)
33 queries
SELECT *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
33 queries
			SELECT `reduction`
			FROM `snsps_product_group_reduction_cache`
			WHERE `id_product` = <span style="color:blue">XX</span> AND `id_group` = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
33 queries
SELECT *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = <span style="color:blue">XX</span>)
33 queries
            SELECT pa.`id_product`, a.`color`, pac.`id_product_attribute`, <span style="color:blue">XX</span> qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
            FROM `snsps_product_attribute` pa
             INNER JOIN snsps_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = <span style="color:blue">XX</span>)
            JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
            JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
            JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = <span style="color:blue">XX</span>)
            JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
            WHERE pa.`id_product` IN (<span style="color:blue">XX</span>) AND ag.`is_color_group` = <span style="color:blue">XX</span>
            GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
            
            ORDER BY a.`position` ASC;
22 queries
SELECT *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
19 queries
SELECT `id_module` FROM `snsps_module_shop` WHERE `id_module` = <span style="color:blue">XX</span> AND `id_shop` = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
9 queries
SELECT *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
9 queries
SELECT *
							FROM `snsps_cms_lang`
							WHERE `id_cms` = <span style="color:blue">XX</span> AND `id_shop` = <span style="color:blue">XX</span>
9 queries
SELECT *
FROM `snsps_cms` a
LEFT JOIN `snsps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = <span style="color:blue">XX</span>
WHERE (a.`id_cms` = <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
5 queries
			SELECT cl.`link_rewrite`
			FROM `snsps_category_lang` cl
			WHERE `id_lang` = <span style="color:blue">XX</span>
			 AND cl.id_shop = <span style="color:blue">XX</span> 
			AND cl.`id_category` = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
5 queries
SELECT * FROM `snsps_wk_preorder_product_customer` wkpc INNER JOIN snsps_wk_preorder_product_customer_shop wk_preorder_product_customer_shop
        ON (wk_preorder_product_customer_shop.id_wk_preorder_product_customer = wkpc.id_wk_preorder_product_customer AND wk_preorder_product_customer_shop.id_shop = <span style="color:blue">XX</span>)
            WHERE wkpc.`product_id`  = <span style="color:blue">XX</span>
            AND wkpc.`attribute_id`= <span style="color:blue">XX</span>
            AND wkpc.`disallow_order` = <span style="color:blue">XX</span>
5 queries
				SELECT `name`
				FROM `snsps_manufacturer`
				WHERE `id_manufacturer` = <span style="color:blue">XX</span>
				AND `active` = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
4 queries
					SELECT `id_lang`, `text`
					FROM snsps_czblocklink_lang
					WHERE `id_czblocklink`=<span style="color:blue">XX</span>
3 queries
SELECT v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `snsps_feature_value` v LEFT JOIN `snsps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = <span style="color:blue">XX</span>) LEFT JOIN `snsps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = <span style="color:blue">XX</span>) WHERE v.`id_feature` = <span style="color:blue">XX</span> ORDER BY vl.`value` ASC
3 queries
					SELECT `id_lang`, `text`
					FROM snsps_cztoplink_lang
					WHERE `id_cztoplink`=<span style="color:blue">XX</span>
3 queries
SELECT fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.date_upd FROM snsps_product p LEFT JOIN snsps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN snsps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN snsps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, <span style="color:blue">XX</span>) = sa.id_product_attribute AND sa.id_shop = <span style="color:blue">XX</span>  AND sa.id_shop_group = <span style="color:blue">XX</span> ) LEFT JOIN snsps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN snsps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = <span style="color:blue">XX</span> AND ps.active = TRUE) INNER JOIN snsps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN snsps_category c ON (cp.id_category = c.id_category AND c.active=<span style="color:blue">XX</span>) LEFT JOIN snsps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='<span style="color:blue">XX</span>' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='<span style="color:blue">XX</span>' AND p.id_manufacturer IN (<span style="color:blue">XX</span>, <span style="color:blue">XX</span>, <span style="color:blue">XX</span>, <span style="color:blue">XX</span>, <span style="color:blue">XX</span>) AND cp.id_category='<span style="color:blue">XX</span>' GROUP BY p.id_product) p INNER JOIN snsps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=<span style="color:blue">XX</span>)) GROUP BY fp.id_feature_value
3 queries
				SELECT tr.*
				FROM `snsps_tax_rule` tr
				JOIN `snsps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
				WHERE trg.`active` = <span style="color:blue">XX</span>
				AND tr.`id_country` = <span style="color:blue">XX</span>
				AND tr.`id_tax_rules_group` = <span style="color:blue">XX</span>
				AND tr.`id_state` IN (<span style="color:blue">XX</span>, <span style="color:blue">XX</span>)
				AND ('<span style="color:blue">XX</span>' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
					OR (tr.`zipcode_to` = <span style="color:blue">XX</span> AND tr.`zipcode_from` IN(<span style="color:blue">XX</span>, '<span style="color:blue">XX</span>')))
				ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
2 queries
		SELECT m.*, ml.`description`, ml.`short_description`
		FROM `snsps_manufacturer` m INNER JOIN snsps_manufacturer_shop manufacturer_shop
        ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = <span style="color:blue">XX</span>)INNER JOIN `snsps_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = <span style="color:blue">XX</span>)WHERE <span style="color:blue">XX</span> AND m.`active` = <span style="color:blue">XX</span> ORDER BY m.`name` ASC
		
2 queries
							SELECT `name`
							FROM `snsps_hook`
							WHERE `id_hook` = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
2 queries
SELECT `id_lang` FROM `snsps_lang`
                    WHERE `locale` = 'ro-ro'
                    OR `language_code` = 'ro-ro' LIMIT <span style="color:blue">XX</span>
2 queries
SELECT *
FROM `snsps_link_block` a
LEFT JOIN `snsps_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = <span style="color:blue">XX</span>
WHERE (a.`id_link_block` = <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
2 queries
(SELECT <span style="color:blue">XX</span> FROM `snsps_cart_rule` WHERE date_to >= "<span style="color:blue">XX</span>-<span style="color:blue">XX</span>-<span style="color:blue">XX</span> <span style="color:blue">XX</span>:<span style="color:blue">XX</span>:<span style="color:blue">XX</span>" AND date_to <= "<span style="color:blue">XX</span>-<span style="color:blue">XX</span>-<span style="color:blue">XX</span> <span style="color:blue">XX</span>:<span style="color:blue">XX</span>:<span style="color:blue">XX</span>" AND `id_customer` IN (<span style="color:blue">XX</span>,<span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>)UNION ALL (SELECT <span style="color:blue">XX</span> FROM `snsps_cart_rule` WHERE date_from >= "<span style="color:blue">XX</span>-<span style="color:blue">XX</span>-<span style="color:blue">XX</span> <span style="color:blue">XX</span>:<span style="color:blue">XX</span>:<span style="color:blue">XX</span>" AND date_from <= "<span style="color:blue">XX</span>-<span style="color:blue">XX</span>-<span style="color:blue">XX</span> <span style="color:blue">XX</span>:<span style="color:blue">XX</span>:<span style="color:blue">XX</span>" AND `id_customer` IN (<span style="color:blue">XX</span>,<span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>)UNION ALL (SELECT <span style="color:blue">XX</span> FROM `snsps_cart_rule` WHERE date_from < "<span style="color:blue">XX</span>-<span style="color:blue">XX</span>-<span style="color:blue">XX</span> <span style="color:blue">XX</span>:<span style="color:blue">XX</span>:<span style="color:blue">XX</span>" AND date_to > "<span style="color:blue">XX</span>-<span style="color:blue">XX</span>-<span style="color:blue">XX</span> <span style="color:blue">XX</span>:<span style="color:blue">XX</span>:<span style="color:blue">XX</span>" AND `id_customer` IN (<span style="color:blue">XX</span>,<span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
2 queries
			SELECT `need_identification_number`
			FROM `snsps_country`
			WHERE `id_country` = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
2 queries
                SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
                FROM `snsps_module` m
                LEFT JOIN `snsps_module_shop` ms
                ON m.`id_module` = ms.`id_module`
                AND ms.`id_shop` = <span style="color:blue">XX</span>
2 queries
SELECT *
							FROM `snsps_link_block_lang`
							WHERE `id_link_block` = <span style="color:blue">XX</span>

Tables stress

299 wk_preorder_product_shop
299 wk_preorder_product
292 imgstickers
180 stock_available
176 product
176 product_shop
113 product_attribute
99 product_attribute_shop
99 image
99 image_shop
67 cart_product
66 image_lang
66 product_lang
47 product_attribute_combination
44 category_product
43 category_lang
43 product_sale
36 feature_product
36 feature_value_lang
34 feature
34 feature_shop
34 feature_lang
34 specific_price
33 product_group_reduction_cache
33 orders
33 attribute_group
33 tag
33 product_tag
33 wk_wishlist
33 pack
33 attribute
33 attribute_lang
23 module_shop
23 module
16 category
13 category_group
10 cms_lang
10 cms_shop
10 cms
9 hook
7 manufacturer
6 cart_rule
5 wk_preorder_product_customer_shop
5 country
5 wk_preorder_product_customer
5 lang
5 currency
4 czblocklink_lang
4 shop
4 shop_url
4 category_shop
4 lang_shop
4 currency_shop
3 tax_rules_group
3 tax_rule
3 meta
3 hook_alias
3 cztoplink_lang
3 meta_lang
3 layered_indexable_feature_value_lang_value
3 feature_value
3 link_block
3 link_block_shop
2 country_lang
2 hook_module
2 link_block_lang
2 configuration
2 employee_shop
2 psblogcat_lang
2 psblogcat
2 shop_group
2 manufacturer_shop
2 country_shop
2 manufacturer_lang
2 currency_lang
2 group
2 group_shop
1 cztoplink
1 address_format
1 page_type
1 connections
1 layered_indexable_feature_lang_value
1 layered_indexable_feature
1 configuration_lang
1 layered_category
1 layered_filter_block
1 required_field
1 czfootercmsblockinfo_lang
1 state
1 module_group
1 image_type
1 hook_module_exceptions
1 czblocklink
1 group_lang
1 supplier
1 tax
1 employee
1 psblog_blog_shop
1 psblog_blog_lang
1 psblog_blog
1 psblogcat_shop
1 tax_lang
1 page

ObjectModel instances

Name Instances Source
PreorderProduct 308 /override/classes/Cart.php [408]
/override/classes/Cart.php [408]
/override/classes/Cart.php [408]
/override/classes/Cart.php [408]
/override/classes/Cart.php [408]
/override/classes/Cart.php [408]
/override/classes/Cart.php [408]
/override/classes/Cart.php [408]
/override/classes/Cart.php [408]
/modules/preorder/preorder.php [1629]
/modules/preorder/preorder.php [1661]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
Product 101 /src/Adapter/Image/ImageRetriever.php [66]
/src/Adapter/Image/ImageRetriever.php [66]
/src/Adapter/Image/ImageRetriever.php [66]
/src/Adapter/Image/ImageRetriever.php [66]
/src/Adapter/Image/ImageRetriever.php [66]
/src/Adapter/Image/ImageRetriever.php [66]
/src/Adapter/Image/ImageRetriever.php [66]
/src/Adapter/Image/ImageRetriever.php [66]
/src/Adapter/Image/ImageRetriever.php [66]
/src/Adapter/Image/ImageRetriever.php [66]
/src/Adapter/Image/ImageRetriever.php [66]
/src/Adapter/Image/ImageRetriever.php [66]
/src/Adapter/Image/ImageRetriever.php [66]
/src/Adapter/Image/ImageRetriever.php [66]
/src/Adapter/Image/ImageRetriever.php [66]
/src/Adapter/Image/ImageRetriever.php [66]
/src/Adapter/Image/ImageRetriever.php [66]
/src/Adapter/Image/ImageRetriever.php [66]
/src/Adapter/Image/ImageRetriever.php [66]
/src/Adapter/Image/ImageRetriever.php [66]
/src/Adapter/Image/ImageRetriever.php [66]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/src/Adapter/Image/ImageRetriever.php [66]
/src/Adapter/Image/ImageRetriever.php [66]
/src/Adapter/Image/ImageRetriever.php [66]
/src/Adapter/Image/ImageRetriever.php [66]
/src/Adapter/Image/ImageRetriever.php [66]
/src/Adapter/Image/ImageRetriever.php [66]
/src/Adapter/Image/ImageRetriever.php [66]
/src/Adapter/Image/ImageRetriever.php [66]
/src/Adapter/Image/ImageRetriever.php [66]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
Address 37 /classes/shop/Shop.php [469]
/classes/Product.php [3663]
/classes/Product.php [3773]
/classes/Product.php [5848]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
WkWishListHelper 33 /modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
StickersImg 33 /modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
Combination 33 /classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
CMS 10 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php [138]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php [138]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php [138]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php [138]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php [138]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php [138]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php [138]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php [138]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php [138]
/modules/cz_blockpaymentlogo/cz_blockpaymentlogo.php [162]
Category 6 /controllers/front/listing/CategoryController.php [89]
/classes/Meta.php [380]
/classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
/modules/ps_facetedsearch/src/Product/Search.php [325]
/modules/ps_facetedsearch/src/Filters/Block.php [154]
Country 6 /config/config.inc.php [157]
/classes/controller/FrontController.php [374]
/classes/AddressFormat.php [404]
/classes/controller/FrontController.php [1677]
/classes/AddressFormat.php [404]
/modules/ps_contactinfo/ps_contactinfo.php [104]
State 5 /classes/AddressFormat.php [404]
/classes/controller/FrontController.php [1676]
/modules/ps_contactinfo/ps_contactinfo.php [93]
/classes/AddressFormat.php [404]
/modules/ps_contactinfo/ps_contactinfo.php [103]
Language 2 /config/config.inc.php [222]
/classes/Tools.php [581]
PrestaShop\Module\LinkList\Model\LinkBlock 2 /modules/ps_linklist/src/LegacyLinkBlockRepository.php [91]
/modules/ps_linklist/src/LegacyLinkBlockRepository.php [91]
AddressFormat 2 /classes/controller/FrontController.php [1671]
/modules/ps_contactinfo/ps_contactinfo.php [98]
Hook 2 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php [64]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php [64]
Tax 2 /classes/tax/TaxRulesTaxManager.php [116]
/classes/tax/TaxRulesTaxManager.php [116]
Currency 2 /src/Adapter/Currency/CurrencyDataProvider.php [101]
/classes/Tools.php [704]
PsBlogBlog 1 /modules/psblog/psblog.php [312]
Employee 1 /modules/psblog/psblog.php [321]
Guest 1 /modules/statsdata/statsdata.php [82]
Shop 1 /config/config.inc.php [128]
Psblogcat 1 /modules/psblog/psblog.php [303]
PreorderProductCustomer 1 /modules/preorder/classes/PreorderProduct.php [596]
Risk 1 /classes/controller/FrontController.php [1609]
Gender 1 /classes/controller/FrontController.php [1606]
Group 1 /classes/Cart.php [248]
Cart 1 /classes/controller/FrontController.php [443]
Customer 1 /config/config.inc.php [271]
ShopGroup 1 /classes/shop/Shop.php [557]
Connection 1 /modules/statsdata/statsdata.php [118]

Included Files

# Filename
0 /index.php
1 /config/config.inc.php
2 /config/defines.inc.php
3 /config/autoload.php
4 /vendor/autoload.php
5 /vendor/composer/autoload_real.php
6 /vendor/composer/platform_check.php
7 /vendor/composer/ClassLoader.php
8 /vendor/composer/include_paths.php
9 /vendor/composer/autoload_static.php
10 /vendor/react/promise/src/functions_include.php
11 /vendor/react/promise/src/functions.php
12 /vendor/symfony/polyfill-intl-normalizer/bootstrap.php
13 /vendor/symfony/polyfill-php72/bootstrap.php
14 /vendor/symfony/polyfill-intl-idn/bootstrap.php
15 /vendor/symfony/polyfill-ctype/bootstrap.php
16 /vendor/symfony/polyfill-mbstring/bootstrap.php
17 /vendor/symfony/polyfill-php73/bootstrap.php
18 /vendor/symfony/polyfill-iconv/bootstrap.php
19 /vendor/jakeasmith/http_build_url/src/http_build_url.php
20 /vendor/markbaker/complex/classes/src/functions/abs.php
21 /vendor/markbaker/complex/classes/src/functions/acos.php
22 /vendor/markbaker/complex/classes/src/functions/acosh.php
23 /vendor/markbaker/complex/classes/src/functions/acot.php
24 /vendor/markbaker/complex/classes/src/functions/acoth.php
25 /vendor/markbaker/complex/classes/src/functions/acsc.php
26 /vendor/markbaker/complex/classes/src/functions/acsch.php
27 /vendor/markbaker/complex/classes/src/functions/argument.php
28 /vendor/markbaker/complex/classes/src/functions/asec.php
29 /vendor/markbaker/complex/classes/src/functions/asech.php
30 /vendor/markbaker/complex/classes/src/functions/asin.php
31 /vendor/markbaker/complex/classes/src/functions/asinh.php
32 /vendor/markbaker/complex/classes/src/functions/atan.php
33 /vendor/markbaker/complex/classes/src/functions/atanh.php
34 /vendor/markbaker/complex/classes/src/functions/conjugate.php
35 /vendor/markbaker/complex/classes/src/functions/cos.php
36 /vendor/markbaker/complex/classes/src/functions/cosh.php
37 /vendor/markbaker/complex/classes/src/functions/cot.php
38 /vendor/markbaker/complex/classes/src/functions/coth.php
39 /vendor/markbaker/complex/classes/src/functions/csc.php
40 /vendor/markbaker/complex/classes/src/functions/csch.php
41 /vendor/markbaker/complex/classes/src/functions/exp.php
42 /vendor/markbaker/complex/classes/src/functions/inverse.php
43 /vendor/markbaker/complex/classes/src/functions/ln.php
44 /vendor/markbaker/complex/classes/src/functions/log2.php
45 /vendor/markbaker/complex/classes/src/functions/log10.php
46 /vendor/markbaker/complex/classes/src/functions/negative.php
47 /vendor/markbaker/complex/classes/src/functions/pow.php
48 /vendor/markbaker/complex/classes/src/functions/rho.php
49 /vendor/markbaker/complex/classes/src/functions/sec.php
50 /vendor/markbaker/complex/classes/src/functions/sech.php
51 /vendor/markbaker/complex/classes/src/functions/sin.php
52 /vendor/markbaker/complex/classes/src/functions/sinh.php
53 /vendor/markbaker/complex/classes/src/functions/sqrt.php
54 /vendor/markbaker/complex/classes/src/functions/tan.php
55 /vendor/markbaker/complex/classes/src/functions/tanh.php
56 /vendor/markbaker/complex/classes/src/functions/theta.php
57 /vendor/markbaker/complex/classes/src/operations/add.php
58 /vendor/markbaker/complex/classes/src/operations/subtract.php
59 /vendor/markbaker/complex/classes/src/operations/multiply.php
60 /vendor/markbaker/complex/classes/src/operations/divideby.php
61 /vendor/markbaker/complex/classes/src/operations/divideinto.php
62 /vendor/markbaker/matrix/classes/src/Functions/adjoint.php
63 /vendor/markbaker/matrix/classes/src/Functions/antidiagonal.php
64 /vendor/markbaker/matrix/classes/src/Functions/cofactors.php
65 /vendor/markbaker/matrix/classes/src/Functions/determinant.php
66 /vendor/markbaker/matrix/classes/src/Functions/diagonal.php
67 /vendor/markbaker/matrix/classes/src/Functions/identity.php
68 /vendor/markbaker/matrix/classes/src/Functions/inverse.php
69 /vendor/markbaker/matrix/classes/src/Functions/minors.php
70 /vendor/markbaker/matrix/classes/src/Functions/trace.php
71 /vendor/markbaker/matrix/classes/src/Functions/transpose.php
72 /vendor/markbaker/matrix/classes/src/Operations/add.php
73 /vendor/markbaker/matrix/classes/src/Operations/directsum.php
74 /vendor/markbaker/matrix/classes/src/Operations/subtract.php
75 /vendor/markbaker/matrix/classes/src/Operations/multiply.php
76 /vendor/markbaker/matrix/classes/src/Operations/divideby.php
77 /vendor/markbaker/matrix/classes/src/Operations/divideinto.php
78 /vendor/paragonie/random_compat/lib/random.php
79 /vendor/swiftmailer/swiftmailer/lib/swift_required.php
80 /vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
81 /vendor/symfony/polyfill-apcu/bootstrap.php
82 /vendor/symfony/polyfill-intl-icu/bootstrap.php
83 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
84 /vendor/ircmaxell/password-compat/lib/password.php
85 /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
86 /app/AppKernel.php
87 /vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php
88 /vendor/symfony/symfony/src/Symfony/Component/HttpKernel/KernelInterface.php
89 /vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernelInterface.php
90 /vendor/symfony/symfony/src/Symfony/Component/HttpKernel/RebootableInterface.php
91 /vendor/symfony/symfony/src/Symfony/Component/HttpKernel/TerminableInterface.php
92 /config/alias.php
93 /classes/PrestaShopAutoload.php
94 /var/cache/dev/class_index.php
95 /config/bootstrap.php
96 /src/Core/ContainerBuilder.php
97 /src/Core/Foundation/IoC/Container.php
98 /src/Adapter/ServiceLocator.php
99 /vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php
100 /var/cache/dev/appParameters.php
103 /classes/controller/Controller.php
105 /classes/ObjectModel.php
106 /src/Core/Foundation/Database/EntityInterface.php
108 /classes/db/Db.php
110 /classes/Hook.php
112 /classes/module/Module.php
113 /src/Core/Module/ModuleInterface.php
115 /classes/Tools.php
116 /classes/Context.php
117 /classes/shop/Shop.php
118 /classes/db/DbPDO.php
119 /classes/AddressFormat.php
120 /classes/Configuration.php
121 /classes/Validate.php
122 /override/classes/Validate.php
123 /classes/cache/Cache.php
124 /src/Adapter/EntityMapper.php
125 /classes/db/DbQuery.php
126 /src/Core/Addon/Theme/ThemeManagerBuilder.php
127 /src/Adapter/Configuration.php
128 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php
129 /src/Core/Domain/Configuration/ShopConfigurationInterface.php
130 /src/Core/ConfigurationInterface.php
131 /src/Core/Addon/Theme/ThemeRepository.php
132 /src/Core/Addon/AddonRepositoryInterface.php
133 /src/Core/Domain/Shop/ValueObject/ShopConstraint.php
134 /src/Core/Addon/Theme/Theme.php
135 /src/Core/Addon/AddonInterface.php
136 /vendor/shudrum/array-finder/ArrayFinder.php
137 /config/defines_uri.inc.php
138 /classes/Language.php
139 /src/Core/Language/LanguageInterface.php
140 /classes/Country.php
141 /classes/PrestaShopCollection.php
142 /classes/shop/ShopGroup.php
143 /classes/Cookie.php
144 /classes/PhpEncryption.php
145 /vendor/defuse/php-encryption/src/Core.php
146 /classes/PhpEncryptionEngine.php
147 /vendor/defuse/php-encryption/src/Key.php
148 /vendor/defuse/php-encryption/src/Encoding.php
149 /src/Core/Session/SessionHandler.php
150 /src/Core/Session/SessionHandlerInterface.php
151 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php
152 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php
153 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php
154 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
155 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php
156 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
157 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php
158 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
159 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php
160 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php
161 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php
162 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
163 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php
164 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php
165 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
166 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php
167 /config/smarty.config.inc.php
168 /classes/Smarty/SmartyDev.php
169 /vendor/smarty/smarty/libs/Smarty.class.php
170 /vendor/smarty/smarty/libs/Autoloader.php
171 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
172 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
173 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
174 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
175 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
176 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
177 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
178 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
179 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
180 /config/smartyfront.config.inc.php
181 /classes/Smarty/SmartyResourceModule.php
182 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
183 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
184 /classes/Smarty/SmartyResourceParent.php
185 /classes/Smarty/SmartyLazyRegister.php
186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
187 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
188 /classes/Customer.php
189 /classes/Group.php
190 /classes/Link.php
191 /classes/shop/ShopUrl.php
192 /classes/Dispatcher.php
193 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
194 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
195 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
196 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
197 /src/Adapter/SymfonyContainer.php
198 /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
199 /config/db_slave_server.inc.php
200 /modules/psblog/psblog.php
201 /modules/psblog/loader.php
202 /modules/psblog/classes/config.php
203 /modules/psblog/libs/Helper.php
204 /modules/psblog/classes/psblogcat.php
205 /modules/psblog/classes/blog.php
206 /modules/psblog/classes/link.php
207 /modules/psblog/classes/comment.php
208 /modules/psblog/classes/PsblogOwlCarousel.php
209 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
210 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
211 /src/PrestaShopBundle/Translation/TranslatorComponent.php
212 /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
213 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
214 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
215 /src/PrestaShopBundle/Translation/TranslatorInterface.php
216 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
217 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
218 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
219 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
220 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
221 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageSelector.php
222 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
223 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
224 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
225 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
226 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
227 /var/cache/dev/translations/catalogue.ro-RO.NXhscRe.php
228 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
229 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
230 /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
231 /controllers/front/listing/CategoryController.php
232 /classes/controller/ProductListingFrontController.php
233 /classes/controller/ProductPresentingFrontController.php
234 /classes/controller/FrontController.php
235 /src/Adapter/Presenter/Object/ObjectPresenter.php
236 /src/Adapter/Presenter/PresenterInterface.php
237 /src/Adapter/Presenter/Cart/CartPresenter.php
238 /src/Adapter/Product/PriceFormatter.php
239 /src/Adapter/Image/ImageRetriever.php
240 /classes/tax/TaxConfiguration.php
241 /classes/Smarty/TemplateFinder.php
242 /classes/assets/StylesheetManager.php
243 /classes/assets/AbstractAssetManager.php
244 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
245 /classes/assets/JavascriptManager.php
246 /classes/assets/CccReducer.php
247 /classes/Category.php
248 /classes/webservice/WebserviceRequest.php
249 /src/Adapter/ContainerBuilder.php
250 /src/Adapter/Environment.php
251 /src/Core/EnvironmentInterface.php
252 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php
253 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php
254 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
255 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php
256 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
257 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
258 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
259 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
260 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
261 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
262 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
263 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
264 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
265 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
266 /vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php
267 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php
268 /vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php
269 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php
270 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
271 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
272 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
273 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
274 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
275 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
276 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
277 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
278 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
279 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
280 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
281 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
282 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
283 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
284 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
285 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
286 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
287 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
288 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
289 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
290 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
291 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
292 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
293 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
294 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
295 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
296 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
297 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
298 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
299 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
300 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
301 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
302 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
303 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
304 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
305 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
306 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
307 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
308 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
309 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
310 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
311 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
312 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
313 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
314 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
315 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
316 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
317 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
318 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
319 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
320 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
321 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
322 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
323 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
324 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
325 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
326 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
327 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
328 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php
329 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
330 /vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php
331 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php
332 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php
333 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php
334 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php
335 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ComposerResource.php
336 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ReflectionClassResource.php
337 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/DirectoryResource.php
338 /var/cache/dev/FrontContainer.php
339 /src/Adapter/Container/LegacyContainer.php
340 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
341 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
342 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
343 /vendor/psr/container/src/ContainerInterface.php
344 /src/Adapter/Container/LegacyContainerInterface.php
345 /modules/contactform/vendor/autoload.php
346 /modules/contactform/vendor/composer/autoload_real.php
347 /modules/contactform/vendor/composer/autoload_static.php
348 /modules/dashactivity/vendor/autoload.php
349 /modules/dashactivity/vendor/composer/autoload_real.php
350 /modules/dashactivity/vendor/composer/autoload_static.php
351 /modules/dashtrends/vendor/autoload.php
352 /modules/dashtrends/vendor/composer/autoload_real.php
353 /modules/dashtrends/vendor/composer/autoload_static.php
354 /modules/dashproducts/vendor/autoload.php
355 /modules/dashproducts/vendor/composer/autoload_real.php
356 /modules/dashproducts/vendor/composer/autoload_static.php
357 /modules/gsitemap/vendor/autoload.php
358 /modules/gsitemap/vendor/composer/autoload_real.php
359 /modules/gsitemap/vendor/composer/platform_check.php
360 /modules/gsitemap/vendor/composer/autoload_static.php
361 /modules/pagesnotfound/vendor/autoload.php
362 /modules/pagesnotfound/vendor/composer/autoload_real.php
363 /modules/pagesnotfound/vendor/composer/autoload_static.php
364 /modules/ps_emailsubscription/vendor/autoload.php
365 /modules/ps_emailsubscription/vendor/composer/autoload_real.php
366 /modules/ps_emailsubscription/vendor/composer/autoload_static.php
367 /modules/ps_imageslider/vendor/autoload.php
368 /modules/ps_imageslider/vendor/composer/autoload_real.php
369 /modules/ps_imageslider/vendor/composer/autoload_static.php
370 /modules/ps_mainmenu/vendor/autoload.php
371 /modules/ps_mainmenu/vendor/composer/autoload_real.php
372 /modules/ps_mainmenu/vendor/composer/autoload_static.php
373 /modules/ps_shoppingcart/vendor/autoload.php
374 /modules/ps_shoppingcart/vendor/composer/autoload_real.php
375 /modules/ps_shoppingcart/vendor/composer/autoload_static.php
376 /modules/ps_socialfollow/vendor/autoload.php
377 /modules/ps_socialfollow/vendor/composer/autoload_real.php
378 /modules/ps_socialfollow/vendor/composer/autoload_static.php
379 /modules/ps_themecusto/vendor/autoload.php
380 /modules/ps_themecusto/vendor/composer/autoload_real.php
381 /modules/ps_themecusto/vendor/composer/autoload_static.php
382 /modules/statscatalog/vendor/autoload.php
383 /modules/statscatalog/vendor/composer/autoload_real.php
384 /modules/statscatalog/vendor/composer/autoload_static.php
385 /modules/statscheckup/vendor/autoload.php
386 /modules/statscheckup/vendor/composer/autoload_real.php
387 /modules/statscheckup/vendor/composer/autoload_static.php
388 /modules/statsproduct/vendor/autoload.php
389 /modules/statsproduct/vendor/composer/autoload_real.php
390 /modules/statsproduct/vendor/composer/autoload_static.php
391 /modules/blockreassurance/vendor/autoload.php
392 /modules/blockreassurance/vendor/composer/autoload_real.php
393 /modules/blockreassurance/vendor/composer/autoload_static.php
394 /modules/ps_facetedsearch/vendor/autoload.php
395 /modules/ps_facetedsearch/vendor/composer/autoload_real.php
396 /modules/ps_facetedsearch/vendor/composer/autoload_static.php
397 /modules/ps_cashondelivery/vendor/autoload.php
398 /modules/ps_cashondelivery/vendor/composer/autoload_real.php
399 /modules/ps_cashondelivery/vendor/composer/autoload_static.php
400 /modules/ps_emailalerts/vendor/autoload.php
401 /modules/ps_emailalerts/vendor/composer/autoload_real.php
402 /modules/ps_emailalerts/vendor/composer/autoload_static.php
403 /modules/ps_featuredproducts/vendor/autoload.php
404 /modules/ps_featuredproducts/vendor/composer/autoload_real.php
405 /modules/ps_featuredproducts/vendor/composer/autoload_static.php
406 /src/Core/Localization/Locale/Repository.php
407 /src/Core/Localization/Locale/RepositoryInterface.php
408 /src/Core/Localization/CLDR/LocaleRepository.php
409 /src/Core/Localization/CLDR/LocaleDataSource.php
410 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
411 /src/Core/Data/Layer/AbstractDataLayer.php
412 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
413 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
414 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
415 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
416 /vendor/psr/cache/src/CacheItemPoolInterface.php
417 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
418 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
419 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
420 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
421 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
422 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
423 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
424 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
425 /vendor/psr/cache/src/CacheItemInterface.php
426 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
427 /src/Core/Localization/CLDR/Reader.php
428 /src/Core/Localization/CLDR/ReaderInterface.php
429 /src/Core/Localization/Currency/Repository.php
430 /src/Core/Localization/Currency/RepositoryInterface.php
431 /src/Core/Localization/Currency/CurrencyDataSource.php
432 /src/Core/Localization/Currency/DataSourceInterface.php
433 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
434 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
435 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
436 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
437 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
438 /src/Adapter/Currency/CurrencyDataProvider.php
439 /src/Core/Currency/CurrencyDataProviderInterface.php
440 /src/Adapter/LegacyContext.php
441 /src/Adapter/Tools.php
442 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
443 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
444 /vendor/prestashop/decimal/src/Operation/Rounding.php
445 /src/Core/Localization/Locale.php
446 /src/Core/Localization/LocaleInterface.php
447 /src/Core/Localization/Specification/Price.php
448 /src/Core/Localization/Specification/Number.php
449 /src/Core/Localization/Specification/NumberInterface.php
450 /src/Core/Localization/Specification/Factory.php
451 /src/Core/Localization/CLDR/LocaleData.php
452 /src/Core/Localization/CLDR/NumberSymbolsData.php
453 /src/Core/Localization/CLDR/CurrencyData.php
454 /src/Core/Localization/CLDR/Locale.php
455 /src/Core/Localization/CLDR/LocaleInterface.php
456 /src/Core/Localization/Specification/NumberSymbolList.php
457 /classes/Currency.php
458 /src/Core/Localization/Currency/LocalizedCurrencyId.php
459 /src/Core/Localization/Currency/CurrencyData.php
460 /src/Core/Localization/Currency/CurrencyCollection.php
461 /src/Core/Localization/Currency.php
462 /src/Core/Localization/CurrencyInterface.php
463 /src/Core/Localization/Specification/NumberCollection.php
464 /src/Core/Localization/Number/Formatter.php
465 /vendor/symfony/symfony/src/Symfony/Component/Debug/Debug.php
466 /vendor/symfony/symfony/src/Symfony/Component/Debug/ExceptionHandler.php
467 /vendor/symfony/symfony/src/Symfony/Component/Debug/ErrorHandler.php
468 /vendor/psr/log/Psr/Log/LogLevel.php
469 /vendor/symfony/symfony/src/Symfony/Component/Debug/BufferingLogger.php
470 /vendor/psr/log/Psr/Log/AbstractLogger.php
471 /vendor/psr/log/Psr/Log/LoggerInterface.php
472 /vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php
473 /classes/Cart.php
474 /override/classes/Cart.php
475 /src/Adapter/AddressFactory.php
476 /classes/CartRule.php
477 /classes/Product.php
478 /override/classes/Product.php
479 /src/Core/Domain/Product/ValueObject/RedirectType.php
480 /src/Core/Util/DateTime/DateTime.php
481 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
482 /classes/Pack.php
483 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
484 /src/Core/Domain/Product/ValueObject/ProductType.php
485 /src/Core/Domain/Product/ValueObject/Reference.php
486 /src/Core/Domain/Product/ValueObject/Ean13.php
487 /src/Core/Domain/Product/ValueObject/Isbn.php
488 /src/Core/Domain/Product/ValueObject/Upc.php
489 /src/Core/Domain/Product/ProductSettings.php
490 /src/Core/Domain/Shop/ValueObject/ShopId.php
491 /modules/ps_socialfollow/ps_socialfollow.php
492 /src/Core/Module/WidgetInterface.php
493 /src/PrestaShopBundle/Translation/DomainNormalizer.php
494 /modules/wkwishlist/wkwishlist.php
495 /modules/wkwishlist/classes/WkWishlistHelper.php
496 /modules/wkwishlist/classes/WkWishlistProduct.php
497 /modules/wkwishlist/classes/WkWishlistDb.php
498 /classes/Translate.php
499 /modules/wkwishlist/translations/ro.php
500 /classes/Media.php
501 /modules/ps_emailalerts/ps_emailalerts.php
502 /modules/ps_emailalerts/MailAlert.php
503 /modules/preorder/preorder.php
504 /modules/preorder/classes/PreorderClasses.php
505 /modules/preorder/classes/PreorderProduct.php
506 /modules/preorder/classes/PreorderProductCustomer.php
507 /modules/preorder/classes/PreorderHelper.php
508 /modules/preorder/classes/PreorderInstall.php
509 /modules/preorder/classes/PreorderCustomPrice.php
510 /classes/module/CarrierModule.php
511 /modules/preorder/translations/ro.php
512 /modules/notifyme/notifyme.php
513 /modules/notifyme/classes/NotifyMeDb.php
514 /modules/notifyme/classes/processnotifyme.php
515 /modules/notifyme/translations/ro.php
516 /classes/ProductDownload.php
517 /classes/tax/Tax.php
518 /src/Core/Localization/CLDR/ComputingPrecision.php
519 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
520 /src/Core/Cart/Calculator.php
521 /src/Core/Cart/CartRowCollection.php
522 /src/Core/Cart/Fees.php
523 /src/Core/Cart/AmountImmutable.php
524 /src/Core/Cart/CartRuleCollection.php
525 /src/Core/Cart/CartRuleCalculator.php
526 /src/Adapter/Product/PriceCalculator.php
527 /classes/order/Order.php
528 /src/Core/Cart/CartRow.php
529 /vendor/prestashop/decimal/src/DecimalNumber.php
530 /vendor/prestashop/decimal/src/Builder.php
531 /classes/Gender.php
532 /classes/Risk.php
533 /classes/Meta.php
534 /classes/Address.php
535 /classes/ImageType.php
536 /src/Core/Addon/Module/ModuleManagerBuilder.php
537 /src/Core/Util/File/YamlParser.php
538 /var/cache/dev/yaml/20ebb8c42ac5ccb8216919104693b00f.php
539 /var/cache/dev/yaml/33011277b24fc3a0f1c3854523aeef2b.php
540 /src/PrestaShopBundle/Service/DataProvider/Marketplace/ApiClient.php
541 /vendor/guzzlehttp/guzzle/src/Client.php
542 /vendor/guzzlehttp/guzzle/src/ClientInterface.php
543 /vendor/guzzlehttp/guzzle/src/Event/HasEmitterInterface.php
544 /vendor/guzzlehttp/guzzle/src/Event/HasEmitterTrait.php
545 /vendor/guzzlehttp/guzzle/src/Url.php
546 /vendor/guzzlehttp/guzzle/src/Utils.php
547 /vendor/guzzlehttp/guzzle/src/Message/MessageFactory.php
548 /vendor/guzzlehttp/guzzle/src/Message/MessageFactoryInterface.php
549 /vendor/guzzlehttp/guzzle/src/Event/ListenerAttacherTrait.php
550 /vendor/guzzlehttp/guzzle/src/Subscriber/HttpError.php
551 /vendor/guzzlehttp/guzzle/src/Event/SubscriberInterface.php
552 /vendor/guzzlehttp/guzzle/src/Subscriber/Redirect.php
553 /vendor/guzzlehttp/ringphp/src/Client/CurlHandler.php
554 /vendor/guzzlehttp/ringphp/src/Client/CurlFactory.php
555 /vendor/guzzlehttp/ringphp/src/Client/CurlMultiHandler.php
556 /vendor/guzzlehttp/ringphp/src/Client/Middleware.php
557 /vendor/guzzlehttp/ringphp/src/Client/StreamHandler.php
558 /vendor/guzzlehttp/guzzle/src/RequestFsm.php
559 /app/config/parameters.php
560 /src/Adapter/Module/ModuleZipManager.php
561 /src/PrestaShopBundle/Event/Dispatcher/NullDispatcher.php
562 /vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php
563 /src/Core/Hook/HookDispatcherInterface.php
564 /src/Adapter/Addons/AddonsDataProvider.php
565 /src/PrestaShopBundle/Service/DataProvider/Admin/AddonsInterface.php
566 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php
567 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php
568 /src/Adapter/LegacyLogger.php
569 /src/PrestaShopBundle/Service/DataProvider/Admin/CategoriesProvider.php
570 /src/Adapter/Module/ModuleDataProvider.php
571 /src/Adapter/Module/AdminModuleDataProvider.php
572 /src/PrestaShopBundle/Service/DataProvider/Admin/ModuleInterface.php
573 /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php
574 /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php
575 /vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php
576 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php
577 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php
578 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php
579 /vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php
580 /vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php
581 /vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php
582 /vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php
583 /vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php
584 /vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php
585 /vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php
586 /src/Adapter/Module/ModuleDataUpdater.php
587 /src/Core/Addon/Module/ModuleManager.php
588 /src/Core/Addon/AddonManagerInterface.php
589 /src/Core/Addon/Module/ModuleRepository.php
590 /src/Core/Addon/Module/ModuleRepositoryInterface.php
591 /vendor/symfony/symfony/src/Symfony/Component/Finder/Finder.php
592 /src/Adapter/Cache/Clearer/SymfonyCacheClearer.php
593 /src/Core/Cache/Clearer/CacheClearerInterface.php
594 /classes/State.php
595 /src/Core/Filter/FrontEndObject/MainFilter.php
596 /src/Core/Filter/FilterInterface.php
597 /src/Core/Filter/FrontEndObject/CartFilter.php
598 /src/Core/Filter/HashMapWhitelistFilter.php
599 /src/Core/Filter/CollectionFilter.php
600 /src/Core/Filter/FrontEndObject/ProductFilter.php
601 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
602 /src/Core/Filter/FrontEndObject/CustomerFilter.php
603 /src/Core/Filter/FrontEndObject/ShopFilter.php
604 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
605 /modules/productcomments/productcomments.php
606 /modules/ps_searchbar/ps_searchbar.php
607 /modules/ps_shoppingcart/ps_shoppingcart.php
608 /modules/cz_imageslider/cz_imageslider.php
609 /modules/cz_imageslider/Cz_HomeSlide.php
610 /src/Adapter/Localization/LegacyTranslator.php
611 /modules/cz_blockpaymentlogo/cz_blockpaymentlogo.php
612 /modules/cz_blockpaymentlogo/translations/ro.php
613 /modules/imgstickers/imgstickers.php
614 /modules/imgstickers/models/StickersImg.php
615 /modules/imgstickers/translations/ro.php
616 /modules/plationline/plationline.php
617 /classes/PaymentModule.php
618 /modules/plationline/translations/ro.php
619 /modules/plationline/inc/libraries/autoloader.php
620 /modules/cz_verticalmenu/cz_verticalmenu.php
621 /modules/cz_verticalmenu/cz_verticalmenutoplinks.class.php
622 /modules/cz_verticalmenu/translations/ro.php
623 /modules/migrationpro/migrationpro.php
624 /modules/migrationpro/classes/MigrationProMapping.php
625 /modules/migrationpro/classes/MigrationProSaveMapping.php
626 /modules/migrationpro/classes/MigrationProProcess.php
627 /modules/migrationpro/classes/MigrationProData.php
628 /modules/migrationpro/classes/MigrationProMigratedData.php
629 /modules/migrationpro/classes/EDClient.php
630 /modules/migrationpro/classes/EDQuery.php
631 /modules/migrationpro/classes/EDImport.php
632 /modules/migrationpro/classes/loggers/MigrationProLogger.php
633 /modules/migrationpro/classes/loggers/MigrationProDBErrorLogger.php
634 /modules/migrationpro/classes/loggers/MigrationProDBWarningLogger.php
635 /modules/migrationpro/classes/loggers/EntityTypeMapper.php
636 /modules/migrationpro/classes/Validator.php
637 /modules/migrationpro/classes/MigrationProPassLog.php
638 /modules/migrationpro/classes/MigrationProMappingCreator.php
639 /modules/migrationpro/classes/MigrationProTimeRemapping.php
640 /modules/migrationpro/translations/ro.php
641 /src/Core/Product/Search/ProductSearchContext.php
642 /src/Core/Product/Search/ProductSearchQuery.php
643 /src/Core/Product/Search/SortOrder.php
644 /modules/ps_facetedsearch/ps_facetedsearch.php
645 /modules/ps_facetedsearch/src/HookDispatcher.php
646 /modules/ps_facetedsearch/src/Hook/Attribute.php
647 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
648 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
649 /modules/ps_facetedsearch/src/Hook/Category.php
650 /modules/ps_facetedsearch/src/Hook/Configuration.php
651 /modules/ps_facetedsearch/src/Hook/Design.php
652 /modules/ps_facetedsearch/src/Hook/Feature.php
653 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
654 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
655 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
656 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
657 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
658 /modules/ps_facetedsearch/src/Hook/Product.php
659 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
660 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
661 /modules/ps_facetedsearch/src/Filters/Provider.php
662 /modules/ps_facetedsearch/src/URLSerializer.php
663 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
664 /modules/ps_facetedsearch/src/Product/SearchProvider.php
665 /src/Core/Product/Search/FacetsRendererInterface.php
666 /src/Core/Product/Search/ProductSearchProviderInterface.php
667 /modules/ps_facetedsearch/src/Filters/Converter.php
668 /modules/ps_facetedsearch/src/Product/SearchFactory.php
669 /src/Core/Product/Search/ProductSearchResult.php
670 /classes/Manufacturer.php
671 /modules/ps_facetedsearch/src/Product/Search.php
672 /modules/ps_facetedsearch/src/Adapter/MySQL.php
673 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
674 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
675 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
676 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
677 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
678 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
679 /modules/ps_facetedsearch/src/Filters/Products.php
680 /classes/stock/StockAvailable.php
681 /modules/ps_facetedsearch/src/Filters/Block.php
682 /modules/ps_facetedsearch/src/Definition/Availability.php
683 /src/Core/Product/Search/Facet.php
684 /src/Core/Product/Search/Filter.php
685 /src/Core/Product/Search/FacetCollection.php
686 /classes/ProductAssembler.php
687 /classes/Combination.php
688 /classes/SpecificPrice.php
689 /classes/tax/TaxManagerFactory.php
690 /classes/tax/TaxRulesTaxManager.php
691 /classes/tax/TaxManagerInterface.php
692 /classes/tax/TaxCalculator.php
693 /classes/GroupReduction.php
694 /classes/Feature.php
695 /classes/ProductPresenterFactory.php
696 /src/Adapter/Presenter/Product/ProductListingPresenter.php
697 /src/Adapter/Presenter/Product/ProductPresenter.php
698 /src/Adapter/Product/ProductColorsRetriever.php
699 /src/Adapter/HookManager.php
700 /src/Core/Product/ProductPresentationSettings.php
701 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
702 /src/Adapter/Presenter/Product/ProductLazyArray.php
703 /src/Adapter/Presenter/AbstractLazyArray.php
704 /classes/Image.php
705 /vendor/doctrine/common/lib/Doctrine/Common/Util/Inflector.php
706 /vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php
707 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
708 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
709 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
710 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
711 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
712 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
713 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
714 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
715 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
716 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
717 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
718 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
719 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
720 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
721 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
722 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
723 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
724 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
725 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
726 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
727 /vendor/prestashop/decimal/src/Operation/Division.php
728 /vendor/prestashop/decimal/src/Operation/Addition.php
729 /classes/Smarty/SmartyDevTemplate.php
730 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
731 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php
732 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php
733 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php
734 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templateparser.php
735 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatelexer.php
736 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_literals.php
737 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_template.php
738 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree.php
739 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_text.php
740 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
741 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_modifier.php
742 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compilebase.php
743 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_loadplugin.php
744 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_if.php
745 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_tag.php
746 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_block.php
747 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_shared_inheritance.php
748 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_registered_function.php
749 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_print_expression.php
750 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dqcontent.php
751 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dq.php
752 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_foreach.php
753 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_foreachsection.php
754 /vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php
755 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_assign.php
756 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_continue.php
757 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_break.php
758 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php
759 /var/cache/dev/smarty/compile/Ritools/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.psfacetedsearchviewstempl.php
760 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
761 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
762 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
763 /var/cache/dev/smarty/compile/Ritools/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.psfacetedsearchviewstempl.php
764 /src/Core/Product/Search/Pagination.php
765 /vendor/defuse/php-encryption/src/Crypto.php
766 /vendor/defuse/php-encryption/src/KeyOrPassword.php
767 /vendor/defuse/php-encryption/src/RuntimeTests.php
768 /vendor/defuse/php-encryption/src/DerivedKeys.php
769 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
770 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
771 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_extends.php
772 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_capture.php
773 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/f1/69/4b/f1694b9c26f75465cfbb98c1b0d722f4b0a7b8b2_2.module.preorderviewstemplateshoo.php
774 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
775 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_include.php
776 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/33/93/3c/33933c9fb293f78967189883629fcf88c9463025_2.file.category.tpl.php
777 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/4d/02/49/4d02494b0082730ca59b8497a9781241522aac36_2.file.product-list.tpl.php
778 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/0c/a3/cd/0ca3cdb46713ecc4026bc8de6f9a25abc11c7692_2.file.layout-left-column.tpl.php
779 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/84/b3/b2/84b3b24f0a702c26709f507cb64430764c553678_2.file.layout-both-columns.tpl.php
780 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/00/7a/f7/007af72f16164d414992d924c21f447f02c04238_2.file.head.tpl.php
781 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_special_variable.php
782 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/c0/e5/74/c0e574d554b11234c5499c5f66b911aa87cb57fa_2.file.head-jsonld.tpl.php
783 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/23/1f/d4/231fd4f18ba34c733c558cbc00c267ba31542ba5_2.file.product-list-jsonld.tpl.php
784 /vendor/smarty/smarty/libs/plugins/modifiercompiler.default.php
785 /vendor/smarty/smarty/libs/plugins/modifiercompiler.cat.php
786 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
787 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/34/37/c6/3437c6c40e88fc504129c996f3fec6f79f92786c_2.file.pagination-seo.tpl.php
788 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/5a/2a/f2/5a2af2d8743b0126fda9a7d0aa080f3572fc863d_2.file.stylesheets.tpl.php
789 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/f8/f6/83/f8f683f36c1d2b5ea33e5f6b30975b46cc1225b4_2.file.javascript.tpl.php
790 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/38/7a/7a/387a7addeb544d5053a16ddb8c34cfae73056d51_2.file.product-activation.tpl.php
791 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/42/e3/c7/42e3c70240036dbf79593fb6ed49b313dcdabf8d_2.file.header.tpl.php
792 /var/cache/dev/smarty/compile/Ritools/80/ac/9d/80ac9ddb06fe7b43ffdd2f5cd1185536480d2577_2.module.pssocialfollowpssocialfol.php
793 /modules/ps_languageselector/ps_languageselector.php
794 /modules/ps_currencyselector/ps_currencyselector.php
795 /modules/ps_customersignin/ps_customersignin.php
796 /var/cache/dev/smarty/compile/Ritools/d5/f8/f5/d5f8f570180f74d1dbdd1a1d2af0445e90a6650c_2.module.pscustomersigninpscustome.php
797 /modules/cz_toplink/cz_toplink.php
798 /var/cache/dev/smarty/compile/Ritools/48/c2/cf/48c2cf3dc46510adf366bd7c2648e00e77702ca5_2.module.cztoplinkviewstemplatesho.php
799 /vendor/smarty/smarty/libs/plugins/modifiercompiler.count_characters.php
800 /var/cache/dev/smarty/compile/Ritools/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.psshoppingcartpsshoppingc.php
801 /var/cache/dev/smarty/compile/Ritools/11/0e/c7/110ec72aa9921d2c382ad628bdb2f0bc5105a617_2.module.pssearchbarpssearchbar.tp.php
802 /modules/ps_mainmenu/ps_mainmenu.php
803 /modules/ps_mainmenu/ps_menutoplinks.class.php
804 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_function.php
805 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_call.php
806 /var/cache/dev/smarty/compile/Ritools/41/df/19/41df1985130dffd7d3fe4cb369091546a0b40be7_2.module.psmainmenupsmainmenu.tpl.php
807 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
808 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/11/2a/c3/112ac3c36b818dafab70097cc2bbd0eb2204c02b_2.file.notifications.tpl.php
809 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/4a/1a/5e/4a1a5ed4cadcc3666149f672992fc2efc1125a90_2.file.breadcrumb.tpl.php
810 /var/cache/dev/smarty/compile/Ritools/fb/fa/fc/fbfafc7ea0d0d0dbe62e36ca5b9cb5929b68ccd2_2.module.czverticalmenuviewstempla.php
811 /var/cache/dev/smarty/compile/Ritools/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.psfacetedsearchpsfaceteds.php
812 /modules/cz_blocklink/cz_blocklink.php
813 /var/cache/dev/smarty/compile/Ritools/f0/be/ff/f0beff05d94fbd118054211fa781a4f8bf91ced2_2.module.czblocklinkviewstemplates.php
814 /classes/Employee.php
815 /var/cache/dev/smarty/compile/Ritools/b8/cb/02/b8cb02f74fd746939d0f12421b9ee7223492dd21_2.file.categories_menu.tpl.php
816 /modules/psblog/translations/ro.php
817 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/9f/da/00/9fda00af35d39d47fc6311f81e5bda379577f02f_2.file.products-top.tpl.php
818 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/35/00/ed/3500ed482b0111726efe6999b52534bbfe5b960a_2.file.sort-orders.tpl.php
819 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/b2/30/3c/b2303c27fd230c8d682fe89a8745037d4d31b7b3_2.file.products.tpl.php
820 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/b5/e8/85/b5e88527fc67eb453aa1fdc87e35a06e31b29bde_2.file.product-listgrid.tpl.php
821 /classes/Supplier.php
822 /classes/Tag.php
823 /classes/ProductSale.php
824 /var/cache/dev/smarty/compile/Ritools/88/3a/ab/883aab0c86bac0ac0a42af18d6f0fd568b62199b_2.file.list_hook.tpl.php
825 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
826 /modules/cz_imagehover/cz_imagehover.php
827 /var/cache/dev/smarty/compile/Ritools/2f/a6/41/2fa64164414eabdf3cef7b5b4dad10cf6c08091a_2.file.cz_imagehover.tpl.php
828 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/67/89/da/6789da6388daa0ea786756a16fc41eebb5c71194_2.file.product-flags.tpl.php
829 /src/Adapter/ContainerFinder.php
830 /modules/productcomments/src/Repository/ProductCommentRepository.php
831 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php
832 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php
833 /vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php
834 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ObjectRepository.php
835 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php
836 /vendor/doctrine/doctrine-bundle/Registry.php
837 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ManagerRegistry.php
838 /vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php
839 /vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php
840 /vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php
841 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ConnectionRegistry.php
842 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ManagerRegistry.php
843 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php
844 /vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php
845 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ObjectManager.php
846 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php
847 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/RegistryInterface.php
848 /vendor/symfony/service-contracts/ResetInterface.php
849 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php
850 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php
851 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Logger/DbalLogger.php
852 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php
853 /vendor/doctrine/doctrine-bundle/ConnectionFactory.php
854 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
855 /src/PrestaShopBundle/DependencyInjection/RuntimeConstEnvVarProcessor.php
856 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessorInterface.php
857 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php
858 /vendor/doctrine/event-manager/src/EventManager.php
859 /vendor/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php
860 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php
861 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php
862 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver.php
863 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php
864 /vendor/doctrine/dbal/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php
865 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php
866 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php
867 /vendor/doctrine/dbal/lib/Doctrine/DBAL/TransactionIsolationLevel.php
868 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ParameterType.php
869 /vendor/doctrine/dbal/lib/Doctrine/DBAL/FetchMode.php
870 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php
871 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
872 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php
873 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
874 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Statement.php
875 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ResultStatement.php
876 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Events.php
877 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MariaDb1027Platform.php
878 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
879 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php
880 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DateIntervalUnit.php
881 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/TrimMode.php
882 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Type.php
883 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ArrayType.php
884 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SimpleArrayType.php
885 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonArrayType.php
886 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonType.php
887 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ObjectType.php
888 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BooleanType.php
889 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/IntegerType.php
890 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpIntegerMappingType.php
891 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SmallIntType.php
892 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BigIntType.php
893 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/StringType.php
894 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TextType.php
895 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeType.php
896 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpDateTimeMappingType.php
897 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeImmutableType.php
898 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzType.php
899 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzImmutableType.php
900 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateType.php
901 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateImmutableType.php
902 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeType.php
903 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeImmutableType.php
904 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DecimalType.php
905 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/FloatType.php
906 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BinaryType.php
907 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BlobType.php
908 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/GuidType.php
909 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateIntervalType.php
910 /modules/productcomments/src/Entity/ProductComment.php
911 /vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Proxy.php
912 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php
913 /vendor/doctrine/persistence/lib/Doctrine/Persistence/Proxy.php
914 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Proxy.php
915 /vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php
916 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php
917 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
918 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ImplicitlyIgnoredAnnotationNames.php
919 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php
920 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php
921 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
922 /src/PrestaShopBundle/Service/Database/DoctrineNamingStrategy.php
923 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php
924 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php
925 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php
926 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php
927 /vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php
928 /vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php
929 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php
930 /vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php
931 /vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php
932 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php
933 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php
934 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php
935 /vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php
936 /vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadataFactory.php
937 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php
938 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php
939 /vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ReflectionService.php
940 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/ReflectionService.php
941 /vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php
942 /vendor/doctrine/persistence/lib/Doctrine/Persistence/PropertyChangedListener.php
943 /vendor/doctrine/persistence/lib/Doctrine/Common/PropertyChangedListener.php
944 /vendor/doctrine/orm/lib/Doctrine/ORM/Event/ListenersInvoker.php
945 /vendor/doctrine/orm/lib/Doctrine/ORM/Utility/IdentifierFlattener.php
946 /vendor/doctrine/orm/lib/Doctrine/ORM/Internal/HydrationCompleteHandler.php
947 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Reflection/ReflectionPropertiesGetter.php
948 /vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/RuntimeReflectionService.php
949 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php
950 /vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/ProxyFactory.php
951 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php
952 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php
953 /vendor/doctrine/doctrine-bundle/ManagerConfigurator.php
954 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php
955 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php
956 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php
957 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php
958 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/NamedArgumentConstructor.php
959 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php
960 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php
961 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php
962 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php
963 /vendor/doctrine/orm/lib/Doctrine/ORM/Id/IdentityGenerator.php
964 /vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php
965 /vendor/doctrine/orm/lib/Doctrine/ORM/Events.php
966 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php
967 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php
968 /vendor/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtils.php
969 /var/cache/dev/smarty/compile/Ritools/e9/e4/d0/e9e4d0b935584380ea8beb3f467908e1cd2486f5_2.module.productcommentsviewstempl.php
970 /var/cache/dev/smarty/compile/Ritools/5f/7b/dc/5f7bdc80cb90095477280a40b60570dcc50bbcdc_2.module.wkwishlistviewstemplatesh.php
971 /var/cache/dev/smarty/compile/Ritools/fd/b5/6f/fdb56f3b660dd2b5fe0813850b7b9bf2f8584628_2.file.wishlistdropdown.tpl.php
972 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/71/4b/e2/714be2e92001a15fa9ab3fbdac88d9cf7249cb8f_2.file.pagination.tpl.php
973 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/fc/22/8e/fc228ebb823f275665c29fc1b748d723a5c30d27_2.file.products-bottom.tpl.php
974 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/02/dc/6a/02dc6a6cfbea34a7c74baab706ca3963103313de_2.file.footer.tpl.php
975 /modules/cz_footercmsblock/cz_footercmsblock.php
976 /modules/cz_footercmsblock/classes/FooterCmsBlock.php
977 /var/cache/dev/smarty/compile/Ritools/fc/46/15/fc4615098a1b5369f78949bff43869f40de69c9d_2.module.czfootercmsblockviewstemp.php
978 /modules/ps_linklist/ps_linklist.php
979 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php
980 /modules/ps_linklist/src/Filter/LinkFilter.php
981 /modules/ps_linklist/src/Filter/BestSalesRouteFilter.php
982 /modules/ps_linklist/src/Filter/RouteFilterInterface.php
983 /modules/ps_linklist/src/LegacyLinkBlockRepository.php
984 /modules/ps_linklist/src/Model/LinkBlock.php
985 /classes/CMS.php
986 /var/cache/dev/smarty/compile/Ritools/90/65/48/906548e89c8c6025457ddaeffb1980a0c743b872_2.module.pslinklistviewstemplatesh.php
987 /modules/ps_customeraccountlinks/ps_customeraccountlinks.php
988 /var/cache/dev/smarty/compile/Ritools/42/f9/46/42f9461127ce7396a601c2484841253ea5ba658f_2.module.pscustomeraccountlinkspsc.php
989 /modules/ps_contactinfo/ps_contactinfo.php
990 /var/cache/dev/smarty/compile/Ritools/99/92/f3/9992f3fe04dd41bcec1a2029cf07bead637caf4d_2.module.pscontactinfopscontactinf.php
991 /var/cache/dev/smarty/compile/Ritools/08/88/fd/0888fd8aaedec3bc653e3266117810be8e49d97a_2.module.wkwishlistviewstemplatesh.php
992 /modules/tawkto/tawkto.php
993 /modules/tawkto/translations/ro.php
994 /var/cache/dev/smarty/compile/Ritools/1f/da/fa/1fdafa859e2284f4fee23ec9572b9ebd1862379f_2.module.czblockpaymentlogoviewste.php
995 /modules/czuecookie/czuecookie.php
996 /var/cache/dev/smarty/compile/Ritools/24/ba/0d/24ba0d22d624f8a7251eb796756a5a34a55da4b1_2.file.czuecookie.tpl.php
997 /modules/czuecookie/translations/ro.php
998 /modules/statsdata/statsdata.php
999 /modules/statsdata/translations/ro.php
1000 /classes/Guest.php
1001 /classes/Connection.php
1002 /classes/Page.php
1003 /classes/ConnectionsSource.php