Categorii Blog

Categorii Blog

Filtre active

  • Producator: Good Smile Company
  • Producator: Joy Toy (CN)
  • Producator: Kotobukiya
  • Producator: Max Factory
  • Producator: Sentinel
Load Time 3486 ms
Querying Time 441 ms
Queries 1543
Memory Peak Usage 62.4 Mb
Included Files 1001 files - 10.57 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.68 Mb 6.1 Mb
__construct 0 ms 3 ms - Mb 6.1 Mb
init 36 ms 40 ms 1.15 Mb 6.1 Mb
checkAccess 0 ms 40 ms - Mb 6.1 Mb
setMedia 10 ms 50 ms 1.59 Mb 7.4 Mb
postProcess 0 ms 50 ms - Mb 7.4 Mb
initHeader 0 ms 50 ms - Mb 7.4 Mb
initContent 541 ms 591 ms 18.92 Mb 26.4 Mb
initFooter 0 ms 591 ms - Mb 26.4 Mb
display 2895 ms 3486 ms 35.44 Mb 62.4 Mb
Hook Time Memory Usage
DisplayProductSticker 328 ms 21.81 Mb
DisplayProductListReviews 270 ms 2.30 Mb
displayProductListReviews 116 ms 1.32 Mb
DisplayCzHoverImage 108 ms 1.69 Mb
displayFooter 29 ms 1.18 Mb
ActionProductFlagsModifier 15 ms 1.31 Mb
displayLeftColumn 14 ms 0.35 Mb
displayTop 12 ms 0.22 Mb
displayNav2 9 ms 0.23 Mb
LeftColumn 7 ms 0.24 Mb
displayNavFullWidth 6 ms 0.13 Mb
DisplayHeader 5 ms 0.92 Mb
displayFooterAfter 5 ms 0.09 Mb
displayNav1 5 ms 0.18 Mb
ActionFrontControllerSetMedia 4 ms 0.89 Mb
DisplayFooter 3 ms 0.02 Mb
DisplayCzCookie 3 ms 0.01 Mb
displayFooterBefore 2 ms 0.01 Mb
DisplayLeftColumn 2 ms 0.04 Mb
ProductSearchProvider 2 ms 0.42 Mb
DisplayBeforeBodyClosingTag 1 ms 0.11 Mb
DisplayProductPriceBlock 0 ms 0.08 Mb
DisplayBanner 0 ms 0.05 Mb
Header 0 ms 0.07 Mb
ModuleRoutes 0 ms - Mb
DisplayOverrideTemplate 0 ms - Mb
DisplayMyAccountBlock 0 ms - Mb
27 hook(s) 950 ms 33.67 Mb
Module Time Memory Usage
psblog 22 ms 2.28 Mb
ps_socialfollow 8 ms 0.27 Mb
wkwishlist 276 ms 2.60 Mb
ps_emailalerts 0 ms 0.08 Mb
preorder 21 ms 2.07 Mb
notifyme 1 ms 0.23 Mb
productcomments 117 ms 1.52 Mb
ps_searchbar 4 ms 0.38 Mb
ps_shoppingcart 10 ms 0.23 Mb
cz_imageslider 1 ms 0.21 Mb
cz_blockpaymentlogo 5 ms 0.11 Mb
imgstickers 329 ms 21.85 Mb
plationline 1 ms 0.13 Mb
cz_verticalmenu 7 ms 0.27 Mb
migrationpro 1 ms 0.16 Mb
ps_facetedsearch 5 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 6 ms 0.19 Mb
ps_mainmenu 7 ms 0.16 Mb
cz_blocklink 8 ms 0.19 Mb
cz_imagehover 109 ms 1.72 Mb
cz_footercmsblock 4 ms 0.10 Mb
ps_linklist 19 ms 0.96 Mb
ps_customeraccountlinks 4 ms 0.10 Mb
ps_contactinfo 5 ms 0.11 Mb
tawkto 0 ms 0.02 Mb
czuecookie 3 ms 0.03 Mb
statsdata 1 ms 0.13 Mb
30 module(s) 977 ms 36.79 Mb

Stopwatch SQL - 1543 queries

Query Time (ms) Rows Filesort Group By Location
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_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
4277 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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 (8, 32, 7, 13, 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
3116 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 = 3612
LIMIT 1
2898 ms 1 /classes/ProductAssembler.php:106
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`
2553 ms 77 Yes Yes /classes/Hook.php:1183
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 (8, 32, 7, 13, 24) AND cp.id_category='57' GROUP BY p.id_product) p
2503 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 = 3744
LIMIT 1
2163 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
2053 ms 4 /modules/imgstickers/models/StickersImg.php:102
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`)
1961 ms 722 /classes/Configuration.php:160
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'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
1836 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `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)
1699 ms 1 /classes/Product.php:3829
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
1679 ms 3 Yes Yes /modules/psblog/classes/blog.php:256
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
1619 ms 0 /classes/Hook.php:1243
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
1548 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` = 4255
AND wkp.`attribute_id` = 0 LIMIT 1
1524 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` = 3744
AND image_shop.`cover` = 1 LIMIT 1
1497 ms 11 /classes/Product.php:3542
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
1445 ms 364 /classes/Hook.php:504
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
1430 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 1231 LIMIT 1
1257 ms 1 /classes/SpecificPrice.php:420
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
1232 ms 6 Yes /classes/Product.php:5905
SHOW TABLES LIKE '%psblog_blog%'
1219 ms 1 /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` = 4259
ORDER BY `position`
1124 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 = 3825
LIMIT 1
1119 ms 1 /classes/ProductAssembler.php:106
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
1118 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` = 3612
AND wkp.`attribute_id` = 0 LIMIT 1
1095 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` = 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
1089 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 = 4255
LIMIT 1
1074 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3726 LIMIT 1
1035 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE lower(name) as name
FROM `snsps_hook` h
WHERE (h.active = 1)
1011 ms 803 /classes/Hook.php:1283
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'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
978 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` = 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
970 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 = 4255
ORDER BY f.position ASC
949 ms 6 Yes /classes/Product.php:5905
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
919 ms 1 /classes/stock/StockAvailable.php:797
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
909 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
903 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 (3743) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
902 ms 1 Yes Yes /classes/Product.php:4487
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
894 ms 1 /src/Adapter/EntityMapper.php:76
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
876 ms 66 Yes /classes/Manufacturer.php:207
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) 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
872 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 = 3816
ORDER BY f.position ASC
872 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` = 3816
ORDER BY `position`
870 ms 8 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;
866 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `snsps_hook`
844 ms 803 /classes/Hook.php:1243
SELECT SQL_NO_CACHE data FROM snsps_layered_filter_block WHERE hash="8a69a485b17b1898019689408679a92e" LIMIT 1
828 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:183
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
815 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 = 3743
ORDER BY f.position ASC
810 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` = 4255
AND wkp.`attribute_id` = 0 LIMIT 1
808 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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
766 ms 63 Yes /classes/Dispatcher.php:650
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
766 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
760 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 = 1395
LIMIT 1
759 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 = 3744
ORDER BY f.position ASC
757 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE "thumb" FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA = "snsmodelkits_101modelkitspsdb" AND TABLE_NAME = "snsps_psblog_blog" AND COLUMN_NAME = "thumb"
753 ms 0 /modules/psblog/psblog.php:60
SELECT SQL_NO_CACHE *
FROM `snsps_cms_lang`
WHERE `id_cms` = 15 AND `id_shop` = 1
752 ms 1 /src/Adapter/EntityMapper.php:84
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
737 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` = 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
728 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
726 ms 4 /modules/imgstickers/models/StickersImg.php:176
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` = 4091
ORDER BY `position`
711 ms 7 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 = 3416
LIMIT 1
701 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
699 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
697 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
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
692 ms 1 Yes Yes /classes/Category.php:919
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
688 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` = 1290)
660 ms 1 /classes/Product.php:3829
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`
659 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` = 3743
AND wkp.`attribute_id` = 0 LIMIT 1
641 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 = 1397
ORDER BY f.position ASC
640 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` = 1397
ORDER BY `position`
640 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` = 1290
AND wkp.`attribute_id` = 0 LIMIT 1
639 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
638 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` = 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
634 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 = 3743
LIMIT 1
631 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` = 3743
ORDER BY `position`
630 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 = 1290
LIMIT 1
624 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` = 4091 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` = 4091 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
623 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 = 3515
LIMIT 1
621 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` = 3743
AND wkp.`attribute_id` = 0 LIMIT 1
620 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 (3830) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
612 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` = 3743
AND wkp.`attribute_id` = 0 LIMIT 1
608 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
607 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 = 3816
LIMIT 1
603 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
598 ms 18 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 = 3440
LIMIT 1
595 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` = 3440
ORDER BY `position`
590 ms 13 Yes /classes/Product.php:3517
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
587 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE id_shop
FROM `snsps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
576 ms 1 /classes/ObjectModel.php:1647
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 = 4091
ORDER BY f.position ASC
571 ms 18 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 = 3512
LIMIT 1
569 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 (3728) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
561 ms 1 Yes Yes /classes/Product.php:4487
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
558 ms 99 /classes/module/Module.php:340
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
558 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 = 1231
LIMIT 1
556 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` = 4255
ORDER BY `position`
554 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` = 3728
ORDER BY `position`
542 ms 10 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 = 1395
ORDER BY f.position ASC
542 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 = 1045
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 = 21
LIMIT 1
534 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 (21) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
533 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 = 4091
LIMIT 1
532 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` = 1290
ORDER BY `position`
531 ms 22 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 = 3436
LIMIT 1
517 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` = 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
516 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 = 3729
LIMIT 1
516 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 = 4257
LIMIT 1
516 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`
514 ms 19 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
513 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 = 4259
LIMIT 1
512 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 = 3742
LIMIT 1
511 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 = 1197
LIMIT 1
508 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` = 995
ORDER BY `position`
507 ms 22 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 = 3726
ORDER BY f.position ASC
507 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 = 1396
ORDER BY f.position ASC
506 ms 6 Yes /classes/Product.php:5905
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
505 ms 1 /classes/shop/Shop.php:205
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
504 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` = 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
501 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 = 3500
LIMIT 1
501 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 = 1236
LIMIT 1
501 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 = 4256
LIMIT 1
500 ms 1 /classes/ProductAssembler.php:106
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
496 ms 1 /classes/stock/StockAvailable.php:453
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`
496 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` = 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
495 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 (4257) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
493 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` = 3515
ORDER BY `position`
491 ms 11 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
487 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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;
487 ms 1 Yes Yes /classes/Product.php:4487
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` = 4091) AND (b.`id_shop` = 1) LIMIT 1
487 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
487 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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;
486 ms 1 Yes Yes /classes/Product.php:4487
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
486 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 = 1045
ORDER BY f.position ASC
484 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` = 3512) AND (b.`id_shop` = 1) LIMIT 1
482 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` = 1045
ORDER BY `position`
482 ms 7 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` = 4255
AND image_shop.`cover` = 1 LIMIT 1
482 ms 11 /classes/Product.php:3542
SELECT SQL_NO_CACHE *
FROM `snsps_cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1
481 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) 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
481 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;
479 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` = 3436
ORDER BY `position`
479 ms 20 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`
479 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 (1045) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
476 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 (3512) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
476 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 = 3728
LIMIT 1
475 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 (4091) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
475 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` = 1197
ORDER BY `position`
474 ms 17 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` = 4255)
474 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
471 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` = 1397
AND image_shop.`cover` = 1 LIMIT 1
470 ms 9 /classes/Product.php:3542
SELECT SQL_NO_CACHE pa.`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;
470 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 (4255) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
468 ms 1 Yes Yes /classes/Product.php:4487
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
468 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 = 1231
ORDER BY f.position ASC
467 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 (1290) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
465 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` = 3825)
463 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 1290 LIMIT 1
462 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE pa.`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;
462 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 (3742) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
461 ms 1 Yes Yes /classes/Product.php:4487
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
460 ms 6 /classes/Product.php:3542
SELECT SQL_NO_CACHE pa.`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;
460 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` = 3416
AND wkp.`attribute_id` = 0 LIMIT 1
460 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` = 1236
ORDER BY `position`
458 ms 20 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 (995) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
458 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` = 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
456 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
456 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
455 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` = 3825) AND (b.`id_shop` = 1) LIMIT 1
454 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` = 1231
ORDER BY `position`
454 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` = 995
ORDER BY `position`
454 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 (1395) 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 pa.`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;
453 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 (3825) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
452 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 (4256) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
451 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 (1231) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
451 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` = 21
ORDER BY `position`
450 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 (3500) 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 COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) 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` = 1045 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` = 1045 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
449 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 = 4257
ORDER BY f.position ASC
447 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` = 3726
ORDER BY `position`
444 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` = 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
442 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 = 995
ORDER BY f.position ASC
441 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 = 4256
ORDER BY f.position ASC
441 ms 6 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` = 4255
AND wkp.`attribute_id` = 0 LIMIT 1
440 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 = 3726
LIMIT 1
440 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 (3612) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
440 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` = 3500
ORDER BY `position`
438 ms 14 Yes /classes/Product.php:3517
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
438 ms 36 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
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
437 ms 18 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` = 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
437 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 = 3515
ORDER BY f.position ASC
437 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`
436 ms 20 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` = 4259) AND (b.`id_shop` = 1) LIMIT 1
435 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` = 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
435 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` = 1397
AND wkp.`attribute_id` = 0 LIMIT 1
435 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 (1397) 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 COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) 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
430 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` = 4259
AND wkp.`attribute_id` = 0 LIMIT 1
430 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 (3816) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
430 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
430 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` = 4255
AND wkp.`attribute_id` = 0 LIMIT 1
429 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` = 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
428 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
427 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` = 3436
ORDER BY `position`
427 ms 20 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` = 3612) AND (b.`id_shop` = 1) LIMIT 1
427 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 = 21
ORDER BY f.position ASC
426 ms 6 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` = 4256
AND wkp.`attribute_id` = 0 LIMIT 1
425 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` = 1395
ORDER BY `position`
425 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` = 3729
ORDER BY `position`
424 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` = 3612
ORDER BY `position`
424 ms 10 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
423 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 = 3416
ORDER BY f.position ASC
423 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 (1396) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
422 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 (3729) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
421 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` = 4257
ORDER BY `position`
420 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` = 3512
ORDER BY `position`
418 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 (3744) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
417 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
416 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `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)
415 ms 1 /classes/Product.php:3829
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
414 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` = 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
414 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` = 4255
ORDER BY `position`
413 ms 11 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 = 1236
ORDER BY f.position ASC
412 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 = 1197
ORDER BY f.position ASC
411 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` = 1231) AND (b.`id_shop` = 1) LIMIT 1
411 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` = 3515
ORDER BY `position`
410 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` = 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
410 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` = 1397
AND wkp.`attribute_id` = 0 LIMIT 1
410 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` = 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
409 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` = 3744) AND (b.`id_shop` = 1) LIMIT 1
407 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` = 3602
ORDER BY `position`
407 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` = 3825
ORDER BY `position`
406 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` = 3825
AND wkp.`attribute_id` = 0 LIMIT 1
404 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` = 3743
ORDER BY `position`
404 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` = 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
404 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`
403 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` = 3742
ORDER BY `position`
403 ms 11 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 = 3440
ORDER BY f.position ASC
401 ms 6 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` = 3728
AND wkp.`attribute_id` = 0 LIMIT 1
401 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` = 3743)
400 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` = 3825
AND wkp.`attribute_id` = 0 LIMIT 1
399 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 (3602) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
399 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` = 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
399 ms 0 /classes/Cart.php:1429
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
398 ms 1 Yes /classes/shop/Shop.php:711
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
397 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` = 1397
AND wkp.`attribute_id` = 0 LIMIT 1
397 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
396 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` = 4255
AND wkp.`attribute_id` = 0 LIMIT 1
396 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` = 1396
ORDER BY `position`
396 ms 9 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
396 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
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
393 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` = 1045) AND (b.`id_shop` = 1) LIMIT 1
392 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` = 4259
ORDER BY `position`
392 ms 10 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 = 3416
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
392 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` = 3825
AND wkp.`attribute_id` = 0 LIMIT 1
391 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`
390 ms 13 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` = 3744
AND wkp.`attribute_id` = 0 LIMIT 1
390 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
390 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 1290 AND `id_group` = 1 LIMIT 1
390 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_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
388 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
387 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` = 4256
ORDER BY `position`
387 ms 10 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` = 3602
AND wkp.`attribute_id` = 0 LIMIT 1
387 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
387 ms 4 /modules/imgstickers/models/StickersImg.php:102
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`
386 ms 6 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 = 3728
ORDER BY f.position ASC
386 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` = 3612
ORDER BY `position`
385 ms 10 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` = 4255
AND wkp.`attribute_id` = 0 LIMIT 1
385 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` = 1396
ORDER BY `position`
384 ms 9 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3744 AND id_shop=1 LIMIT 1
384 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` = 1395
AND wkp.`attribute_id` = 0 LIMIT 1
384 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`
384 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` = 3440) AND (b.`id_shop` = 1) LIMIT 1
383 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` = 3816
ORDER BY `position`
383 ms 8 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE * FROM `snsps_hook_module_exceptions`
WHERE `id_shop` IN (1)
383 ms 7 /classes/module/Module.php:2237
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` = 4091
ORDER BY `position`
383 ms 7 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE `name`
FROM `snsps_manufacturer`
WHERE `id_manufacturer` = 32
AND `active` = 1 LIMIT 1
383 ms 1 /classes/Manufacturer.php:312
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) 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
383 ms 0 /classes/Cart.php:1429
(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
382 ms 1 /classes/CartRule.php:383
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) 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
382 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` = 1197
ORDER BY `position`
381 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` = 1397
ORDER BY `position`
381 ms 9 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` = 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
380 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` = 3515) AND (b.`id_shop` = 1) LIMIT 1
379 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` = 3744
ORDER BY `position`
378 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` = 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
378 ms 0 /classes/Cart.php:1429
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`
378 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` = 4255
AND wkp.`attribute_id` = 0 LIMIT 1
376 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` = 4256
ORDER BY `position`
376 ms 10 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
376 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 = 3500
ORDER BY f.position ASC
375 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` = 995) AND (b.`id_shop` = 1) LIMIT 1
374 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` = 3436) AND (b.`id_shop` = 1) LIMIT 1
374 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` = 3500
ORDER BY `position`
374 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 = 3729
ORDER BY f.position ASC
372 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 = 3830
ORDER BY f.position ASC
372 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3515 AND id_shop=1 LIMIT 1
371 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) 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
371 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` = 3726
ORDER BY `position`
370 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` = 1045
ORDER BY `position`
370 ms 7 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3512
368 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` = 3743
AND wkp.`attribute_id` = 0 LIMIT 1
368 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` = 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
367 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` = 4259
AND wkp.`attribute_id` = 0 LIMIT 1
367 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` = 21
ORDER BY `position`
366 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` = 3602)
365 ms 1 /classes/Product.php:3829
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
365 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
364 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` = 1397)
364 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` = 3416
AND image_shop.`cover` = 1 LIMIT 1
363 ms 13 /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` = 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
362 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
361 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` = 3728
ORDER BY `position`
360 ms 10 Yes /classes/Product.php:3517
(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
359 ms 1 /classes/CartRule.php:383
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`
359 ms 13 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` = 3602
AND image_shop.`cover` = 1 LIMIT 1
358 ms 12 /classes/Product.php:3542
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
357 ms 1 /classes/Meta.php:190
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
356 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` = 3602
ORDER BY `position`
356 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` = 4257) AND (b.`id_shop` = 1) LIMIT 1
356 ms 1 /src/Adapter/EntityMapper.php:76
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
355 ms 1 /src/Adapter/EntityMapper.php:76
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 * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_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
354 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`
352 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` = 1397
AND wkp.`attribute_id` = 0 LIMIT 1
350 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` = 3744
ORDER BY `position`
350 ms 11 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 4091
349 ms 1 /classes/Product.php:2879
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
349 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
349 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
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
349 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` = 3830
AND wkp.`attribute_id` = 0 LIMIT 1
347 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` = 1236) AND (b.`id_shop` = 1) LIMIT 1
345 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` = 3726
AND wkp.`attribute_id` = 0 LIMIT 1
345 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
343 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` = 3729) AND (b.`id_shop` = 1) LIMIT 1
343 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 = 3729
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
342 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` = 1045
AND wkp.`attribute_id` = 0 LIMIT 1
342 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
340 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` = 3440
AND wkp.`attribute_id` = 0 LIMIT 1
340 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
339 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
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
338 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
338 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` = 1395
AND image_shop.`cover` = 1 LIMIT 1
337 ms 9 /classes/Product.php:3542
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
337 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` = 4091)
337 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` = 1397
AND wkp.`attribute_id` = 0 LIMIT 1
333 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` = 3742) AND (b.`id_shop` = 1) LIMIT 1
332 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`
332 ms 6 Yes /classes/Product.php:3517
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 *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
332 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
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
331 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
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 `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
330 ms 1 /classes/order/Order.php:1203
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
330 ms 9 /classes/Product.php:3542
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 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
329 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
329 ms 4 /modules/imgstickers/models/StickersImg.php:77
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
328 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
327 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` = 1197
AND wkp.`attribute_id` = 0 LIMIT 1
327 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`
326 ms 12 Yes /classes/Product.php:3517
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 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` = 1045
AND image_shop.`cover` = 1 LIMIT 1
326 ms 7 /classes/Product.php:3542
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 product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 1045)
324 ms 1 /classes/Product.php:3829
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` = 3743
AND wkp.`attribute_id` = 0 LIMIT 1
324 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
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` = 21
AND wkp.`attribute_id` = 0 LIMIT 1
323 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` = 3) LIMIT 1
322 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
322 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
322 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` = 12) LIMIT 1
321 ms 1 /src/Adapter/EntityMapper.php:76
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` = 3728
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 *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
320 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` = 4257
AND wkp.`attribute_id` = 0 LIMIT 1
320 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
319 ms 6 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
319 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` = 3743
AND image_shop.`cover` = 1 LIMIT 1
319 ms 11 /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
318 ms 1 Yes /classes/shop/Shop.php:1350
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
317 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` = 1397
AND wkp.`attribute_id` = 0 LIMIT 1
317 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
317 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` = 1395)
317 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
316 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_cms_lang`
WHERE `id_cms` = 6 AND `id_shop` = 1
315 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` = 4091
AND wkp.`attribute_id` = 0 LIMIT 1
314 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_guest`
FROM `snsps_connections`
WHERE `id_guest` = 14132702
AND `date_add` > '2026-06-08 12:27:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
314 ms 1 Yes /classes/Connection.php:154
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
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
313 ms 16 /modules/preorder/classes/PreorderProduct.php:281
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
311 ms 5 Yes /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE *
FROM `snsps_cms_lang`
WHERE `id_cms` = 13 AND `id_shop` = 1
311 ms 1 /src/Adapter/EntityMapper.php:84
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
310 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` = 3726
AND wkp.`attribute_id` = 0 LIMIT 1
310 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
310 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` = 1231
AND wkp.`attribute_id` = 0 LIMIT 1
310 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_cms_lang`
WHERE `id_cms` = 12 AND `id_shop` = 1
310 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` = 1395
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` = 1396
AND wkp.`attribute_id` = 0 LIMIT 1
309 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE name, alias FROM `snsps_hook_alias`
309 ms 88 /classes/Hook.php:353
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
309 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
309 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
308 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_cms_lang`
WHERE `id_cms` = 14 AND `id_shop` = 1
308 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` = 1396
AND wkp.`attribute_id` = 0 LIMIT 1
308 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
307 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
307 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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
307 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` = 3515
AND wkp.`attribute_id` = 0 LIMIT 1
307 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
307 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`=4257
306 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` = 3825
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` = 1396
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` = 4255
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` = 1395
AND wkp.`attribute_id` = 0 LIMIT 1
304 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
303 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` = 1236
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` = 3436
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` = 4091
AND wkp.`attribute_id` = 0 LIMIT 1
302 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
302 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
302 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`=4259
301 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
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` = 1231
AND wkp.`attribute_id` = 0 LIMIT 1
300 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` = 3440
AND image_shop.`cover` = 1 LIMIT 1
300 ms 13 /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` = 4091
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` = 3602
AND wkp.`attribute_id` = 0 LIMIT 1
299 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
299 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
298 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.`payment_type` != 1 AND wkp.`is_preorder` = 0
298 ms 16 /modules/preorder/classes/PreorderProduct.php:264
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_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
298 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "preorder" LIMIT 1
297 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` = 3512
AND wkp.`attribute_id` = 0 LIMIT 1
297 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` = 3440)
297 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` = 1396
AND wkp.`attribute_id` = 0 LIMIT 1
296 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
296 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` = 3742
ORDER BY `position`
296 ms 11 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 = 3742
ORDER BY f.position ASC
296 ms 1 Yes /classes/Product.php:5905
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
294 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` = 3743
AND wkp.`attribute_id` = 0 LIMIT 1
294 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` = 1231
AND image_shop.`cover` = 1 LIMIT 1
294 ms 19 /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` = 3416
AND wkp.`attribute_id` = 0 LIMIT 1
294 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
294 ms 22 /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` = 1396
AND wkp.`attribute_id` = 0 LIMIT 1
293 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
293 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
292 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
292 ms 1 /classes/Meta.php:190
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
292 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` = 1395
AND wkp.`attribute_id` = 0 LIMIT 1
291 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
291 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_cms_lang`
WHERE `id_cms` = 11 AND `id_shop` = 1
291 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` = 3729
AND wkp.`attribute_id` = 0 LIMIT 1
291 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
290 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`=3416
290 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` = 1197
AND wkp.`attribute_id` = 0 LIMIT 1
290 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3416 LIMIT 1
290 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` = 1290
AND wkp.`attribute_id` = 0 LIMIT 1
290 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 4255 LIMIT 1
290 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` = 3512
AND wkp.`attribute_id` = 0 LIMIT 1
289 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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
289 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` = 1290
AND wkp.`attribute_id` = 0 LIMIT 1
289 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
288 ms 10 /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 = 3726
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
288 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` = 3416
AND wkp.`attribute_id` = 0 LIMIT 1
288 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)
287 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` = 1045
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` = 4257
AND wkp.`attribute_id` = 0 LIMIT 1
286 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` = 3512)
286 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` = 3602
AND wkp.`attribute_id` = 0 LIMIT 1
285 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
285 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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
285 ms 1 /classes/Language.php:1198
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
285 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` = 4091
AND wkp.`attribute_id` = 0 LIMIT 1
285 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` = 3830
AND image_shop.`cover` = 1 LIMIT 1
285 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` = 4259
AND wkp.`attribute_id` = 0 LIMIT 1
285 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
284 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
284 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
284 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` = 4091
AND wkp.`attribute_id` = 0 LIMIT 1
284 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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
283 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `name`, `alias` FROM `snsps_hook_alias`
283 ms 88 /classes/Hook.php:301
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
282 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` = 1290
AND wkp.`attribute_id` = 0 LIMIT 1
281 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
281 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
280 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
280 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` = 3729)
280 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` = 1197
AND wkp.`attribute_id` = 0 LIMIT 1
279 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` = 1236
AND image_shop.`cover` = 1 LIMIT 1
279 ms 20 /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` = 4259)
279 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 = 4259 LIMIT 1
278 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
278 ms 1 /classes/Product.php:1040
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
278 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` = 3742
AND wkp.`attribute_id` = 0 LIMIT 1
278 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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
277 ms 1 /classes/stock/StockAvailable.php:797
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
276 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
276 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 = 1197
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
276 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
275 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` = 995
AND image_shop.`cover` = 1 LIMIT 1
275 ms 22 /classes/Product.php:3542
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3825 LIMIT 1
275 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` = 3512
AND wkp.`attribute_id` = 0 LIMIT 1
275 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 = 1396
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
275 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` = 4091
AND wkp.`attribute_id` = 0 LIMIT 1
275 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
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` = 3416
AND wkp.`attribute_id` = 0 LIMIT 1
274 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
274 ms 8 /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` = 21
AND image_shop.`cover` = 1 LIMIT 1
273 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` = 3816
AND wkp.`attribute_id` = 0 LIMIT 1
273 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
273 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` = 4256)
272 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` = 1197
AND wkp.`attribute_id` = 0 LIMIT 1
272 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
272 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
271 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
271 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` = 4257
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` = 1236
AND wkp.`attribute_id` = 0 LIMIT 1
271 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 = 51 LIMIT 1
271 ms 1 /classes/Product.php:5622
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
270 ms 20 /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` = 3512
AND image_shop.`cover` = 1 LIMIT 1
270 ms 12 /classes/Product.php:3542
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
270 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` = 4091
AND wkp.`attribute_id` = 0 LIMIT 1
270 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
270 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 = 3416 LIMIT 1
269 ms 1 /classes/Product.php:1040
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
269 ms 1 /classes/stock/StockAvailable.php:744
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`
269 ms 4 Yes /modules/ps_linklist/src/LegacyLinkBlockRepository.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` = 1290
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` = 3512
AND wkp.`attribute_id` = 0 LIMIT 1
267 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` = 1231)
267 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` = 4257)
267 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` = 1236)
266 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 1395 LIMIT 1
266 ms 1 /classes/SpecificPrice.php:420
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)
266 ms 1 /classes/Language.php:1049
SELECT SQL_NO_CACHE *
FROM `snsps_cms_lang`
WHERE `id_cms` = 4 AND `id_shop` = 1
266 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` = 4256
AND wkp.`attribute_id` = 0 LIMIT 1
266 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
265 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` = 4256
AND wkp.`attribute_id` = 0 LIMIT 1
264 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
264 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` = 1397
AND wkp.`attribute_id` = 0 LIMIT 1
264 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` = 4091
AND wkp.`attribute_id` = 0 LIMIT 1
264 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)
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` = 3728
AND wkp.`attribute_id` = 0 LIMIT 1
263 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
263 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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
263 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` = 3612
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` = 3515)
263 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
263 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` = 995
AND wkp.`attribute_id` = 0 LIMIT 1
262 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
262 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
262 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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
262 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`=3729
262 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` = 1045
AND wkp.`attribute_id` = 0 LIMIT 1
261 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
261 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
261 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
260 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` = 3515
AND image_shop.`cover` = 1 LIMIT 1
260 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` = 1197)
260 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` = 3729
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` = 3416
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` = 4091
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` = 21
AND wkp.`attribute_id` = 0 LIMIT 1
259 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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
259 ms 1 /classes/stock/StockAvailable.php:744
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
259 ms 10 /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` = 1236
AND wkp.`attribute_id` = 0 LIMIT 1
259 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
258 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` = 3729
AND image_shop.`cover` = 1 LIMIT 1
258 ms 12 /classes/Product.php:3542
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3602 LIMIT 1
258 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` = 1045
AND wkp.`attribute_id` = 0 LIMIT 1
257 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
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` = 1197
AND image_shop.`cover` = 1 LIMIT 1
257 ms 17 /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` = 21)
257 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 1397 LIMIT 1
256 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` = 3729
AND wkp.`attribute_id` = 0 LIMIT 1
256 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 = 21
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
256 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
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` = 3416
AND wkp.`attribute_id` = 0 LIMIT 1
255 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` = 995)
255 ms 1 /classes/Product.php:3829
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
255 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` = 1231
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` = 1231
AND wkp.`attribute_id` = 0 LIMIT 1
255 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 = 3440 LIMIT 1
255 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` = 4259
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` = 1045
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` = 4256
AND image_shop.`cover` = 1 LIMIT 1
254 ms 10 /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
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` = 3830
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` = 1395
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` = 4091
AND image_shop.`cover` = 1 LIMIT 1
253 ms 7 /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` = 1045
AND wkp.`attribute_id` = 0 LIMIT 1
253 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
253 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` = 4256
AND wkp.`attribute_id` = 0 LIMIT 1
253 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 = 1197 LIMIT 1
252 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 = 1231
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 `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3816
252 ms 1 /classes/Product.php:2879
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
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` = 3612
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` = 4257
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` = 4256
AND wkp.`attribute_id` = 0 LIMIT 1
251 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 = 3515
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
251 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
251 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` = 3744
AND wkp.`attribute_id` = 0 LIMIT 1
251 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
251 ms 9 Yes /classes/ImageType.php:109
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
250 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` = 4255
AND wkp.`attribute_id` = 0 LIMIT 1
250 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3825 AND id_shop=1 LIMIT 1
250 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` = 3830
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` = 3515
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` = 1045
AND wkp.`attribute_id` = 0 LIMIT 1
250 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
250 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 = 3825
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
250 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` = 4256
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
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` = 3500
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` = 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` = 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` = 1397
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` = 1290
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` = 4259
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` = 3744
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` = 3436
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` = 3436
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_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_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
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` = 3825
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` = 3830
AND wkp.`attribute_id` = 0 LIMIT 1
247 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` = 4) LIMIT 1
247 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` = 15) LIMIT 1
247 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` = 995
AND wkp.`attribute_id` = 0 LIMIT 1
247 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
246 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
246 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` = 3416
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` = 3816
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` = 995
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` = 3416
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` = 4256
AND wkp.`attribute_id` = 0 LIMIT 1
246 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3743 AND id_shop=1 LIMIT 1
246 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` = 3436
AND wkp.`attribute_id` = 0 LIMIT 1
246 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
245 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` = 3729
AND wkp.`attribute_id` = 0 LIMIT 1
245 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 = 1290
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
245 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` = 3729
AND wkp.`attribute_id` = 0 LIMIT 1
245 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 = 4255
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
245 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` = 3726
AND image_shop.`cover` = 1 LIMIT 1
244 ms 10 /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 = 3816 LIMIT 1
244 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` = 4257
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` = 3830
AND wkp.`attribute_id` = 0 LIMIT 1
244 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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
244 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` = 21
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` = 3436
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` = 1231
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` = 4257
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` = 4256
AND wkp.`attribute_id` = 0 LIMIT 1
243 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`=3728
243 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 4259
243 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` = 995
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` = 4257
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` = 3830
AND wkp.`attribute_id` = 0 LIMIT 1
242 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3816 LIMIT 1
242 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` = 1231
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` = 1045
AND wkp.`attribute_id` = 0 LIMIT 1
242 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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
242 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
242 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
242 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 = 1236
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
242 ms 0 /classes/Product.php:1651
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
241 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
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` = 1045
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` = 21
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_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
241 ms 5 /modules/preorder/classes/PreorderProductCustomer.php:344
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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)
241 ms 1 /classes/Product.php:3829
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
240 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` = 1236
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: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` = 21
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 = 3440
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` = 4257
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
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` = 3830
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` = 21
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` = 1236
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` = 995
AND wkp.`attribute_id` = 0 LIMIT 1
237 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
237 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` = 1197
AND wkp.`attribute_id` = 0 LIMIT 1
237 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
236 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` = 1236
AND wkp.`attribute_id` = 0 LIMIT 1
236 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`=3816
236 ms 1 /classes/Tag.php:229
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
236 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 = 3436
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
235 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` = 3816
AND wkp.`attribute_id` = 0 LIMIT 1
235 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
235 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
235 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 4255 AND id_shop=1 LIMIT 1
234 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` = 21
AND wkp.`attribute_id` = 0 LIMIT 1
234 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
234 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
234 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
233 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE domain, domain_ssl
FROM snsps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
233 ms 1 /classes/shop/ShopUrl.php:182
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
233 ms 1 /classes/stock/StockAvailable.php:744
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
233 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 = 4091
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 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
232 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
232 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
232 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
231 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
231 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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)
231 ms 1 /classes/Product.php:3829
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
231 ms 5 /modules/preorder/classes/PreorderProductCustomer.php:344
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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)
231 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 1397
230 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 = 3728 LIMIT 1
230 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 = 1397
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
230 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 = 1045
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
230 ms 0 /classes/Product.php:1651
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
227 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` = 3440
AND wkp.`attribute_id` = 0 LIMIT 1
227 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3743 AND `id_group` = 1 LIMIT 1
227 ms 0 /classes/GroupReduction.php:156
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
227 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 1045 LIMIT 1
226 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
226 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` = 4259
AND wkp.`attribute_id` = 0 LIMIT 1
226 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
226 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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)
225 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE *
FROM `snsps_cms_lang`
WHERE `id_cms` = 10 AND `id_shop` = 1
225 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` = 3515
AND wkp.`attribute_id` = 0 LIMIT 1
225 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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
224 ms 1 /classes/stock/StockAvailable.php:744
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
224 ms 14 /classes/Product.php:3542
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 4091 LIMIT 1
224 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 1397 AND `id_group` = 1 LIMIT 1
224 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
223 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
223 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE * FROM `snsps_currency` c ORDER BY `iso_code` ASC
223 ms 1 Yes /classes/Currency.php:709
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
223 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` = 3830)
222 ms 1 /classes/Product.php:3829
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
222 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` = 3440
AND wkp.`attribute_id` = 0 LIMIT 1
222 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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 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
221 ms 1 /classes/Product.php:1040
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
221 ms 10 /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
221 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
220 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
220 ms 5 /modules/preorder/classes/PreorderProductCustomer.php:344
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
220 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
220 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE `name` FROM `snsps_supplier` WHERE `id_supplier` = 0 LIMIT 1
220 ms 0 /classes/Supplier.php:244
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
219 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 = 3500
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
219 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3726
219 ms 4 /classes/Product.php:3395
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
219 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` = 3742
AND image_shop.`cover` = 1 LIMIT 1
219 ms 11 /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 = 21 LIMIT 1
219 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`=1236
218 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
218 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
218 ms 1 /classes/Product.php:5622
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
218 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` = 3515
AND wkp.`attribute_id` = 0 LIMIT 1
218 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 = 1236 LIMIT 1
218 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 = 995 LIMIT 1
217 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
217 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
216 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` = 3602
AND wkp.`attribute_id` = 0 LIMIT 1
216 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
216 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "cz_verticalmenu" LIMIT 1
216 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
216 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`=4255
216 ms 1 /classes/Tag.php:229
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
215 ms 1 /classes/Currency.php:1126
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
215 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`=995
215 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
215 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` = 3602
AND wkp.`attribute_id` = 0 LIMIT 1
214 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`  = 3434
AND wkpc.`attribute_id`= 0
AND wkpc.`disallow_order` = 0
214 ms 5 /modules/preorder/classes/PreorderProductCustomer.php:344
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
214 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 4)
214 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
214 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`=21
214 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3602 AND id_shop=1 LIMIT 1
213 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 1290
213 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3743 LIMIT 1
213 ms 1 /classes/SpecificPrice.php:420
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
213 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
213 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 = 1395 LIMIT 1
213 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 = 4255 LIMIT 1
213 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 51 LIMIT 1
212 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` = 3440
AND wkp.`attribute_id` = 0 LIMIT 1
212 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 1397 AND id_shop=1 LIMIT 1
212 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
212 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
212 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 = 4091 LIMIT 1
212 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 = 1045 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 = 1397 LIMIT 1
211 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
211 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 = 1396 LIMIT 1
211 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` = 3602
AND wkp.`attribute_id` = 0 LIMIT 1
211 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3743
211 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` = 3440
AND wkp.`attribute_id` = 0 LIMIT 1
211 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
211 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 = 1231 LIMIT 1
210 ms 1 /classes/Product.php:1040
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 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
210 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`=1396
210 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` = 3744
AND wkp.`attribute_id` = 0 LIMIT 1
210 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "cz_blocklink" LIMIT 1
210 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` = 38 LIMIT 1
209 ms 1 /classes/Category.php:1371
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 21
209 ms 4 /classes/Product.php:3395
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 1396 LIMIT 1
209 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 = 1290 LIMIT 1
209 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE *
FROM `snsps_category_lang`
WHERE `id_category` = 57 AND `id_shop` = 1
208 ms 1 /src/Adapter/EntityMapper.php:84
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
208 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`=3825
208 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 = 3602 LIMIT 1
208 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` = 3729
AND wkp.`attribute_id` = 0 LIMIT 1
208 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 = 3744 LIMIT 1
208 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
208 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 = 3512 LIMIT 1
208 ms 1 /classes/Product.php:1040
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 `id_category` FROM `snsps_category_product`
WHERE `id_product` = 1231
207 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` = 3602
AND wkp.`attribute_id` = 0 LIMIT 1
207 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
207 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
206 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
206 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` = 3726
AND wkp.`attribute_id` = 0 LIMIT 1
206 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
206 ms 1 /classes/order/Order.php:1203
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
206 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_searchbar" LIMIT 1
206 ms 1 /classes/module/Module.php:2840
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
205 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `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)
205 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 4255
205 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` = 3440
AND wkp.`attribute_id` = 0 LIMIT 1
205 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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
205 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` = 3500)
204 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 38 LIMIT 1
204 ms 1 /classes/Product.php:5622
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
203 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`=4091
203 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 1395
203 ms 1 /classes/Product.php:2879
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
203 ms 0 /classes/Product.php:1651
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
203 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`=3500
202 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
202 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 4091) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
202 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 4255 AND `id_group` = 1 LIMIT 1
202 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE * FROM `snsps_czfootercmsblockinfo_lang`
WHERE `id_lang` = 1 AND  `id_shop` = 1 LIMIT 1
202 ms 1 /modules/cz_footercmsblock/cz_footercmsblock.php:290
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`=1045
202 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`=3436
202 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` = 1197
AND wkp.`attribute_id` = 0 LIMIT 1
201 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`=3743
200 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
200 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` = 3726
AND wkp.`attribute_id` = 0 LIMIT 1
200 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
200 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3512 LIMIT 1
200 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3825 AND `id_group` = 1 LIMIT 1
199 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_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
199 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`=3512
198 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_customersignin" LIMIT 1
198 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE value FROM `snsps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
198 ms 1 /classes/shop/Shop.php:1171
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
198 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE format
FROM `snsps_address_format`
WHERE `id_country` = 36 LIMIT 1
198 ms 1 /classes/AddressFormat.php:672
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
198 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
197 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
197 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `name`
FROM `snsps_hook`
WHERE `id_hook` = 767 LIMIT 1
197 ms 1 /classes/Hook.php:239
SELECT SQL_NO_CACHE *
FROM `snsps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
197 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
197 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` = 3728
AND wkp.`attribute_id` = 0 LIMIT 1
197 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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
197 ms 1 /classes/stock/StockAvailable.php:797
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
197 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` = 3515
AND wkp.`attribute_id` = 0 LIMIT 1
196 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` = 11) LIMIT 1
196 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `snsps_state` a
WHERE (a.`id_state` = 369) LIMIT 1
195 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`=3602
195 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
195 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
195 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "cz_footercmsblock" LIMIT 1
195 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1
195 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
194 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
194 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
194 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
194 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:176
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 1236
193 ms 4 /classes/Product.php:3395
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 1396 AND id_shop=1 LIMIT 1
193 ms 1 /classes/Product.php:6759
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
193 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
193 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
193 ms 4 /modules/imgstickers/models/StickersImg.php:77
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 `id_module` FROM `snsps_module_shop` WHERE `id_module` = 117 AND `id_shop` = 1 LIMIT 1
192 ms 1 /classes/module/Module.php:2328
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 1 FROM `snsps_specific_price` WHERE id_product = 995 LIMIT 1
192 ms 1 /classes/SpecificPrice.php:420
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
192 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` = 3742
AND wkp.`attribute_id` = 0 LIMIT 1
192 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
192 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
191 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` = 1197
AND wkp.`attribute_id` = 0 LIMIT 1
191 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 68 AND `id_shop` = 1 LIMIT 1
191 ms 1 /classes/module/Module.php:2328
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
191 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3742
191 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 1396
191 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
191 ms 4 /modules/imgstickers/models/StickersImg.php:176
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
191 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3416 AND id_shop=1 LIMIT 1
191 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 1395 AND id_shop=1 LIMIT 1
191 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
191 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
190 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
190 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
190 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
190 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` = 3515
AND wkp.`attribute_id` = 0 LIMIT 1
189 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3512
189 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` = 3742
AND wkp.`attribute_id` = 0 LIMIT 1
189 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
188 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "blocklanguages" LIMIT 1
188 ms 0 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 1045 AND id_shop=1 LIMIT 1
188 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `name`
FROM `snsps_manufacturer`
WHERE `id_manufacturer` = 7
AND `active` = 1 LIMIT 1
188 ms 1 /classes/Manufacturer.php:312
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
187 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE ctg.`id_group`
FROM snsps_category_group ctg
WHERE ctg.`id_category` = 57 AND ctg.`id_group` = 1 LIMIT 1
187 ms 1 /classes/Category.php:1730
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
187 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 = 3729 LIMIT 1
187 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
187 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 1395
187 ms 4 /classes/Product.php:3395
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_languageselector" LIMIT 1
187 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` = 3612
AND wkp.`attribute_id` = 0 LIMIT 1
186 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
186 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
186 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` = 3726
AND wkp.`attribute_id` = 0 LIMIT 1
186 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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
186 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 = 3742
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
186 ms 0 /classes/Product.php:1651
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
186 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3512 AND id_shop=1 LIMIT 1
186 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
186 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
186 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "cz_blockpaymentlogo" LIMIT 1
186 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` = 3726
AND wkp.`attribute_id` = 0 LIMIT 1
185 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
185 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 995
185 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 67 AND `id_shop` = 1 LIMIT 1
185 ms 1 /classes/module/Module.php:2328
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
185 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "cz_toplink" LIMIT 1
185 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "productcomments" LIMIT 1
185 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` = 3500
AND wkp.`attribute_id` = 0 LIMIT 1
184 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
184 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 = 3830 LIMIT 1
184 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1
184 ms 1 /classes/module/Module.php:2840
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 `name`
FROM `snsps_manufacturer`
WHERE `id_manufacturer` = 8
AND `active` = 1 LIMIT 1
184 ms 1 /classes/Manufacturer.php:312
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 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
184 ms 1 /classes/stock/StockAvailable.php:744
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 1 FROM `snsps_specific_price` WHERE id_product = 0 LIMIT 1
183 ms 1 /classes/SpecificPrice.php:411
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 4257 LIMIT 1
183 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_shoppingcart" LIMIT 1
183 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE id_shop FROM `snsps_employee_shop` WHERE `id_employee` = 7
183 ms 1 /classes/ObjectModel.php:1715
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3729 LIMIT 1
183 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
183 ms 1 /classes/Product.php:5622
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 `id_lang`, `text`
FROM snsps_czblocklink_lang
WHERE `id_czblocklink`=1
183 ms 1 /modules/cz_blocklink/cz_blocklink.php:180
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
183 ms 1 /classes/stock/StockAvailable.php:453
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 `id_module` FROM `snsps_module` WHERE `name` = "ps_mainmenu" LIMIT 1
183 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
183 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
183 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
182 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
182 ms 4 /modules/imgstickers/models/StickersImg.php:176
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_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 1231
182 ms 1 /classes/Product.php:2879
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 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
182 ms 1 /classes/stock/StockAvailable.php:769
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 * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_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
182 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
181 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` = 3744
AND wkp.`attribute_id` = 0 LIMIT 1
181 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 4091) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
181 ms 1 /classes/stock/StockAvailable.php:744
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 b.`id_cztoplink`, b.`url`, b.`new_window`
FROM `snsps_cztoplink` b ORDER BY `id_cztoplink` DESC
181 ms 3 /modules/cz_toplink/cz_toplink.php:165
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_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
181 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `name`
FROM `snsps_manufacturer`
WHERE `id_manufacturer` = 13
AND `active` = 1 LIMIT 1
181 ms 1 /classes/Manufacturer.php:312
SELECT SQL_NO_CACHE *
FROM `snsps_currency_lang`
WHERE `id_currency` = 1
181 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 1045) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
181 ms 1 /classes/stock/StockAvailable.php:453
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 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
181 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` = 3728
AND wkp.`attribute_id` = 0 LIMIT 1
181 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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
181 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`=3830
181 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` = 3742
AND wkp.`attribute_id` = 0 LIMIT 1
181 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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
181 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3728
181 ms 5 /classes/Product.php:3395
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
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` = 3742
AND wkp.`attribute_id` = 0 LIMIT 1
180 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 4257
180 ms 5 /classes/Product.php:3395
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_lang`, `text`
FROM snsps_cztoplink_lang
WHERE `id_cztoplink`=6
180 ms 1 /modules/cz_toplink/cz_toplink.php:179
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
180 ms 1 /classes/stock/StockAvailable.php:769
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` = "bestseller")
180 ms 4 /modules/imgstickers/models/StickersImg.php:102
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_category` FROM `snsps_category_product`
WHERE `id_product` = 3602
180 ms 4 /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
180 ms 1 /classes/stock/StockAvailable.php:453
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
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:77
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 *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
179 ms 4 /modules/imgstickers/models/StickersImg.php:77
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 name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1
179 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 4256 LIMIT 1
179 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 4259
179 ms 1 /classes/Product.php:2879
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
179 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_linklist" LIMIT 1
179 ms 1 /classes/module/Module.php:2840
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
179 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
179 ms 4 /modules/imgstickers/models/StickersImg.php:77
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
179 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` = 3612
AND wkp.`attribute_id` = 0 LIMIT 1
179 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3830 LIMIT 1
179 ms 1 /classes/SpecificPrice.php:420
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
179 ms 1 /classes/stock/StockAvailable.php:744
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 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
178 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `name`
FROM `snsps_manufacturer`
WHERE `id_manufacturer` = 24
AND `active` = 1 LIMIT 1
178 ms 1 /classes/Manufacturer.php:312
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
178 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 1045) 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 name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
178 ms 1 /classes/Product.php:5622
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_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
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:176
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
178 ms 1 /classes/stock/StockAvailable.php:769
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
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:176
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
178 ms 1 /classes/stock/StockAvailable.php:744
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_hook` a
WHERE (a.`id_hook` = 41) LIMIT 1
177 ms 1 /src/Adapter/EntityMapper.php:76
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 *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
177 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
177 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 4259 LIMIT 1
177 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` = 3744
AND wkp.`attribute_id` = 0 LIMIT 1
177 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE b.`id_czblocklink`, b.`url`, b.`new_window`
FROM `snsps_czblocklink` b
177 ms 4 /modules/cz_blocklink/cz_blocklink.php:166
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
177 ms 4 /modules/imgstickers/models/StickersImg.php:77
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
177 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3728
177 ms 1 /classes/Product.php:2879
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 `iso_code`
FROM `snsps_country`
WHERE `id_country` = 36 LIMIT 1
177 ms 1 /classes/Country.php:274
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
177 ms 1 /classes/stock/StockAvailable.php:769
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
177 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 21 LIMIT 1
176 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `id_lang` FROM `snsps_lang`
WHERE `locale` = 'ro-ro'
OR `language_code` = 'ro-ro' LIMIT 1
176 ms 1 /classes/Language.php:853
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 4091) 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 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
176 ms 0 /classes/tax/TaxRulesTaxManager.php:109
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
176 ms 1 /classes/Product.php:5622
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
176 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE `id_lang` FROM `snsps_lang`
WHERE `locale` = 'ro-ro'
OR `language_code` = 'ro-ro' LIMIT 1
176 ms 1 /classes/Language.php:853
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_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
176 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
176 ms 4 /modules/imgstickers/models/StickersImg.php:102
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 `id_category` FROM `snsps_category_product`
WHERE `id_product` = 1197
176 ms 3 /classes/Product.php:3395
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
176 ms 1 /classes/stock/StockAvailable.php:797
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 *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
175 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 4257
175 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 27 AND `id_shop` = 1 LIMIT 1
175 ms 1 /classes/module/Module.php:2328
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
175 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 4)
175 ms 1 /modules/imgstickers/models/StickersImg.php:140
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
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:102
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3825
175 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
175 ms 4 /modules/imgstickers/models/StickersImg.php:102
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 1 FROM `snsps_specific_price` WHERE id_product = 1197 LIMIT 1
175 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `snsps_country_lang`
WHERE `id_country` = 36
175 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `snsps_link_block_lang`
WHERE `id_link_block` = 1
175 ms 1 /src/Adapter/EntityMapper.php:84
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 `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3602 AND `id_group` = 1 LIMIT 1
175 ms 0 /classes/GroupReduction.php:156
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 * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_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
175 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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 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
174 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 4)
174 ms 1 /modules/imgstickers/models/StickersImg.php:140
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 1 FROM `snsps_specific_price` WHERE id_product = 3436 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 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
174 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
174 ms 4 /modules/imgstickers/models/StickersImg.php:102
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
174 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` = 3744
AND wkp.`attribute_id` = 0 LIMIT 1
174 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
174 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
174 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3825
174 ms 1 /classes/Product.php:2879
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
173 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
173 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
173 ms 4 /modules/imgstickers/models/StickersImg.php:176
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
173 ms 1 /classes/stock/StockAvailable.php:797
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
173 ms 1 /classes/stock/StockAvailable.php:453
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
173 ms 1 /classes/stock/StockAvailable.php:769
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
173 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_currencyselector" LIMIT 1
173 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 4255
173 ms 5 /classes/Product.php:3395
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
173 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 1045
173 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
173 ms 4 /modules/imgstickers/models/StickersImg.php:176
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
173 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3612 LIMIT 1
173 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
173 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3436
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:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
173 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: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 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
172 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 1236 LIMIT 1
172 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3816
172 ms 3 /classes/Product.php:3395
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:77
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
172 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 1396
172 ms 4 /classes/Product.php:3395
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3436
172 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3726
172 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 4091
171 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 1395 AND `id_group` = 1 LIMIT 1
171 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3612
171 ms 1 /classes/Product.php:2879
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
171 ms 1 /classes/stock/StockAvailable.php:453
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_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
171 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
171 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3825 LIMIT 1
171 ms 1 /classes/ProductSale.php:259
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` = "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 *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
171 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 = 26 LIMIT 1
171 ms 1 /classes/Product.php:5622
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` = "category")
171 ms 4 /modules/imgstickers/models/StickersImg.php:102
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
171 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
171 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_group_lang`
WHERE `id_group` = 1
170 ms 1 /src/Adapter/EntityMapper.php:84
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
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 *
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: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
170 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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 `id_module` FROM `snsps_module_shop` WHERE `id_module` = 33 AND `id_shop` = 1 LIMIT 1
170 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 4091) 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 `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3500
170 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 1045
170 ms 1 /classes/Product.php:2879
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 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
170 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 11 AND `id_shop` = 1 LIMIT 1
170 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
170 ms 0 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 15 AND `id_shop` = 1 LIMIT 1
170 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 30 AND `id_shop` = 1 LIMIT 1
170 ms 1 /classes/module/Module.php:2328
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
170 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3416
170 ms 1 /classes/Product.php:2879
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 `id_category` FROM `snsps_category_product`
WHERE `id_product` = 1290
169 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3515
169 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
169 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
169 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3440 LIMIT 1
169 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 995
169 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 4091 AND id_shop=1 LIMIT 1
169 ms 1 /classes/Product.php:6759
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
169 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
169 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` = 3728
AND wkp.`attribute_id` = 0 LIMIT 1
169 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3744
169 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3515
169 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
168 ms 1 /classes/Product.php:5622
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 `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 1290 AND id_shop=1 LIMIT 1
168 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
168 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_contactinfo" LIMIT 1
168 ms 1 /classes/module/Module.php:2840
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_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_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
168 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_link_block_lang`
WHERE `id_link_block` = 2
168 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3416 AND `id_group` = 1 LIMIT 1
168 ms 0 /classes/GroupReduction.php:156
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
168 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 4256
168 ms 1 /classes/Product.php:2879
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
168 ms 1 /classes/stock/StockAvailable.php:744
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
167 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
167 ms 1 /modules/imgstickers/models/StickersImg.php:140
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 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
167 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3816 AND `id_group` = 1 LIMIT 1
167 ms 0 /classes/GroupReduction.php:156
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
167 ms 1 /classes/stock/StockAvailable.php:744
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
167 ms 1 /classes/stock/StockAvailable.php:797
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
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 *
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 *
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 *
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 (`id_imgstickers` = 5)
166 ms 1 /modules/imgstickers/models/StickersImg.php:140
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
166 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 1045) 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 *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
166 ms 4 /modules/imgstickers/models/StickersImg.php:176
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
166 ms 1 /classes/Category.php:1371
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 *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
166 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
166 ms 1 /classes/order/Order.php:1203
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
166 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3816 AND id_shop=1 LIMIT 1
166 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
166 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
166 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 1397
166 ms 4 /classes/Product.php:3395
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_category` FROM `snsps_category_product`
WHERE `id_product` = 3729
165 ms 5 /classes/Product.php:3395
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 *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
165 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3830 AND `id_group` = 1 LIMIT 1
165 ms 0 /classes/GroupReduction.php:156
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_shop
FROM `snsps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
165 ms 1 /classes/ObjectModel.php:1647
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_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
165 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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 *
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 (`imgstickers_rule_type` = "category")
165 ms 4 /modules/imgstickers/models/StickersImg.php:176
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 * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_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
165 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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 `id_lang`, `text`
FROM snsps_cztoplink_lang
WHERE `id_cztoplink`=4
165 ms 1 /modules/cz_toplink/cz_toplink.php:179
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 *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
165 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
165 ms 1 /classes/stock/StockAvailable.php:744
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 `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 1236
164 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
164 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_lang`, `text`
FROM snsps_czblocklink_lang
WHERE `id_czblocklink`=2
164 ms 1 /modules/cz_blocklink/cz_blocklink.php:180
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_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
164 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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 name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1
164 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
164 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 21
164 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
164 ms 4 /modules/imgstickers/models/StickersImg.php:102
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 location
FROM `snsps_stock_available`
WHERE (id_product = 1045) 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` = "outofstock")
163 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
163 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
163 ms 4 /modules/imgstickers/models/StickersImg.php:176
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
163 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
163 ms 1 /modules/imgstickers/models/StickersImg.php:140
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
163 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 = 45 LIMIT 1
163 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` = 26 LIMIT 1
163 ms 1 /classes/Category.php:1371
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
163 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 = 3742 LIMIT 1
163 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 69 AND `id_shop` = 1 LIMIT 1
163 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
163 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
163 ms 1 /modules/imgstickers/models/StickersImg.php:140
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 *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
162 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
162 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3440 AND id_shop=1 LIMIT 1
162 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
162 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
162 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE `id_lang`, `text`
FROM snsps_czblocklink_lang
WHERE `id_czblocklink`=3
162 ms 1 /modules/cz_blocklink/cz_blocklink.php:180
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
162 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
162 ms 4 /modules/imgstickers/models/StickersImg.php:176
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
162 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 = 26 LIMIT 1
162 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:77
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 (`id_imgstickers` = 5)
161 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 = 51 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 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 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
161 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
161 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 4)
161 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`=3440
161 ms 1 /classes/Tag.php:229
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 `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 4091 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 = 3612 LIMIT 1
161 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 72 AND `id_shop` = 1 LIMIT 1
161 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
160 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
160 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_lang`, `text`
FROM snsps_cztoplink_lang
WHERE `id_cztoplink`=3
160 ms 1 /modules/cz_toplink/cz_toplink.php:179
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 4)
160 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE `id_lang`, `text`
FROM snsps_czblocklink_lang
WHERE `id_czblocklink`=4
160 ms 1 /modules/cz_blocklink/cz_blocklink.php:180
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
160 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
160 ms 4 /modules/imgstickers/models/StickersImg.php:102
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` = "bestseller")
160 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
160 ms 1 /classes/Product.php:5622
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` = "outofstock")
160 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3729 AND id_shop=1 LIMIT 1
160 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
160 ms 4 /modules/imgstickers/models/StickersImg.php:102
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:102
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 `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 1231 AND id_shop=1 LIMIT 1
160 ms 1 /classes/Product.php:6759
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:77
SELECT SQL_NO_CACHE `need_identification_number`
FROM `snsps_country`
WHERE `id_country` = 36 LIMIT 1
159 ms 1 /classes/Country.php:401
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 `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3436 LIMIT 1
159 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
159 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3436 AND id_shop=1 LIMIT 1
159 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1
159 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3515 LIMIT 1
159 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 4091 AND `id_group` = 1 LIMIT 1
159 ms 0 /classes/GroupReduction.php:156
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 (`id_imgstickers` = 5)
159 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 56 AND `id_shop` = 1 LIMIT 1
159 ms 1 /classes/module/Module.php:2328
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 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
159 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 4257 AND id_shop=1 LIMIT 1
158 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 = 38 LIMIT 1
158 ms 1 /classes/Product.php:5622
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
158 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_socialfollow" LIMIT 1
158 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
158 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3440
158 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3440 LIMIT 1
157 ms 0 /classes/ProductSale.php:259
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
157 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
157 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3512 LIMIT 1
157 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
157 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
157 ms 1 /classes/order/Order.php:1203
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 (`imgstickers_rule_type` = "product")
157 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 32 AND `id_shop` = 1 LIMIT 1
157 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 28 AND `id_shop` = 1 LIMIT 1
156 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
156 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
156 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 4256 AND id_shop=1 LIMIT 1
156 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
156 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
156 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
156 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
156 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 995 AND id_shop=1 LIMIT 1
156 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
156 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 29 AND `id_shop` = 1 LIMIT 1
156 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
155 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 17 AND `id_shop` = 1 LIMIT 1
155 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3602
155 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 1236 AND id_shop=1 LIMIT 1
154 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
154 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
154 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE id_shop
FROM `snsps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
154 ms 1 /classes/ObjectModel.php:1647
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
154 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 4255 LIMIT 1
154 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
154 ms 1 /modules/imgstickers/models/StickersImg.php:140
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
153 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 1236 LIMIT 1
153 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
153 ms 0 /classes/module/Module.php:2328
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 `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 21 AND id_shop=1 LIMIT 1
152 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
152 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE `name`
FROM `snsps_hook`
WHERE `id_hook` = 749 LIMIT 1
152 ms 1 /classes/Hook.php:239
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
152 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
151 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 1197 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` = 4257 AND `id_group` = 1 LIMIT 1
150 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 1397 LIMIT 1
150 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 4257 LIMIT 1
150 ms 0 /classes/ProductSale.php:259
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
150 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 1045 AND `id_group` = 1 LIMIT 1
150 ms 0 /classes/GroupReduction.php:156
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
149 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 1197 AND `id_group` = 1 LIMIT 1
149 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 21 LIMIT 1
149 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3416 LIMIT 1
149 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM snsps_required_field
148 ms 1 /classes/ObjectModel.php:1510
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1
148 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 1231 LIMIT 1
148 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
148 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
148 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
148 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1
147 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3830
147 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3728 LIMIT 1
147 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 1395 LIMIT 1
147 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
147 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3744 LIMIT 1
147 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
147 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3729
147 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 21 AND `id_group` = 1 LIMIT 1
147 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3512 AND `id_group` = 1 LIMIT 1
146 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
146 ms 1 /classes/order/Order.php:1203
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
146 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
146 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3436 AND `id_group` = 1 LIMIT 1
146 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 1396 LIMIT 1
146 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3602 LIMIT 1
146 ms 1 /classes/ProductSale.php:259
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 name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
145 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
145 ms 1 /classes/order/Order.php:1203
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
145 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 1045 LIMIT 1
144 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
144 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 995 LIMIT 1
144 ms 0 /classes/ProductSale.php:259
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
144 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 1231 AND `id_group` = 1 LIMIT 1
144 ms 0 /classes/GroupReduction.php:156
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
143 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`=3742
143 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
142 ms 4 /modules/imgstickers/models/StickersImg.php:102
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` = 1290 LIMIT 1
142 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
142 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3500 LIMIT 1
142 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 1197 LIMIT 1
142 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3515 LIMIT 1
142 ms 0 /classes/ProductSale.php:259
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
141 ms 1 /classes/Category.php:1371
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3440
141 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE `need_identification_number`
FROM `snsps_country`
WHERE `id_country` = 36 LIMIT 1
141 ms 1 /classes/Country.php:401
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3440 AND `id_group` = 1 LIMIT 1
141 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 4256 AND `id_group` = 1 LIMIT 1
140 ms 0 /classes/GroupReduction.php:156
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
139 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
139 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
139 ms 4 /modules/imgstickers/models/StickersImg.php:102
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
138 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3726 LIMIT 1
138 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 995 AND `id_group` = 1 LIMIT 1
138 ms 0 /classes/GroupReduction.php:156
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
138 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 1236 AND `id_group` = 1 LIMIT 1
138 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
137 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 4259 AND `id_group` = 1 LIMIT 1
137 ms 0 /classes/GroupReduction.php:156
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
137 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3612 AND id_shop=1 LIMIT 1
137 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_tax_lang`
WHERE `id_tax` = 32
137 ms 1 /src/Adapter/EntityMapper.php:84
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
136 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 1197
136 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
136 ms 1 /modules/imgstickers/models/StickersImg.php:140
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
135 ms 1 /classes/stock/StockAvailable.php:769
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
135 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
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:176
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 *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
135 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
135 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
134 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
134 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3612
134 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
134 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
133 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
132 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
131 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
131 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 4259 LIMIT 1
131 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3728 LIMIT 1
131 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
131 ms 4 /modules/imgstickers/models/StickersImg.php:176
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
131 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3742 LIMIT 1
131 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
131 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
130 ms 0 /classes/module/Module.php:2328
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 `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3612 AND `id_group` = 1 LIMIT 1
130 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3515 AND `id_group` = 1 LIMIT 1
130 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 4259 AND id_shop=1 LIMIT 1
130 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 4256
129 ms 5 /classes/Product.php:3395
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3726 AND id_shop=1 LIMIT 1
129 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
129 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 18 AND `id_shop` = 1 LIMIT 1
128 ms 1 /classes/module/Module.php:2328
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
128 ms 1 /classes/stock/StockAvailable.php:769
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
128 ms 1 /classes/stock/StockAvailable.php:453
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 *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
127 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
126 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3500
126 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3816 LIMIT 1
126 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3500 LIMIT 1
125 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `snsps_tax` a
WHERE (a.`id_tax` = 32) LIMIT 1
125 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3830
125 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
125 ms 1 /classes/Product.php:5622
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 (`id_imgstickers` = 5)
124 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3830 LIMIT 1
124 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
123 ms 4 /modules/imgstickers/models/StickersImg.php:102
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
123 ms 1 /classes/stock/StockAvailable.php:769
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
122 ms 1 /classes/stock/StockAvailable.php:744
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
122 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
121 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
121 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
120 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
120 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
120 ms 4 /modules/imgstickers/models/StickersImg.php:176
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 `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3744 AND `id_group` = 1 LIMIT 1
117 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3729 LIMIT 1
117 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3744
117 ms 4 /classes/Product.php:3395
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3742
117 ms 4 /classes/Product.php:3395
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 4256 LIMIT 1
116 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3743
116 ms 4 /classes/Product.php:3395
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
115 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 *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
113 ms 4 /modules/imgstickers/models/StickersImg.php:102
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
112 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
111 ms 1 /modules/imgstickers/models/StickersImg.php:140
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
111 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
111 ms 4 /modules/imgstickers/models/StickersImg.php:102
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
111 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
111 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
110 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
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:102
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3830 AND id_shop=1 LIMIT 1
109 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3742 AND id_shop=1 LIMIT 1
109 ms 1 /classes/Product.php:6759
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 (`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 = 3440) 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 (`id_imgstickers` = 4)
108 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
107 ms 4 /modules/imgstickers/models/StickersImg.php:176
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
107 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3500 AND id_shop=1 LIMIT 1
107 ms 1 /classes/Product.php:6759
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 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
106 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3728 AND id_shop=1 LIMIT 1
106 ms 1 /classes/Product.php:6759
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
106 ms 1 /classes/stock/StockAvailable.php:744
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 name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
106 ms 1 /classes/Product.php:5622
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` = "outofstock")
105 ms 4 /modules/imgstickers/models/StickersImg.php:102
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")
105 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
105 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3744 LIMIT 1
104 ms 0 /classes/ProductSale.php:259
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
104 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
104 ms 1 /modules/imgstickers/models/StickersImg.php:140
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
104 ms 1 /classes/stock/StockAvailable.php:797
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 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
103 ms 1 /classes/stock/StockAvailable.php:797
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 `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3728 AND `id_group` = 1 LIMIT 1
103 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
103 ms 1 /modules/imgstickers/models/StickersImg.php:140
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 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
103 ms 1 /classes/stock/StockAvailable.php:797
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 `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3726 AND `id_group` = 1 LIMIT 1
103 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
102 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
102 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
101 ms 4 /modules/imgstickers/models/StickersImg.php:102
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 `reduction`
FROM `snsps_group`
WHERE `id_group` = 1 LIMIT 1
101 ms 1 /classes/Group.php:154
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 *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
100 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
100 ms 1 /modules/imgstickers/models/StickersImg.php:140
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 `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3612 LIMIT 1
94 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3500 AND `id_group` = 1 LIMIT 1
94 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3742 AND `id_group` = 1 LIMIT 1
94 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3743 LIMIT 1
93 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3742 LIMIT 1
91 ms 0 /classes/ProductSale.php:259

Doubles

288 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>
184 queries
SELECT *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
64 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`
38 queries
SELECT *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = <span style="color:blue">XX</span>)
33 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>
32 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>
32 queries
SELECT *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
32 queries
SELECT `sale_nbr` FROM snsps_product_sale WHERE `id_product` = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
32 queries
                SELECT `id_category` FROM `snsps_category_product`
                WHERE `id_product` = <span style="color:blue">XX</span>
32 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>
32 queries
SELECT *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = <span style="color:blue">XX</span>)
32 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>
32 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>
32 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>
32 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>
32 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>
32 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>
32 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>
32 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;
32 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>
32 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>
32 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>
32 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>
32 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>)
32 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>
32 queries
SELECT `id_product_attribute`
            FROM `snsps_product_attribute`
            WHERE `id_product` = <span style="color:blue">XX</span>
32 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>
32 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
23 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>
10 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 * 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>
4 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>
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
3 queries
					SELECT `id_lang`, `text`
					FROM snsps_cztoplink_lang
					WHERE `id_cztoplink`=<span style="color:blue">XX</span>
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 `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 <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 *
							FROM `snsps_link_block_lang`
							WHERE `id_link_block` = <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 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 `id_lang` FROM `snsps_lang`
                    WHERE `locale` = 'ro-ro'
                    OR `language_code` = 'ro-ro' LIMIT <span style="color:blue">XX</span>

Tables stress

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

ObjectModel instances

Name Instances Source
PreorderProduct 299 /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]
/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 96 /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]
/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]
/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 36 /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]
StickersImg 32 /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]
WkWishListHelper 32 /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]
Combination 32 /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]
Country 5 /config/config.inc.php [157]
/classes/AddressFormat.php [404]
/classes/controller/FrontController.php [1677]
/classes/AddressFormat.php [404]
/modules/ps_contactinfo/ps_contactinfo.php [104]
Category 5 /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]
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]
Hook 2 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php [64]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php [64]
PrestaShop\Module\LinkList\Model\LinkBlock 2 /modules/ps_linklist/src/LegacyLinkBlockRepository.php [91]
/modules/ps_linklist/src/LegacyLinkBlockRepository.php [91]
Tax 2 /classes/tax/TaxRulesTaxManager.php [116]
/classes/tax/TaxRulesTaxManager.php [116]
AddressFormat 2 /classes/controller/FrontController.php [1671]
/modules/ps_contactinfo/ps_contactinfo.php [98]
Language 2 /config/config.inc.php [222]
/classes/Tools.php [581]
Currency 2 /src/Adapter/Currency/CurrencyDataProvider.php [101]
/classes/Tools.php [701]
Risk 1 /classes/controller/FrontController.php [1609]
PreorderProductCustomer 1 /modules/preorder/classes/PreorderProduct.php [596]
Gender 1 /classes/controller/FrontController.php [1606]
Group 1 /classes/Cart.php [248]
Cart 1 /classes/controller/FrontController.php [443]
Psblogcat 1 /modules/psblog/psblog.php [303]
PsBlogBlog 1 /modules/psblog/psblog.php [312]
Employee 1 /modules/psblog/psblog.php [321]
Customer 1 /config/config.inc.php [271]
ShopGroup 1 /classes/shop/Shop.php [557]
Shop 1 /config/config.inc.php [128]

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